PureBytes Links
Trading Reference Links
|
Thanks to everyone who helped with this
I am going to give up on trying to enter time as an input and settle
with counting bars from 0 at Sess1StartTime and using
+BarDelay*BarInterval increases by one each bar on all time frames.
inputs: BarDelay(0);
var: StartTime(0);
StartTime=MinutesToTime(TimeToMinutes(Sess1StartTime)+BarDelay*BarInterval);
Best regards
foolsgold
|