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.
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".
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.
Hi
// returning the previous daily low and high
[previous_day_high, previous_day_low] = security(syminfo.tickerid, "D", [high[1], low[1]]
Thanks Dave :)
Hi , how can i calculate previous day high / low without using security function ?
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
how can i write session start 1 min first candle high low