Home > Programming > Atr Trailing Stops

Atr Trailing Stops

June 15th, 2009

Hi everyone,
I have my strategy written already in ninja trader.
It’s already fully working in realtime.
Entries are fine for me, I’d like to improve exits.
In order to do so, I want to try a strategy with ATR trailing stop based on my signals for long or short trades.
For ex : for long trades, stop trade should be price – 2.5 ATR ( based on a 5 period )
The job is to remove the previous exit rules and add this one for long trades and short trades.
Then, I’ll be able to backtest it and check if the results are improved.


Atr Trailing Stops

Comments are closed.
Bear