Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnRender Help

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

    OnRender Help

    Hi, I'm a bit confused ;-)

    I found this article: https://ninjatrader.com/support/foru...-onrender-help

    and would like to add a second data series there:

    Code:
    if (State == State.Configure)[INDENT]{[/INDENT][INDENT=2]AddDataSeries(BarsPeriodType.Minute, 1);[/INDENT][INDENT]}[/INDENT]
    If I just add the data series, the rectangles won't be displayed for long.
    What exactly would the OnRender method have to look like for this to work?
    sidlercom80
    NinjaTrader Ecosystem Vendor - Sidi Trading

    #2
    Hi sidlercom80, thanks for writing in.

    The example script uses High.GetValueAt(index) in OnRender, it would need to be changed to Highs[0].GetValueAt(index) to access the correct bar index. Please review this page on multi time frame/instrument scripts for more documentation:


    Best regards,
    -ChrisL

    Comment

    Latest Posts

    Collapse

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