読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

Error 141

3件の返信

miamimario38

定期購入者、bbp_participant、コミュニティ、2件の返信。.

プロフィールを表示

13年前 #111151

Can someone please help me understand why my ea continues to produce error 141[too many requests]

Also how do i remove the text EMA Cross Strategy from the name of my EA?

I am using the following trading rules and i have attatched screen shots also:

 

         STRATEGY

          If

               ParabolicSar(0.02, 0.2)[3] > Close[3]                                                 If ParabolicSar [3] is greater than Close[3]

and         ParabolicSar(0.02,0.2)[2] <  Close[2]                                                 If ParabolicSar [2] is less than  Close[2]

and         ParabolicSar(0.01,0.2)[1] <  Close[1]                                                 If ParabolicSar [1] is less than  Close[1]

 

 

       それでは

            Enter at Market:

            ロング

            Quantity: MLots

            MagicNumber: LongMagic Number

            StopLoss: MStopLoss

            ProfitTarget: MTakeProfit

 

         

 

 

 

0

ラマカン

Subscriber, bbp_participant, community, 72 replies.

プロフィールを表示

13年前 #121593

You can include market position is flat (or whatever you decide) to the condition and to remove the text download the latest version.

 

よろしくお願いいたします。.

0

miamimario38

定期購入者、bbp_participant、コミュニティ、2件の返信。.

プロフィールを表示

13年前 #121596

Thanks ramacan i wil give it a try.

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

13年前 #121635

こんにちは,

 

as you know error 141 means that the EA makes too many requests, so you should limit it in some way:

– check that position is flat or long or short before doing some action like changing the SL – to ake sure you cann the MT4 onlyif your order actually exists

– consider using IsBarOpen function to perform some actions only at open of the new bar

 

Also how do i remove the text EMA Cross Strategy from the name of my EA?

 

This was a bug in older version of EA Wizard, please upgrade to the newest version and it will be solved.

 

マーク

マーク
StrategyQuantアーキテクト

0

3件の返信を表示中 - 1 - 3件目 (全3件中)