A while ago, zt3k was generous enough to share the code needed to set a start time to a tradestation Pivot Reversal code. I would be extremely grateful if zt3k, or some other generous soul, could help me figure out how to set an end time to the same code.
What I have, and which works great, is this (thanks to zt3k):
input:
starttime(930);
if time >= starttime then
begin
.... {put your pivot code here}
end;
What I would like is to add an end time to the same Pivot Reversal code.
Thanks,
Alex
What I have, and which works great, is this (thanks to zt3k):
input:
starttime(930);
if time >= starttime then
begin
.... {put your pivot code here}
end;
What I would like is to add an end time to the same Pivot Reversal code.
Thanks,
Alex
Last edited: