Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator (AddPlot) starts at the price of 0

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

    Indicator (AddPlot) starts at the price of 0

    Hello ,

    I added my indicator AddPlot.Bar
    ( AddPlot(new Stroke(Brushes.Orange, 2), PlotStyle.Bar, "Anzeige" ); )

    But the bars start at the price of 0.
    I tried to find out how it works using the other standard indicators. But unfortunately I don't have any
    Solution found.

    Is there an easy solution?

    Best Regards!


    #2
    Hello Burak,

    Thanks for your post.

    No, the bar PlotStyle will always start at 0.

    With your screenshot, it appears that the indicator is plotting in the price panel. You can move the indicator to its own panel in the indicator properties which would fix the display for both the price panel and then indicator.

    In the indicator code you could set the property IsOverLay to false which will tell the indicator to create its own panel automatically.
    Reference: https://ninjatrader.com/support/help...?isoverlay.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X