Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-timeframe 52 weekly high

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

    Multi-timeframe 52 weekly high

    Hi all,


    I would like to receive the 52 weeks high from a secondary weekly data series on primary daily bars
    But how to fetch the weekly high instead of close prices?

    // weekly BarsArray[1] is returns close prices
    double high52week = MAX(BarsArray[1], 52)[0];

    // daily
    double highLatest = MAX(High, 20)[0];




    #2
    Hello fernlicht,

    Thanks for your post.

    In a multi series or multi time frame script you can use the "plurals" of High, Low, Close and Open to specify a price series and the barsarray of that series.

    For example Closes[1] would be the same as BarsArray[1]. So in the case of high, you would use Highs[1].

    Reference: https://ninjatrader.com/support/help...arsninjascript

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    428 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    281 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    241 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    328 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    290 views
    0 likes
    Last Post CarlTrading  
    Working...
    X