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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    89 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    74 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    72 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    60 views
    0 likes
    Last Post CarlTrading  
    Working...
    X