P PeCoNe Aug 21, 2013 #1 I need to keep track of a so called Trailing Stop Loss. How can i do that? Bye Peter
P PeCoNe Aug 21, 2013 #2 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? Click to expand... The formula is: if LastPrice * Pct > StopLoss then StopLoss = LastPrice * Pct
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? Click to expand... The formula is: if LastPrice * Pct > StopLoss then StopLoss = LastPrice * Pct