Replies: 2 comments 2 replies
-
Ok, I have found the solution for the candlesticks offset:
If you have a hint on how to offset the crosshair it would be appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Well, this is how charts work for many trading applications. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Congrats for the library, it is amazing!
I have customized the look quite a lot to make it similar to the IB TWS charts.
I think it is more correct to have the candlesticks on the right of the x grid (not in the middle), so in the class
CandlestickItem(FinPlotItem)
on line 1026 I have set the attributeself.x_offset = 0.5
(instead of 0) directly in the library.I would suggest to make this a customizable since it may be useful for others and so I don't have to update the library every time there is a new version ;)
I am trying to offset the Crosshair too, so it would again snap in the middle of the candlesticks.
Any suggestions on how to achieve that?
Thank you!
Before the change:

After the change:

Beta Was this translation helpful? Give feedback.
All reactions