Hi,
I am not able to put this in tradetron.
if time>11:00
then after every minute it should check if (i-1) candle close > High of all previous candles of the day
where i is the current candle
The problem here is that number of candles in highest high function is absolute and not a variable. A least there should be an option of selecting all the previous candles of the day
I hope you you understand what I am trying to convey here. I have been trading through this same logic with my own python code. Has worked perfectly for me. But I wanted to shift to tradetron. So any help is appreciated.