Pages:
Author

Topic: Trading Digits: Crypto Trading Analytics and Market Intel [New features] - page 2. (Read 969 times)

jr. member
Activity: 46
Merit: 9
Hi community! Here's a more detailed overview on the most important new features we released last week.

1. We added analytics on Futures exchanges into our Exchanges tool (https://www.tradingdigits.io/exchanges-volume-fees) and also we added sorting capabilities. Now you can easily sort through 100 biggest spot and 50 biggest futures crypto exchanges in the world and find those with lowest fees and/or highest volume.

How it looks: https://i.imgur.com/RFnbFZn.gif

2. Our goal is to become a service that provides real-time crypto market intel in a way that would be easily understood both by professional traders and beginners alike and that's why we decided to include the info block to all tools/calculators on the website.

However, we added the possibility to hide the info block for those traders that might find it distracting. Simply click on the X button and it will disappear, remembering your selection. In order to make it appear again just click on the info icon by the page title.

How it looks: https://i.imgur.com/FU41hTy.gif

3. Added cool dynamically triggered animations on pages with external data fetching.

How it looks: https://i.imgur.com/hXOWQSG.gif
jr. member
Activity: 46
Merit: 9
Hey everyone! I rolled out some cool new stuff, check it out.

New Features

• Added Futures exchanges ranking to Exchanges tool (https://www.tradingdigits.io/exchanges-volume-fees)
• Added ordering by highest/lowest to Exchanges tool
• Added close button to the info menus on all pages, which remembers your selection

Improvements

• Overall UI improvements
• Added loading animations for smoother experience to all pages where it was necessary

Bug fixes

• Fixed current BTC price calculations in Bitcoin Halving tool
• Fixed decimal display in Percentage tool
jr. member
Activity: 46
Merit: 9

You have really done an amazing job and still doing more. You have already implemented the bitcoin fear to greed index. I would have advised you slow down in adding more tools but I realised that it is the essence of the project.
I am anticipating the halving count down tool. I know it's one of the easiest one to do but I am definitely looking upto it.

Hey Zoomic,

I launched the Bitcoin halving tool a couple of days ago and letting you know as promised, check it out: https://www.tradingdigits.io/bitcoin-halving

Any feedback is appreciated. Thanks!
jr. member
Activity: 46
Merit: 9

It's great that you added a bitcoin halving countdown feature which will help users find out when the halving will occur. but is this feature still in development stage? because after I saw this feature the number on countdown is not running, apparently it's not working.

and additionally, you can put a toggle night/day mode feature to help users who want a night or bright look.

Hey there!

The countdown is working correctly, but I think I kind of owe an explanation on this to the community. It looks as if the countdown isn't running because I decided to use a dynamic formula for calculating the time left until the next halving. Instead of using a simple formula that takes the average block mining time of 10 minutes and multiplies it by the number of remaining blocks until the halving, I use an approach that would provide a more exact result:

Time Until Halving = (halving block - next block height) * average time between blocks - estimated time until the next block

This is why every 60 seconds the countdown value changes depending on the real-time block mining time and real-time estimated time until next block, probably giving you a completely different result every time but still a more true-to-life one.

It's an open question though and I think people will have mixed feeling on this one, some would prefer see the average 10 minutes results and others would prefer to get the result using real-time values. Which option do you prefer, man?

When it comes to the dark/light theme, I'm going to implement it soon as I'm currently working on an almost complete website UI overhaul in order to make it look smoother and more modern, and the color palette change switch will come together with it.
full member
Activity: 644
Merit: 152
★Bitvest.io★ Play Plinko or Invest!
Bitcoin Halving tool launched: https://www.tradingdigits.io/bitcoin-halving

Find out the exact dates on when the 2024 Bitcoin halving would happen and see detailed analytics on BTC prices before and after all past halvings.

Also, I started making some changed in the UI.

It's great that you added a bitcoin halving countdown feature which will help users find out when the halving will occur. but is this feature still in development stage? because after I saw this feature the number on countdown is not running, apparently it's not working.

and additionally, you can put a toggle night/day mode feature to help users who want a night or bright look.
jr. member
Activity: 46
Merit: 9
Bitcoin Halving tool launched: https://www.tradingdigits.io/bitcoin-halving

Find out the exact dates on when the 2024 Bitcoin halving would happen and see detailed analytics on BTC prices before and after all past halvings.

Also, I started making some changes in the UI.
jr. member
Activity: 46
Merit: 9
Release Notes section launched: https://www.tradingdigits.io/release-notes

Now you can find out about our latest product updates and see what new features we are currently working on.
jr. member
Activity: 46
Merit: 9
A couple of people asked for it in this thread and I'm glad to let you know that I'm finally coding BTC Halving Countdown tool. However, I noticed that most Bitcoin halving countdowns on the web provide different results, which is due to different formulas used for the calculations.

This is why I had the question for all of you. What formula would you prefer for me to use to calculate the halving date?

It can be a simple one that does not account for dynamic factors:

Time Until Halving = Remaining Blocks Until Halving * Average Time Between Blocks (e.g., 10 minutes)

Or a more complex one that takes into account the current real-time time between blocks and current estimated time until the next block.

Time Until Halving = (Halving block - Next block height) * Average time between blocks - estimated time until the next block

Or maybe there are some other feasible options? Feedback is appreciated.
jr. member
Activity: 46
Merit: 9
BTC/ETH Returns tool launched: https://www.tradingdigits.io/btc-eth-returns

Check out this detailed historical performance analytics for monthly and quarterly Bitcoin and Ethereum returns since 2013/2016 to find out what time of the year the market tends to perform better.

Apart from changing between monthly/quarterly tables and ETH and BTC, you can also click on a particular month or quarter to enter into close view mode, where later on I'll add analytics about this particular chosen period too.

Also, I added slide animations to this section to make it look more modern and sleek and I think I might start using them in all sections on the website in a couple of months. What do you think, community?
jr. member
Activity: 46
Merit: 9
Hey everyone! I'm currently coding BTC/ETH Returns tool for the website and wanted to ask all of you for your opinion as the section will include both monthly returns since 2013 up until today and quarterly returns.

Would you like monthly returns be displayed first upon entering the page? Or would you like quarterly returns appear first when you enter? You'll be able to change between the tables using a button.

Thanks for the feedback in advance.
jr. member
Activity: 46
Merit: 9
Exchanges Volume and Fees tool launched: https://www.tradingdigits.io/exchanges-volume-fees

See the world's biggest cryptocurrency exchanges rankings, discover which one has the highest daily volume, and find out which of them provide the lowest crypto trading fees.
jr. member
Activity: 46
Merit: 9
It is possible to make things even easier by adding the Bitcoin and Ethereum fees as well as Bitcoin Dominance in the top bar of the page (as found on CoinMarketCap for example) rather than having each one on a separate page.

I just added the real-time BTC Dom and TOTAL Mcap values to the header, check it out.



Also, I'm currently finishing to code a new section—Exchange volume—which will be released later on this week or early next week. Stay tuned everyone!
jr. member
Activity: 46
Merit: 9

You have really done an amazing job and still doing more. You have already implemented the bitcoin fear to greed index. I would have advised you slow down in adding more tools but I realised that it is the essence of the project.
I am anticipating the halving count down tool. I know it's one of the easiest one to do but I am definitely looking upto it.

Thank you so much again for your words of support!
sr. member
Activity: 420
Merit: 252
My post made philipma1957 wear signature

I also appreciate your efforts and the community is warm about your project. Will releasing 6 more tools not affect the load time of the website? In as much as we appreciate to have all these tools in one tab, having a fully functional few will be appreciated that having more with some kind of functionality issues.
Also try to have the maintainability in mind since you are fetching from different servers.

Performance won't be an issue even if we launch over 10 new tools as the website is powered by Next.js, which is a highly efficient and scalable JavaScript framework that's known for its quick response time.
Good to know that the project is built with React.js library (Next.js). There is no doubt about the framework's quick response time.

Maintainability is a different question. There are no concerns about it for now and for the near future, but when the website will start getting more visitors I may try to move to a single data source.
You are prepared and also has a roadmap. Congratulations and keep good with the project.
jr. member
Activity: 46
Merit: 9

I also appreciate your efforts and the community is warm about your project. Will releasing 6 more tools not affect the load time of the website? In as much as we appreciate to have all these tools in one tab, having a fully functional few will be appreciated that having more with some kind of functionality issues.
Also try to have the maintainability in mind since you are fetching from different servers.

Performance won't be an issue even if we launch over 10 new tools as the website is powered by Next.js, which is a highly efficient and scalable JavaScript framework that's known for its quick response time.

Maintainability is a different question. There are no concerns about it for now and for the near future, but when the website will start getting more visitors I may try to move to a single data source.
sr. member
Activity: 420
Merit: 252
My post made philipma1957 wear signature

You have really done an amazing job and still doing more. You have already implemented the bitcoin fear to greed index. I would have advised you slow down in adding more tools but I realised that it is the essence of the project.
I an anticipating the halving count down tool. I know it's one of the easiest one to do but I an definitely looking upto it.

Thanks so much for your feedback! I still have 6 tools for release in mind and I will try to launch a new section every two or three weeks. I like the reaction of the community so I think it's necessary to keep up the rhythm.

I also appreciate your efforts and the community is warm about your project. Will releasing 6 more tools not affect the load time of the website? In as much as we appreciate to have all these tools in one tab, having a fully functional few will be appreciated that having more with some kind of functionality issues.
Also try to have the maintainability in mind since you are fetching from different servers.
jr. member
Activity: 46
Merit: 9

You have really done an amazing job and still doing more. You have already implemented the bitcoin fear to greed index. I would have advised you slow down in adding more tools but I realised that it is the essence of the project.
I an anticipating the halving count down tool. I know it's one of the easiest one to do but I an definitely looking upto it.

Thanks so much for your feedback! I still have 6 tools for release in mind and I will try to launch a new section every two or three weeks. I like the reaction of the community so I think it's necessary to keep up the rhythm.

Three of these tools are pretty difficult when it comes to finding the right APIs and the other three are easier to implement, Halving Countdown being one of them. I think it will be number two or three in the queue, so it's probably going to be launched in August. I will let you know as soon as it's live! Thanks for commenting again, I really appreciate it mate.

sr. member
Activity: 420
Merit: 252
My post made philipma1957 wear signature

Next week I'm launching a new section featuring Bitcoin Fear and Greed Index (and it's monthly historical performance since 2018) and I'll implement it shortly afterwards. I think this website also has data that will help me code the Bitcoin halving countdown tool later on.


You have really done an amazing job and still doing more. You have already implemented the bitcoin fear to greed index. I would have advised you slow down in adding more tools but I realised that it is the essence of the project.
I am anticipating the halving count down tool. I know it's one of the easiest one to do but I am definitely looking upto it.
jr. member
Activity: 46
Merit: 9
BTC, DXY, SPX+ tool launched: https://www.tradingdigits.io/btcDxySpx

We're beginning to roll out more technical and specific tools and this new section is a chart that provides real-time correlation between the values of Bitcoin, US Dollar (DXY), S&P 500, Nasdaq, TOTAL1, TOTAL2, and Gold to know where the market may be heading next.

Apart from that, I improved the BTC Dominance chart styling and added smooth transitions between all pages of the website.
jr. member
Activity: 46
Merit: 9
I really want to thank you for all these great tools on one page, in fact I often need to go to several sites to get these tools.

So this is a very good job bringing them together to make it easier to get all of these things that we need on one simple page.

It is possible to make things even easier by adding the Bitcoin and Ethereum fees as well as Bitcoin Dominance in the top bar of the page (as found on CoinMarketCap for example) rather than having each one on a separate page.

Thank you so much for your words! It's a pleasure to hear that your product turned out to be useful to other people.

Cheers for the suggestions. Currently I'm working on new analytics tools, but in the future I will be adding more stuff to the header and will definitely add current BTC.D there as well as other things such as S&P500 and NASDAQ, time until the next BTC halvening, and so on.

By the way, if there are other analytics tools or calculators that you'd like to see on the website (maybe you can't find something you're looking for on the web or you already use some specific tool but it's not made in a user-friendly or modern way) please let me know and I'll include it in the list of the new features to add to the website.
Pages:
Jump to: