
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
Hello,
when I run the following code it works as supposed to with no errors, but when I back test it ,it creates the error (incorrect start position 0 for ArraySort function)
the tester's Journal:
2020.09.29 00:05:28.478 EURUSD.,M15: 141759 tick events (96 bars, 142759 bar states) processed in 0:00:00.047 (total time 0:00:02.125)
2020.09.29 00:05:28.454 2020.06.19 00:00:00 testtest EURUSD.,M15: Alert: 0
2020.09.29 00:05:28.454 2020.06.19 00:00:00 testtest EURUSD.,M15: Alert: 3
2020.09.29 00:05:28.454 2020.06.19 00:00:00 testtest EURUSD.,M15: incorrect start position 0 for ArraySort function
2020.09.29 00:05:28.454 2020.06.19 00:00:00 testtest EURUSD.,M15: Alert: 2
2020.09.29 00:05:28.454 2020.06.19 00:00:00 testtest EURUSD.,M15: Alert: 1
2020.09.29 00:05:28.430 2020.06.19 00:00:00 testtest test started
2020.09.29 00:05:28.407 TestGenerator: unmatched data error (volume limit 3584 at 2020.06.19 18:30 exceeded)
2020.09.29 00:05:26.355 TestGenerator: spread set to 20
2020.09.29 00:05:26.350 Expert testtest EURUSD.,M15: loaded successfully
why does this error happen? and what does it mean ? and why does it only happen on back testing?
thank you