duke56468 683 posts msg #97184 - Ignore duke56468 | 
10/24/2010 8:25:04 PM
  I am trying to set the exit trigger to the low of the trigger day that set up the entry. In other words I want to exit if the price drops below the low of the trigger day candle. Is there correct wording for this or is it even possible in the backtest?  I didn't get an answer under Backtesting Support.
 
 
 
  | 
duke56468 683 posts msg #97228 - Ignore duke56468 | 
10/28/2010 2:06:26 PM
  Still hoping for an answer from someone.  TIA
 
  | 
Eman93 4,750 posts msg #97235 - Ignore Eman93 modified | 
10/28/2010 7:16:27 PM
  in the exit section on back test put 
 
 Low < Low 1 day ago
 
 low of the trigger day... you can use a stop loss of like 2 to 3 % you cant extract a price and store that value... would be too nice of a feature...
 
 there is a way just look at the symmetric triangle command.. it connects the lower lows.. i would like to see the code and how it is written out...
 
  | 
duke56468 683 posts msg #97239 - Ignore duke56468 | 
10/29/2010 9:39:48 AM
  Thanks Eman I'll give it a try.
 
  | 
all4juan 20 posts msg #97250 - Ignore all4juan | 
10/30/2010 1:11:37 PM
  https://guidance.fidelity.com/viewpoints/trading-stops
 
  |