Error 141
3件の返信
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
You can include market position is flat (or whatever you decide) to the condition and to remove the text download the latest version.
よろしくお願いいたします。.
0
Thanks ramacan i wil give it a try.
0
こんにちは,
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件中)