i have this Profitable EA ,which uses the Stochastic oscillator, it works quite great in 1 min timeframe , i usually use it on EUR/USD, GBP/USD ,USD/CHF ,you can use it in any pair. Instead of StopLoss i want Trailing StopLoss =20 and take profit 100 (depends upon the user). if anyone code it i will be so glad .
Thanks
as you told,it already have trailing stoploss.
extern bool trail = False;
extern double TrailingStop = 10;
extern double SL =100;
extern double TP =100;
as you told,it already have trailing stoploss.
extern bool trail = False;
extern double TrailingStop = 10;
extern double SL =100;
extern double TP =100;
i am so sorry by mistake i attached the wrong EA, i was just trying to add the feature in it but it didn't worked & i attached that edited EA, My mistake sorry. Here is the Real EA ,please code it
Thanks
i am so sorry by mistake i attached the wrong EA, i was just trying to add the feature in it but it didn't worked & i attached that edited EA, My mistake sorry. Here is the Real EA ,please code it
Thanks
Check this thread for some working versions of stochastic based EAs : https://www.mql5.com/en/forum/179114
I can code a trailing stop loss if you can define exactly the logic behind this trading system?
as i said i found this EA which works on Stochastic oscillator & follow the trend. please check here
http://www.forexfactory.com/showthread.php?p=7031446#post7031446
if you able to do it & increase its accuracy , the EA can be very profitable for our forum members
I can code a trailing stop loss if you can define exactly the logic behind this trading system?
Hi theforexgeek
thank you for your volunteer offer,if you don't mind and able to take some headache,i suggest you a logical trailing stop strategy which is of course applicable in every EA/manual trading system of all levels.
regards
as i said i found this EA which works on Stochastic oscillator & follow the trend. please check here
http://www.forexfactory.com/showthread.php?p=7031446#post7031446
if you able to do it & increase its accuracy , the EA can be very profitable for our forum members
Added a long and short trailing stop and added for extra digit brokers, so the take profit and stop loss you use should be the same as you enter should not need to multiply them by 10 any more.
Added a long and short trailing stop and added for extra digit brokers, so the take profit and stop loss you use should be the same as you enter should not need to multiply them by 10 any more.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
i have this Profitable EA ,which uses the Stochastic oscillator, it works quite great in 1 min timeframe , i usually use it on EUR/USD, GBP/USD ,USD/CHF ,you can use it in any pair. Instead of StopLoss i want Trailing StopLoss =20 and take profit 100 (depends upon the user). if anyone code it i will be so glad .
Thanks