Introduction
Hello Assalamu Alaikum I hope you are all well and living your life happily I am your friend Aftab Irshad a website developer and Software Developer.This is my first post on Hive, if needed, I will definitely post my introduction.And this is my first project on the Hive blockchain that I will publish.
About My Project (Website)
I have created this website that will track the price of Hive Token and I have added some settings and features to it that will analyze the data from Hive Blockchain and predict the price. Along with this I have also added many other data inside it which you will be able to see in the upcoming screenshot of my website in this post.
Binance API
I have used Binance's API to fetch data within my website, which will provide real-time updates and real price data.
Treading View API
And I have used many graphs within this website of mine and I have used Combine in TradingView and Binance API to get the data for the graphs.
Notice
I have created this website for educational purposes only and I have created this website to teach you how to create websites. If anyone trades on them, then the risk is in his hands. But I have developed this website in such a way that it will give only good signals. But I have created this website for educational purposes. I would like to say this again.
Personal Openion
But I am using this website myself to make a profit in my trading and I have checked this website many times and I have also made a good profit from it. You can use it at your own will and risk. I do not want to put any pressure on anyone.
About My Website Languages
I have used three languages to create this website:
- HTML
- CSS
- Javascript
Software to developed this website
I have used Visual Studio to develop the code for this website. You can use it, but the code remains the same throughout, but it is easy to change and I am an expert in that. You should use the software in which you are an expert.
Notify
I have created this website entirely myself. No code has been copied and pasted from anywhere, and all my content is free of plagiarism.And with that, it took me about four days to create this website and every day I have given about two hours to create this website and in total this website has been created within about eight hours, if we estimate the total number of days.
Gift For me to You
I have uploaded the entire source code of this website to my website. I will give the link at the bottom of the post from where you can download it and make some changes to it. And this is a gift from me to you that this website of mine is copyright free for all of you. Anyone can use it without any action.

Lets Start Build
First of all, open your software on which you want to edit this code. I will show you some pictures of the code in which this code is mentioned. I cannot show the entire code in a screenshot because the post will be too big, but unfortunately, I have to upload the code anyway, so you can copy and paste it from there.
Create index.html
File
Output index.html
File
First of all, we will create the main file index.html. Within this website, we will provide links to other websites, i.e. our other pages.I did not create all these pages separately, but I created all these pages together. I used to add features at the same time, design it, and define it, but to teach you, I am showing the output of separate files.
Create Analysis.html
File
Now we have created our index.html file and analyze.html file. Now we have not designed any of them nor have we defined the features to be used in them. We will do that in some files later.
Output analysis.html
+index.html
File
And here I want to explain one thing to you that from the HTML file we only create a structure of the website. You can see how many websites do not look good. As soon as we create a style load CSS file inside it and create its design inside it, this website will look very beautiful. So far we have created two pages, along with this we are also creating a third page which is for the signal. We will create our website from these three pages.
Create signals.html
File
Output signals.html
+analysis.html
+index.html
This is also a simple HTML page. Here I would like to say that a single page does not constitute a website. Pages together make up a website.
Create styles.css
File
And I have designed all these pages within this one file. Now you will see the output a little better, but now we will improve it further with other pages, but now it will not show any data because no feature file has been created inside it yet.
Output styles.css
+ signals.html
+analysis.html
+ index.html
File
This Type of loading all pages
Other Outputs
Now our website is almost completely designed and built, now there is no data being shown in it, that is, our machine has been built, there is no need to provide current inside it, similarly, here is an example of it, now you will use JavaScript to provide data inside it.
app.js
File
analysis.js
File
signals.js
File
No root rocket science was used in these js files, we have only defined how to use Binance's API and how to provide data to the website and how the website should display its output, we have already done that in the following files.
Final Output complete Video
You can see the complete output of my website in this video and I made this video just to show you the output.
Github Respository Source code
I am menstion some Hive users