Trailing Stop Loss

  • Thread starter Thread starter PeCoNe
  • Start date Start date
Op 2013-08-21 16:45, PeCoNe schreef:
I need to keep track of a so called Trailing Stop Loss.
How can i do that?
The formula is:
if LastPrice * Pct > StopLoss then
StopLoss = LastPrice * Pct
 
Back
Top