[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to code a time based trailing stop?



PureBytes Links

Trading Reference Links

Jason:
>I was trying to code a time based trailing stop and 
>need some help. for example after initial a long
>position i place a 10 tick stop immidiately and then i
>want to move the stop 1 tick up every say, 1 minutes.

This is easy if you use 1-minute bars.  Every bar just increment
your stop.

-A