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