Welcome to the BEST forum for traders

Did you know we're sharing tons of exclusive content here?
Our community is growing quickly. Take a look around and say "Hello".

How to identify the previous day high low

Apr 30, 2021 - 12:20 PM

Viewed 5199 times

https://best-trading-indicator.com/community/bti/forums/4180/topics/23890 COPY
  • Hi friends. I need help to get previous day high and low while working intraday. I am aware of high[1] and low [1] which gives previous candles high and low. While working on intraday... I wants to find previous day high and low.

    1
  • Hi

    // returning the previous daily low and high
    [previous_day_high, previous_day_low] = security(syminfo.tickerid, "D", [high[1], low[1]]
    
    0
  • Thanks Dave :)

    0
  • Hi , how can i calculate previous day high / low without using security function ?

    1
  • Hi , how can i calculate previous day high / low without using security function ?

    You can't, you have to use the security function for that

    0
  • how can i write session start 1 min first candle high low

    0
CONTENTS