Would someone be kind enough to add (take profit and trailing stop ) to this EA.
And how do you get it to place the stoploss from the trade price when you add trades? The price moves but the ea places the stoploss at the ask or bid of the market price not the open trade price.
Thank you,
Ramy
Thankyou! Great for manual scalping :D
*****
5
STARS
Would someone be kind enough to add (take profit and trailing stop ) to this EA.
And how do you get it to place the stoploss from the trade price when you add trades? The price moves but the ea places the stoploss at the ask or bid of the market price not the open trade price.
Thank you,
Ramy
You can try this https://www.mql5.com/en/code/38003
When this code was created, MT5 probably only supported "netting" accounts, so an opposite trade would close it.
However, now there is a the "hedging" account type, and so an opposite order is opened instead of closing.
So, the code will have to modified to allow closing the trade.
When this code was created, MT5 probably only supported "netting" accounts, so an opposite trade would close it.
However, now there is a the "hedging" account type, and so an opposite order is opened instead of closing.
So, the code will have to modified to allow closing the trade.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Pipser:
This Expert Advisor allows to perform one click trading.
Just press the corresponding button to open position. To close position, press the opposite button, i.e. if Buy position is opened, press "Sell" to close it.Author: Fox Rex