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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    35 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    13 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X