Forum

Occasionally error 130 in MT4

Hello all, I have EA and I send oder BUY STOP or SELL STOP , but sometimes I get error 130. I use writting to log, so I can examine conditions when error occures. In the log I have: ERROR BUY STOP @ 1.94609, Ticket=-1, profit-target @ 1.94806, volume=0.63, error=130 - invalid stops current

Extern parameters chnaged programatically

Hello all, I have EA and it have a lot of extern parameters. One of these parameter has name global_Enabled (bool). In some scenario I change this parameter value via custom event which is fired from master indicator in other chart. It works. gobal_Enabled parameter has changed value. But if I open