Can't publish my product ex4 , (Strategy tester report not found) even when try upload previous product (that already pass in past) - page 2
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Actually this error was fixed, but I get another error “test on NZDUSD,H1 2022.02.14 22:00:00 Tester: not enough money for buy 0.20 NZDUSD”.
I use MMmode, so I believe that accountfreemargin are enough. In fact, EURUSD H1 test is fine.
Can I get some advise?
https://www.mql5.com/en/forum/344682/page16#comment_50706663
Actually this error was fixed, but I get another error “test on NZDUSD,H1 2022.02.14 22:00:00 Tester: not enough money for buy 0.20 NZDUSD”.
I use MMmode, so I believe that accountfreemargin are enough. In fact, EURUSD H1 test is fine.
Can I get some advise?
use this code before "Ordersend"
or read this ... https://www.mql5.com/en/forum/42809
Please always use the CODE button (Alt-S) when inserting code.
Hello
the error is back
test on EURUSD,H1 strategy tester report not found
please tell mql5.com to fix it again
use this code before "Ordersend"
or read this ... https://www.mql5.com/en/forum/42809
Hi,
Would you explain what would the Validation tester do with the result of the Free Margin check?
I can appreciate the reason of having this check in live/demo trading and back-testing, where a person can act upon finding out there is insufficient fund for opening a trade.
The user either
1. Reduces the lot size or
2. Add money to the account then restart the EA or
3. Close some running trades.
The EA can also be programed to lower lot size.
Or, perhaps a recklessly optimistic user, who has running trades, may even choose let the EA continue to run and hope to end in profit by those trades and "recover" some margin.
I can't wrap my head around what can the validation tester do?
Will it look up for the error print and be satisfied with that the check being in place before a trade order is sent?
Will it then change the criteria and proceed with the next test?
Would you kindly share your thoughts please?
Thanks!