Trailing Stop Loss

  • Thread starter Thread starter PeCoNe
  • Start date Start date
P

PeCoNe

I need to keep track of a so called Trailing Stop Loss.
How can i do that?
Bye Peter
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Trailing stops 1
How can I program an Trailing stop loss? 0
=trim 2
TRIM function not working 9
Code Craft Corp 1
Acoustics - 80Hz loss in car! 0
W7 64bit Excel 2010 nl 2
sharing excel over a webpage 1

Back
Top