Binary options trade disabled
-
I can not get my ea to open a bo trade. I keep getting trade disabled 133 error. If I place the ea on a forex chart it opens a trade with the expiry time enabled. My broker says it's something to do with the NewOrder function but I can't find this function in the code.
-
@jakedabass said in Binary options trade disabled:
trade disabled 133
In general this can have 3 reasons:
- Account is not active
- Trading is not aloowed by broker
- Symbol you're trying to trade is not tradable with your account (type)
Contact your broker I'd suggest.
-
@trader-philipps I've spoken to my broker they say it must definitely be the code. I can trade manually.
-
@jakedabass Ok, than maybe it's your terminal. Check the following:
- Verify options -> Expert Advisors -> Allow live trading
- Verify expert properties -> common -> Allow live trading and Long & Short positions
-
@trader-philipps thanks for responding.
Both of these are checked.
Could you please confirm that my settings are correct.
My buy block settings are as follows:
Money management = fixed lot
How much = 5.0
Stop loss mode = no stop loss
Take profit mode = no take profit
Expiration mode = specified time
Days =
Hours =
Minutes = 5
Slippage = 4 pipsThanks in advance.
-
@jakedabass Looks okay. But the issue you're facing has a different reason I think. Are there any other hints in the logs?