Page 1 of 1

ATR trailing stop

PostPosted: Thu Nov 25, 2010 3:36 am
by Alexander.Gettinger
The strategy sets stop value for the chosen trade using ATR oscillator.
Strategy parameters:
MoveBack - if false then for BUY stop moves up only and for SELL stop moves down only.

For BUY orders strategy put stop to (Bid-ATR*Coeff) level and for SELL orders to (Ask+ATR*Coeff) level.

ATR_Stop.png


Download:
ATRStop.lua
(6.62 KiB) Downloaded 1868 times

Re: ATR trailing stop

PostPosted: Tue Mar 27, 2012 10:26 pm
by robmsan
please make this into a full blown strategy with( "allowed side" both, buy, sell) functionality thank you

Re: ATR trailing stop

PostPosted: Wed Mar 28, 2012 6:25 am
by Apprentice
Your request is added to the developmental cue.

Re: ATR trailing stop

PostPosted: Thu Apr 05, 2012 10:53 pm
by LuckyPanda
I tried using it and got message:
Failed create stop The command is disabled.

Could you fix it.

Re: ATR trailing stop

PostPosted: Thu May 03, 2012 12:25 am
by robmsan
I posted a request some time a go to have this indicator turned into a fully functional strategy with allowed side(both,buy,sell) stop ,limit orders. If possible please start on this ASAP as Ive worked with this indicator before an feel it will help my trading thank you very much.

Re: ATR trailing stop

PostPosted: Sun May 20, 2012 8:42 am
by b0chatma
All,

Can you provide a status on setting up the ATR trailing stop as a functional strategy? This is a very popular trailing stop method. It should be part of the trading platform. Thank you

Re: ATR trailing stop

PostPosted: Mon Dec 05, 2016 5:15 am
by Apprentice
Bump up.

Re: ATR trailing stop

PostPosted: Fri Aug 30, 2019 8:59 am
by Avignon
Hello,

I not understand the difference.

Yesterday I placed the stop manually and then launched the strategy: the trailing stop don't move. There I stopped and restarted, the stop is placed directly here.

Capture.png


Capture2.png


Thanks.