Delayed trailing stop.

#1
Hello,
I'm new with Amibroker.
I would like to know how to set delayed stop.

Example:
day 0: transaction buy
day 1: trailing stop off
day 2: trailing stop off
day 3: trailing stop off
day 4: trailing stop off
day 5: trailing stop on

thanks in advance
Irek
 

tlu

New Member
#2
Hello,
I'm new with Amibroker.
I would like to know how to set delayed stop.

Example:
day 0: transaction buy
day 1: trailing stop off
day 2: trailing stop off
day 3: trailing stop off
day 4: trailing stop off
day 5: trailing stop on

thanks in advance
Irek
You can try

IIf(BarsSince(Buy)>4, ....
 

Similar threads