I am wondering why sometime EA is not opened order in some broker.
Broker A is OK.
But Broker B, no orders.
What is the check point of the code?
Hello,
take a look on log file.
It's a good point for starting....
I am wondering why sometime EA is not opened order in some broker.
Broker A is OK.
But Broker B, no orders.
What is the check point of the code?
could be related to how orders are executed...
1: Take profit and Stop loss are set immediately and may not work with as far as i know some ECN brokers
2: Some ECN brokers require the executed order to be modified with Stop loss and Take profit after it's been executed and not immediately.
3: Check logs for possible error as Nikolaos suggested..
- www.metatrader5.com
1: Take profit and Stop loss are set immediately and may not work with as far as i know some ECN brokers
2: Some ECN brokers require the executed order to be modified with Stop loss and Take profit after it's been executed and not immediately.
Build 500 № 9 2013.05.09
Need help me mql4 guru add take profit to this EA - Take Profit - MQL4 programming forum 2017.09.27
There is no need to open an order and then set the stops. Simplify your code - do it in one step. TP/SL on OrderSend has been fine for years.
Build 500 № 9 2013.05.09
Need help me mql4 guru add take profit to this EA - Take Profit - MQL4 programming forum 2017.09.27
I have heard that order modify with tp/sl does not need anymore. It was old broker. Is that right?
- 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 am wondering why sometime EA is not opened order in some broker.
Broker A is OK.
But Broker B, no orders.
What is the check point of the code?