I need to call my custom drawing tool from an indicator, but I don't have the Draw function in the drawing tool
"public static partial class Draw"
My drawing tool starts from a point where the user clicks on the chart, I just need an initial anchor point. How do I implement the Draw class so that from the indicator I can pass an anchor point and the drawing tool is drawn?
Do you have any simple example available?
Thanks

Comment