Profit Lock: Percent

Abbreviation: ProfitLock%
Category: Trading Strategy: Protective Stops
Input Parameters:

Name Range Default
Trading Strategy
Percent Gain Before Activation Real >= 0 10
Profit Percent Real >= 0 5

 
Calculation:

For a long position,

If Current Price >= Entry Price * (100 + Percent Gain Before Activation) / 100 then 

Profit Lock: Points = Entry Price * (100 + Profit Percent) / 100 

For a short position,

If Current Price <= Entry Price * (100 – Percent Gain Before Activation) / 100 then 

Profit Lock: Points = Entry Price * (100 – Profit Percent) / 100 

 
Discussion:

This indicator is useful for creating a trading strategy trailing stop that activates to save a profitable position from becoming unprofitable. However, note that no stop price is activated until the percent gain before activation is met, so to protect a position from losses this indicator is best used with other protective stops that activate immediately after an entry is made.

Example:

If your entry price is 100 and your Percent Gain Before Activation is 10 and Profit Percent is 5:

for a long position, no stop price is initially placed. If the price drops immediately, this indicator will do nothing. However, once the price rises above 110, then a stop is placed at 105. Once the stop is placed at 105 it will never change. The stop order will be activated once the price drops down to the value of the trailing stop at 105, at which point you will exit your long position.

for a short position, no stop price is initially placed. If the price rises immediately, this indicator will do nothing. However, once the price drops below 90, then a stop is placed at 95. Once the stop is placed at 105 it will never change. The stop order will be activated once the price rises to the value of the trailing stop at 95, at which point you will exit your short position.
 

Was this article helpful?

Related Articles