hi all,
I have a script that uses the last 20 Daily highs and lows on an intraday chart. I get the values via high(-20,getSymbol()+",D")
My problem is when the new session starts, the new day's high and low are not retrieved unless I reload the script manually.
I used many reloadEFS()'s in the script but none works. What am I doing wrong?
thanks
I have a script that uses the last 20 Daily highs and lows on an intraday chart. I get the values via high(-20,getSymbol()+",D")
My problem is when the new session starts, the new day's high and low are not retrieved unless I reload the script manually.
I used many reloadEFS()'s in the script but none works. What am I doing wrong?
thanks
Comment