i want to identify a specific candle for example the one from 15.30 to 15.34:59.
How do I do that? I tried several ways, working in most scenarios is:
Code: Select all
if ((Duration(timeOpen, NumericToTime($StartTime)) < 300) and (Duration(timeOpen, NumericToTime($StartTime)) >= 0)) then
There must be a better way?
regards
Gunnar