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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    44 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    56 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    35 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    95 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    57 views
    0 likes
    Last Post PaulMohn  
    Working...
    X