Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

high & lows

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

    high & lows

    Is there a way to determine what the previous high and low values are?

    #2
    Hello pman777,

    Yes there is. If you are looking for the previous days high and low, NinjaTrader does come with the PriorDayOHLC indicator that you can use. See the link below for more information about the PriorDayOHLC indicator.
    http://www.ninjatrader.com/support/h...r_day_ohlc.htm

    Alternatively, if you are looking for the highest price value over a lookback period you can use the HighestBar() or LowestBar() to get the number of bars ago the value was. For example:

    Code:
    //Gets the number of bars ago the high was in a 15 bar period
    int testval = HighestBar(Close, 15);
    Print("High close price of the last 15 bars is: "+Close[testval]);
    LowestBar(): http://www.ninjatrader.com/support/h...?lowestbar.htm
    HighestBar(): http://www.ninjatrader.com/support/h...highestbar.htm

    Please let me know if I can be of further assistance.
    JCNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Brevo, Today, 01:45 AM
    0 responses
    3 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    3 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    239 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    384 views
    1 like
    Last Post Gavini
    by Gavini
     
    Started by oviejo, Today, 12:28 AM
    0 responses
    6 views
    0 likes
    Last Post oviejo
    by oviejo
     
    Working...
    X