-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Crosshair value misreported on the right axis #291
Comments
Looks like the crosshair is showing the right value. |
I have had another case before it where the scale was right but not the crosshair. |
I can't reproduce it as well. I have opened a new chart and waiting for it to fill in to see if this occurs again. The bug shows that the scale couldn't display two decimals. Now, I have two decimals, like everything is normal. |
If it fixes itself with a simple page refresh, it probably is a However, as tick chart doesn't have historical data. That could be quite annoying for some users if this is related to this data type. |
I never use these tick charts, aggr purpose is to aggregate multiple feeds into one chart and it doesn't mix well with tick chart quantower makes this definition for tick chart that's too bad because for the largest crypto exchange out aggr (client side) doesn't use raw feeds for trade, meaning tick chart on that exchange just plain wrong At the moment the aggregator only know a list of market to connect to, each panes have one, we just merge all lists and connect to every market the same way : I was working on a feature dedicated to get the data type required by each panes respectively allowing one pane to get the raw feeds, another to get only ticker feed, or just normal trade feed or even orderbook feed. (branch feature/channels, huge refacto) TLDR aggr tick charts useless til feature/channels is integrated 😅 |
Describe the issue
When I use the SOL chart 50 ticks with 5 connections. I have noticed that the crosshair value doens't report accurately on the right axis.
This is issue probably occurs because we are displaying index price and not the actual feeds.
I would expect the value to match the chart I have in front of me even, if it's not actionable trading wise.
Besides, I also note that the right axis isn't showing values accurately. See below with repetition of 21.5 level.
aggr-ocfr.txt
...
Steps to reproduce
(Preferably from a clean environment / incognito mode)
...
The text was updated successfully, but these errors were encountered: