Hi,
what is the tradecript code to reference 1 Min intraday candles to the following
1) LAST on 1min candle > days open
2) LAST on 1min candle > previous days high
Help is appreciated
Hi,
what is the tradecript code to reference 1 Min intraday candles to the following
1) LAST on 1min candle > days open
2) LAST on 1min candle > previous days high
Help is appreciated
In the above condition you are defining two time frames minute and day, as it is not possible with tradescript,
you can use price alert indicator and define the days open price manually from the below link
Thanks for the confirmation. You have been helpful.