Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Line on Indicator panel

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

    Draw Line on Indicator panel

    I have a strategy that is creating an Indicator as below.

    MyIndicator.Panel = 1;
    AddChartIndicator(MyIndicator);

    I would like to draw a line on the Indicator Panel and I am using the code below to draw the line. The Line draws on the Price Panel despite passing false
    to the DrawOnPricePanel.

    Draw.Line(this, "MyIndicatorLine", false, 0, MyIndicator[0], LBPeriod - 1, MyIndicator[LBPeriod - 1], Brushes.Yellow, DashStyleHelper.Solid, 1, false);

    How can I get this to draw correctly?

    Thanks.

    #2
    Hello ATMtrader0001,

    Thanks for your post.

    If you have a strategy that adds indicators with AddChartIndicator and those indicators have additional panels added, you can use that indicator as the base NinjaScript to draw to that panel.

    See the attached example script which demonstrates adding indicators with AddChartIndicator and drawing on the indicator panels. A similar approach can be taken with Draw.Line().

    Let us know if we may assist further.
    Attached Files
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    89 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X