The order request could not be completed: Error no.: 4307
35 replies
andrecesario
1 year ago #281585
Does anyone know how to fix? I have created some strategies on SQx and I am trying to use them on an MT5 demo account. But what happens is that when the EA has an entry signal, the Thread Title message appears and no trades take place.
When I run the backtest, it works perfectly.
tiiger79
10 months ago #284961
OK, I think I found the cause.
if (_sqIsBarOpen == true) {
// init signals only on bar open
LongEntrySignal = ((((sqGetBid(“NULL”) ….
The generated code contains sqGetBid(“NULL”) , but it should be the security name eg. sqGetBid(“US500”).
tnickel
10 months ago #284979
This is a bug in the sqx.
Have you reported this?
This is a prio 1 error because this effect many generated eas.
https://monitortool.jimdofree.com/
tomas262
10 months ago #284980
tomas262
10 months ago #284981
OK, I think I found the cause
if (_sqIsBarOpen == true) {
// init signals only on bar open
LongEntrySignal = ((((sqGetBid(“NULL”) ….The generated code contains sqGetBid(“NULL”) , but it should be the security name eg. sqGetBid(“US500”).
Can you please send us the strategy to our [email protected] email? We will rather check it
Please send both sqx and mql files
tiiger79
10 months ago #285049
Thanks Tomas,
is it possible to share, what part of the mql code requires amendment to get over this error as the build 139 might take some time and the code is otherwise unusable?
Thanks
Leandro Figueiredo
10 months ago #285065
I have the same problem with my first robot generated by strategyquant, do we already have a cause/solution?
tiiger79
10 months ago #285171
Nope, I’m trying to learn MQL5 now to fix this bug 🙂
Leandro Figueiredo
10 months ago #285176
In my case I managed to solve it by changing the 1st parameter, it is FOK and it has to be RETURN.
tiiger79
10 months ago #285177
Do you wanna share the snipet of code, please?
Leandro Figueiredo
10 months ago #285179
ORDER_FILLING_RETURN
Juan Fernando Gomez
9 months ago #285427
Hi, yesterday i uploaded some strategies on Gold and JPYUSD, and the error is showing as well. How do i fix it?
tnickel
9 months ago #285428
tiiger79
9 months ago #285429
<p style=”text-align: right;”>I temporarily converted all the strategies to mq4, then the bug don’t appear. Let’s hope they release v139 this month as mentioned.</p>
Juan Fernando Gomez
9 months ago #285433
So ypu converted to MQL4 and upload them om MT5?
tiiger79
9 months ago #285434
Noooo, mq4 for MT4