Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing custom tool from indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Drawing custom tool from indicator

    Hi,

    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​

    #2
    Hell Powerbucker,

    You can look at the existing tools in the editor to see how they implement the static draw function, its near the bottom of the file in most cases. You need to also include the public static partial class Draw and the other methods inside and create your own constructors to control your tool.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    557 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X