We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the instruction on the Readme but when I try to run the Expert Agent in backtest I get the followings errors...
I did allow dll in the expert Advisor Options
0 05:14:14.504 TestGenerator: current spread 12 used 0 05:14:16.521 Expert mt4jSample EURUSD,H1: removed 0 05:14:16.531 Expert mt4jSample EURUSD,H1: loaded successfully 2 05:14:16.532 2018.12.05 00:00:00 mt4jSample inputs: IntProperty=99; BoolProperty=1; DoubleProperty=1.23; 0 05:14:16.541 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Int wasn't set correct: 0 0 05:14:16.542 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Double wasn't set correct: 0 0 05:14:16.543 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: String wasn't set correct: 0 05:14:16.544 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Boolean wasn't set correct: 0 1 05:14:16.545 2018.12.05 00:01:00 Access violation read to 0x00000000 in 'C:\dev\app\metatrader\MQL4\Libraries\mt4j.dll' 3 05:14:16.545 2018.12.05 00:01:00 mt4jSample EURUSD,H1: not initialized 0 05:14:16.545 EURUSD,H1: 1 tick events (993 bars, 72932 bar states) processed in 0:00:00.015 (total time 0:00:04.046)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the instruction on the Readme but when I try to run the Expert Agent in backtest I get the followings errors...
I did allow dll in the expert Advisor Options
0 05:14:14.504 TestGenerator: current spread 12 used
0 05:14:16.521 Expert mt4jSample EURUSD,H1: removed
0 05:14:16.531 Expert mt4jSample EURUSD,H1: loaded successfully
2 05:14:16.532 2018.12.05 00:00:00 mt4jSample inputs: IntProperty=99; BoolProperty=1; DoubleProperty=1.23;
0 05:14:16.541 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Int wasn't set correct: 0
0 05:14:16.542 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Double wasn't set correct: 0
0 05:14:16.543 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: String wasn't set correct:
0 05:14:16.544 2018.12.05 00:01:00 mt4jSample EURUSD,H1: Alert: Boolean wasn't set correct: 0
1 05:14:16.545 2018.12.05 00:01:00 Access violation read to 0x00000000 in 'C:\dev\app\metatrader\MQL4\Libraries\mt4j.dll'
3 05:14:16.545 2018.12.05 00:01:00 mt4jSample EURUSD,H1: not initialized
0 05:14:16.545 EURUSD,H1: 1 tick events (993 bars, 72932 bar states) processed in 0:00:00.015 (total time 0:00:04.046)
The text was updated successfully, but these errors were encountered: