
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
P. S. Personally, it was this function that helped me beat the validator:
strategy tester report not found"
... Same error, but occurs at the end of validation. I already ran validation 4 times - same result. Each validation takes 1 hour!!! I don't know where to go next(
strategy tester report not found"
... Same error, but occurs at the end of validation. I already ran validation 4 times - same result. Each validation takes 1 hour!!! I don't know where to go next(
The code must be simplified a bit, probably, it performs too many calculations per one tick.
The code is simple: only Symbol() and OrderSymbol() are used (no embedded pair names), check for a new candle, take values of built-in standard indicators and open an order - everything is easy as can be...
...it all worked, I didn't change anything in the code, thank you...
Same mistake again...
test on EURUSD,H1 strategy tester report 38 total trades test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 tester takes too long strategy tester report not found
Same mistake again...
test on EURUSD,H1 strategy tester report 38 total trades test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 tester takes too long strategy tester report not found
Look for errors in the logic of your code. If you sometimes pass the test - it's just luck (it's just that the tester validator has chosen a trading interval that is better for you this time).