How to avoid OrderSend Error 130 in MT4

If EA is running, you may receive an error”
OrderSend Error 130 “.


OrderSend Error 130 “is because the constant is”
ERR_INVALID_STOPS “(= invalid loss stops) in the following cases.

Reason # 1: Loss cutting (profit fixing) prices are too close to current price data.

Reason 2: The formula used to calculate the profit and loss reduction (profit determination) price is incorrect.

Reason 3: Loss reduction (profit determination) prices have not normalized.

the reasons for the occurrence of “OrderSend Error 130” are described above, but the first reason may be the cause of Error in particular, so the possibility is relatively low.

we checked to avoid cause 2 and 3, so we could basically avoid the Error “OrderSend Error 130”.

Read More: