Trailing Stop Loss

A trailing stop loss is always an exit condition. It is a stop technique that allows market movement to dictate where stops are placed and moved.

The calculation is performed as follows:

  • If it is a long trade, take the high of the bar you entered the trade on and multiply it by the desired Once Price Moves percent and add this value to the high of the entry bar.
  • Once the price moves up to the value calculated in step 1, take the low of the bar, multiply it by the Trail Percent value and subtract this value from the low of the bar.
  • Every time a new high is made, repeat step 2, but do not change the stop unless the newly calculated value is higher than the previous stop value.
  • The trade will be exited when the price drops below the value calculated in step 2.

If the trade is a short trade:

  • Take the low of the bar you entered the trade on and multiply it by the desired Once Price Moves percent and subtract this value from the low of the entry bar.
  • Once the price moves down to the value calculated in step 1, take the high of the bar, multiply it by the Trail Percent value and add this value to the high of the bar.
  • Every time a new low is made, repeat step 2, but do not change the stop unless the newly calculated value is lower than the previous stop value.
  • The trade will be exited when the price rises above the value calculated in step 2.

Calculation Example

Testing Dialog Box

Reference: None