Modify Stops no working!!!!
-
Hi, I´m having a pretty weird bug and I can´t figure it out whta is happening. Well I´ve fullt built my EA and teste on BackTest and worked. I´ve also tested on a DEMO account and it also worked. But when I use the EA on a Real account I´m getting problems with Closing Trades and Modifying Stop Loss. On a Real account none of those works, there are no log or errors, it simple doesn´t work. The only thing I could figure it out that is different from Backtest and Demo account, is that on Real account when a Trade is openned by the EA it does not return Ticket Number, therefore I think it´s not returning the Order Data that the STOPS and CLOSES need to work.
-
when you open trade without SL and TP, is it opened?
-
The trade is oppenned normally for either Buy or Sell, what doesn´t work are the Close and Modify Stops, so the EA starts the trade but it doens´t close and it doesn´t modify the stops for current trade.
-
and are there some errors returned from broker or EA in terminal log?
-
Nope, there are no erros and no logs... As I said the only thing that comes into mind is that on Real Trading Account the Order doesn,t seem to creat a ticket number, and thus it seems that for the EA there are no order Openned!!!
-
and is it MT4 or MT5?
-
It´s for MetaTrader 5
-
better if admin check it (I have not MT5) ...
-
Ok thanks anyways!!!!