Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

global draw objects

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

    global draw objects

    Is there a way to draw global lines or draw objects from an indicator? For example, if I have an indicator on one chart that gives a signal, can I have it draw a global object on the other charts of the same instrument?

    Thanks

    #2
    Hello mkoning,

    Yes, this would be possible. From within an indicator, you would use a syntax for Draw.Line that included the property for isGlobal, for example,

    Draw.Line(NinjaScriptBase owner, string tag, bool isAutoScale, int startBarsAgo, double startY, int endBarsAgo, double endY, bool isGlobal, string templateName)

    Passing true, for the parameter would make the line global.

    Please see Draw.Line section of our helpguide,


    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 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
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X