Why does Trailing Stop start later than expected?
Author: grtrader
Creation Date: 2/26/2014 11:25 AM
profile picture

grtrader

#1
In the Rules, there is "Long exit at profit target with fixed stop + Trailing Stop". Is the trailing stop supposed to start for each new buy?
profile picture

grtrader

#2
In this example, I am using a 2% trailing stop, yet it doesn't stop out until much later. Here is the code generated from the rules:




CODE:
Please log in to see this code.
profile picture

Eugene

#3
The exit will trigger only if chosen indicator crosses below a value. Until that, it's inactive.

The OR divider does not make sense in this context and should be dropped.
profile picture

grtrader

#4
I want to exit for:

1. Stochastic crosses below 20.
OR
2. Hit the trailing stop, which in this case is set at 2%

It does exit when the Stochastic crosses below 20, but does not exit for a trailing stop. I created this from the Rules, which is shown in Trailstoprules.png.
profile picture

Eugene

#5
For this, add one more exit rule (e.g. SellAtMarket) with the Stoch condition attached to it. Whichever hits first, will be executed. No need in an OR condition here.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).