I run a strategy on 5 min bars.
How can I can get the highest of the current day ?
If add period type day and use Highs[1][0], then it takes the yesterday high.
Is there any way to get number of bars since the begging of the day ?
If yes, then I can write a method for it...
10x,

"begging of the day" (sic) is imprecise. What exactly do you mean?
Comment