Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Finding 52 WeeksHigh/Low

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

    Finding 52 WeeksHigh/Low

    Hi,

    Is there a simple way to find an instrument 52 weeks High or Low?

    TX in advance,
    Roy

    #2
    Yes, you can do this with a multiple series indicator / strategy.

    Documentation for Multiseries indicators is available here : http://www.ninjatrader.com/support/h...nstruments.htm

    You add a weekly series, and then use MAX() function to return the highest value over 52 weeks.

    Add(PeriodType.Week, 1);

    double my52WeekHigh = MAX(High, 52)[0];
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, Yesterday, 04:31 AM
    0 responses
    30 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    286 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    282 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    132 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X