Hi Folks.
I'm using 60 min interval charts and attempting to use playback mode to prove some strategies.
Is there any way in playback (on one hour charts) to get minutes and seconds during any bar when i request them? I get the correct hour but for minutes and seconds all I get is 0 returned.
I'm using ...
var vHour = getHour();
var vMin = getMinute();
var vSec = getSecond();
I've read posts that say it works but i've had no luck whatsoever. Basically I just want to say "do this every 2 minutes and 30 seconds" ..... no problem in real time, playback is the issue.
Any help would be greatly appreciated.
I'm using 60 min interval charts and attempting to use playback mode to prove some strategies.
Is there any way in playback (on one hour charts) to get minutes and seconds during any bar when i request them? I get the correct hour but for minutes and seconds all I get is 0 returned.
I'm using ...
var vHour = getHour();
var vMin = getMinute();
var vSec = getSecond();
I've read posts that say it works but i've had no luck whatsoever. Basically I just want to say "do this every 2 minutes and 30 seconds" ..... no problem in real time, playback is the issue.
Any help would be greatly appreciated.
Comment