Reply

The order request could not be completed: Error no.: 4307

30 replies

andrecesario

Subscriber, bbp_participant, customer, community, 4 replies.

Visit profile

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.

Attachments:
You must be logged in to view attached files.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

1 year ago #281634

Hello,

we are working on a new version of MT5 code for better Brazil futures support. The update will be very likely available with the new final update 137

1

andrecesario

Subscriber, bbp_participant, customer, community, 4 replies.

Visit profile

1 year ago #281642

Hi, Tomas

Thanks for your reply.

So, i´m facing this same errer even with brazilian stocks, not only futures. In both of them I´m trying to execute day trade strategies. Seems that this error has some relation with dates or operation period. Is this correct?

1

MINKOWSKI THIERRY

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

Visit profile

8 months ago #283328

I have the same problem with EURUSD H1

1

phil110

Subscriber, bbp_participant, customer, community, sq-ultimate, 6 replies.

Visit profile

4 months ago #284721

Good Afternoon,

I found this old thread for Error 4307 on Metatrader 5.  I’m having the same issue, but trying to trade SPX.

Please let me know if there any fix or certain strategies that Metatrader can’t do (such as market entry/reversal).

I can send SPX file if needed.

Thanks,

Phil

0

tnickel

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

Visit profile

4 months ago #284742

I have the same problem with sq 138 on eurusd on mt5. The same strategies on mt4 don’t have this problem.

 

https://monitortool.jimdofree.com/

0

phil110

Subscriber, bbp_participant, customer, community, sq-ultimate, 6 replies.

Visit profile

4 months ago #284743

I do futures on MT5.  I read somewhere that you can’t mess with timeframes or settings on an EA on MT5 or else you have to remove and reload the EA.  I had one day where I may have changed timeframes without thinking about it and couldn’t figure it out why it would show as active/enabled but made the 4307 every time it wanted to make a trade.

I finally removed/reloaded EA and perhaps restarted MT5 too, and the 4307 went away.  Not very convenient but it worked.

0

Christian Schranz

Subscriber, bbp_participant, community, 33 replies.

Visit profile

4 months ago #284757

I have the same problem too with sq 138 on GBPUSD and other Forex Pairs on MT5, when I want to trade in the SQX Portfolio.

Regards Chris

0

Yuichi Okada

Subscriber, bbp_participant, customer, community, sq-ultimate, 1 replies.

Visit profile

4 months ago #284856

I have the same problem with sq 138 on EURUSD on H4 and USDJPY on H4.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

4 months ago #284861

please check the EA parameters. If you see the Subchart1Symbol parameter or similar that is set to “EURUSD_M1” please modify it to “EURUSD”. The strategy tries to refers the from a market that does not exit in your trading platform which prevents strategy from processing market data properly and trading

0

tnickel

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

Visit profile

3 months ago #284914

Hi the currency pair is ok. This happens not every time. Most time if I have 10 Eas open and they close at 4PM for example.

On the faster VPS there is no problem.

thomas

https://monitortool.jimdofree.com/

0

tiiger79

Subscriber, bbp_participant, community, customer, 14 replies.

Visit profile

3 months ago #284917

Variables look correct, and getting the same error:

input bool UseSQTickSize = false; // UseSQPipSize
input double MainChartTickSizeSQ = 0.01; //MainChartPipSizeSQ
input string Subchart1Symbol = “US500”;
input int Subchart1Timeframe = 1440;
input double Subchart1TickSizeSQ = 0.01; //Subchart1PipSizeSQ

 

2024.01.09 17:59:59.946 Strategy 0.7297112_H1_x (US500,H1) Alert: The order request could not be completed. Error no.: 4307

2024.01.09 17:59:59.946 Strategy 0.7297112_H1_070124 (US500,H1) Alert: Error description: Unknown error

0

tnickel

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

Visit profile

3 months ago #284918

This can be a timing problem. On the fast VPS is all ok. My local computer have 30ms connection speed to the server. On this computers this problem occours.

https://monitortool.jimdofree.com/

0

tiiger79

Subscriber, bbp_participant, community, customer, 14 replies.

Visit profile

3 months ago #284919

thanks @tnickel, If I may ask which VPN provider you use?

0

tnickel

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

Visit profile

3 months ago #284920

The vps from mql5

https://monitortool.jimdofree.com/

0

tiiger79

Subscriber, bbp_participant, community, customer, 14 replies.

Visit profile

3 months ago #284935

Ok ,looks like changing to VPN did not resolve the problem. Any other options?

0

Viewing 15 replies - 1 through 15 (of 30 total)

1 2