Répondre

La demande de commande n'a pas pu être complétée : Numéro d'erreur : 4307

30 réponses

andrecesario

Abonné, bbp_participant, client, communauté, 4 réponses.

Visiter le profil

il y a 1 an #281585

Quelqu'un sait-il comment résoudre ce problème ? J'ai créé quelques stratégies sur SQx et j'essaie de les utiliser sur un compte de démonstration MT5. Mais ce qui se passe, c'est que lorsque l'EA a un signal d'entrée, le message Thread Title apparaît et aucune transaction n'a lieu.

Lorsque j'exécute le backtest, il fonctionne parfaitement.

Pièces jointes :
Vous devez être connecté pour visualiser les fichiers joints.

0

tiiger79

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

il y a 5 mois #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.

Visiter le profil

il y a 5 mois #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

Administrateur, sq-ultimate, 2 réponses.

Visiter le profil

il y a 5 mois #284980

Bonjour,

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

0

tomas262

Administrateur, sq-ultimate, 2 réponses.

Visiter le profil

il y a 5 mois #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

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

Il y a 4 mois #285049

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

 

Remerciements

0

Leandro Figueiredo

Abonné, bbp_participant, sq-ultimate, client, communauté, 3 réponses.

Visiter le profil

Il y a 4 mois #285065

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

0

tiiger79

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

Il y a 4 mois #285171

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

0

Leandro Figueiredo

Abonné, bbp_participant, sq-ultimate, client, communauté, 3 réponses.

Visiter le profil

Il y a 4 mois #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

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

Il y a 4 mois #285177

Do you wanna share the snipet of code, please?

0

Leandro Figueiredo

Abonné, bbp_participant, sq-ultimate, client, communauté, 3 réponses.

Visiter le profil

Il y a 4 mois #285179

ORDER_FILLING_RETURN

Pièces jointes :
Vous devez être connecté pour visualiser les fichiers joints.

0

Juan Fernando Gomez

Abonné, bbp_participant, client, communauté, sq-ultimate, 9 réponses.

Visiter le profil

Il y a 3 mois #285427

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

Pièces jointes :
Vous devez être connecté pour visualiser les fichiers joints.

0

tnickel

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

Visiter le profil

Il y a 3 mois #285428

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

https://monitortool.jimdofree.com/

0

tiiger79

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

Il y a 3 mois #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

Abonné, bbp_participant, client, communauté, sq-ultimate, 9 réponses.

Visiter le profil

Il y a 3 mois #285433

So ypu converted to MQL4 and upload them om MT5?

0

tiiger79

Abonné, bbp_participant, communauté, client, 14 réponses.

Visiter le profil

Il y a 3 mois #285434

Noooo, mq4 for MT4

0

Affichage de 15 réponses de 16 à 30 (sur un total de 30)

1 2