Replies: 1 comment 2 replies
-
There's no plan to add support for drawing automatically in multiple axis, however I might add a nice interface to allow the user to hook onto line drawing events. Best would of course be if you supplied me with a pretty pull request? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
I would like to be able to analyze a daily and 30 minute candlestick chart and annotate the graphs. A line drawn on the daily should also be 'mirrored' on the M30 chart and vise versa. I have created a small hack: when a FinPolyLine is create on one pricechart, I create a 'mirror version' FinPolyLine on the other pricechart and the both lines get a reference to eachother. When a handle of one is moved I move the handle of the mirrored version. But this feels like a bit of a hack. Do you have plans to add support for this? Or is there a better way to solve this? Thanks in advance.
ps I added a gif below
Beta Was this translation helpful? Give feedback.
All reactions