Risposta

Non è stato possibile completare la richiesta d'ordine: Errore n.: 4307

30 risposte

andrecesario

Abbonato, bbp_partecipante, cliente, comunità, 4 risposte.

Visita il profilo

1 anno fa #281585

Qualcuno sa come risolvere il problema? Ho creato alcune strategie su SQx e sto cercando di utilizzarle su un conto demo MT5. Ma ciò che accade è che quando l'EA ha un segnale di entrata, appare il messaggio Thread Title e non vengono effettuate operazioni.

Quando eseguo il backtest, funziona perfettamente.

Allegati:
Dovete essere collegato per visualizzare i file allegati.

0

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

5 mesi fa #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

tnickel

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

Visita il profilo

5 mesi fa #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

Amministratore, sq-ultimate, 2 risposte.

Visita il profilo

5 mesi fa #284980

Ciao,

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

0

tomas262

Amministratore, sq-ultimate, 2 risposte.

Visita il profilo

5 mesi fa #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

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

5 mesi fa #285049

Grazie 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?

 

Grazie

0

Leandro Figueiredo

Abbonato, bbp_partecipante, sq-ultimate, cliente, comunità, 3 risposte.

Visita il profilo

4 mesi fa #285065

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

0

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

4 mesi fa #285171

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

0

Leandro Figueiredo

Abbonato, bbp_partecipante, sq-ultimate, cliente, comunità, 3 risposte.

Visita il profilo

4 mesi fa #285176

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

0

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

4 mesi fa #285177

Do you wanna share the snipet of code, please?

0

Leandro Figueiredo

Abbonato, bbp_partecipante, sq-ultimate, cliente, comunità, 3 risposte.

Visita il profilo

4 mesi fa #285179

ORDER_FILLING_RETURN

Allegati:
Dovete essere collegato per visualizzare i file allegati.

0

Juan Fernando Gomez

Abbonato, bbp_partecipante, cliente, comunità, sq-ultimate, 9 risposte.

Visita il profilo

4 mesi fa #285427

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

Allegati:
Dovete essere collegato per visualizzare i file allegati.

0

tnickel

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

Visita il profilo

4 mesi fa #285428

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

https://monitortool.jimdofree.com/

0

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

4 mesi fa #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

Abbonato, bbp_partecipante, cliente, comunità, sq-ultimate, 9 risposte.

Visita il profilo

4 mesi fa #285433

So ypu converted to MQL4 and upload them om MT5?

0

tiiger79

Abbonato, bbp_partecipante, comunità, cliente, 14 risposte.

Visita il profilo

4 mesi fa #285434

Noooo, mq4 for MT4

0

Stai visualizzando 15 risposte - dalle 16 alle 30 (di 30 totali)

1 2