Hello,
I am trying to set the time frame to 10 minutes by using the code below. Somehow, it is not returning any result in the explorer. Can someone please help me in rectifying the same?
TimeFrameSet(2*in5Minute);
Filter=
(ROC(C,1)>=1.2
AND C>((H-L)*0.5)+L
AND TimeNum() == 092459);
Hi,
My data vendor has the following time stamps:
5 mins = 09:19:59, 09:24:59...
10 mins = 09:19:59, 09:29:59...
The problem is that they have reduced the first 10 minute bar into a 5 minute bar.
So, can I change the first 10 minute bar into 2 5 minute bars or with a timestamp of 09:24:59 ?