Resposta

O pedido de pedido não pôde ser concluído: Erro nº: 4307

30 respostas

andrecesario

Assinante, bbp_participante, cliente, comunidade, 4 respostas.

Perfil da visita

1 ano atrás #281585

Alguém sabe como consertar? Eu criei algumas estratégias no SQx e estou tentando usá-las em uma conta demo do MT5. Mas o que acontece é que quando o EA tem um sinal de entrada, aparece a mensagem de Título do Tópico e nenhuma negociação ocorre.

Quando eu faço o backtest, ele funciona perfeitamente.

Anexos:
Você deve ser logado para ver os arquivos anexos.

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

5 meses atrás #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”).

 

 

0

tníquel

Customer, bbp_participant, community, sq-ultimate, 489 replies.

Perfil da visita

5 meses atrás #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/

0

tomas262

Administrador, sq-ultimate, 2 respostas.

Perfil da visita

5 meses atrás #284980

Hi,

thank you, we know about this. It has been fixed into the next update – build 139

0

tomas262

Administrador, sq-ultimate, 2 respostas.

Perfil da visita

5 meses atrás #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

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

5 meses atrás #285049

Obrigado, 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?

 

Obrigado

0

Leandro Figueiredo

Assinante, bbp_participant, sq-ultimate, cliente, comunidade, 3 respostas.

Perfil da visita

4 meses atrás #285065

I have the same problem with my first robot generated by strategyquant, do we already have a cause/solution?

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

4 meses atrás #285171

Nope, I’m trying to learn  MQL5 now to fix this bug 🙂

0

Leandro Figueiredo

Assinante, bbp_participant, sq-ultimate, cliente, comunidade, 3 respostas.

Perfil da visita

4 meses atrás #285176

In my case I managed to solve it by changing the 1st parameter, it is FOK and it has to be RETURN.

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

4 meses atrás #285177

Do you wanna share the snipet of code, please?

0

Leandro Figueiredo

Assinante, bbp_participant, sq-ultimate, cliente, comunidade, 3 respostas.

Perfil da visita

4 meses atrás #285179

ORDER_FILLING_RETURN

Anexos:
Você deve ser logado para ver os arquivos anexos.

0

Juan Fernando Gomez

Assinante, bbp_participante, cliente, comunidade, sq-ultimate, 9 respostas.

Perfil da visita

4 meses atrás #285427

Hi, yesterday i uploaded some strategies on Gold and JPYUSD, and the error is showing as well. How do i fix it?

Anexos:
Você deve ser logado para ver os arquivos anexos.

0

tníquel

Customer, bbp_participant, community, sq-ultimate, 489 replies.

Perfil da visita

4 meses atrás #285428

Order filling don’t help. I wait for the next sq update

https://monitortool.jimdofree.com/

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

4 meses atrás #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>

0

Juan Fernando Gomez

Assinante, bbp_participante, cliente, comunidade, sq-ultimate, 9 respostas.

Perfil da visita

4 meses atrás #285433

So ypu converted to MQL4 and upload them om MT5?

0

tiigre79

Assinante, bbp_participante, comunidade, cliente, 14 respostas.

Perfil da visita

4 meses atrás #285434

Noooo, mq4 for MT4

0

Visualizando 15 respostas - 16 até 30 (de um total de 30)

1 2