| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
does anybody know what this means?
in terminal, under the expert window, this message:
"Error opening SELL order: 130" what does this mean? The worthless interbankfx will not answer my question, Don't use this broker if you don't have too. The bigger they get the worst they get. Thanks in advance MKH ![]() |
|
|||
|
Error 130 is "ERR_INVALID_STOPS 130 Invalid stops."
You are using a wrong stop loss value or your entry stop orders are wrong or the values are too close... usually have to be "MarketInfo(Symbol(),MODE_STOPLEVEL)" pips away. Hope this helps. |
|
|||
|
The pair I'm using right now is "usd/jpy" 30 min chart. Would It be helpful If I sent the EA along? It's just a simple EMA Cross by codersguru, It was in his lession plan as "My_First_EA".
I tryed to add a StopLoss to it. The buy works but the sell doesn't. ![]() |
|
|||
|
Told ya... check your stops...
The sell routine in your EA looks like this PHP Code:
The correct code will be ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,3,Ask+StopLoss*Point, Bid-TakeProfit*Point,"My EA",12345,0,Red); |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|