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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    68 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    151 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X