Topic: Inconsistent results between Express Generator and EA Studio
I found inconsistent results between Express Generator and EA studio, and here is how to reproduce it:
I have uploaded my EA studio settings as the attachment, and below is the command for Express Generator
node bin/gen.js --settings bin/gen.settings.ini ^
--server Eightcap ^
--symbol AUDJPY ^
--period M1 ^
--use_data_start true ^
--data_start "20 Sep 2024 00:00 UTC" ^
--use_data_end true ^
--data_end "29 Jan 2025 00:00 UTC" ^
--output test.json ^
--min_count_of_trades 10 ^
--min_profit_factor 1.01 ^
--session_open 12:30 ^
--session_close 21:00 ^
--close_at_session_close true ^
--close_at_friday_close true ^
--trade_direction_mode LongAndShort ^
--leverage 200 ^
--entry_lots 0.1 ^
--opposite_entry_signal Ignore ^
--trade_on_sunday false ^
--spread 12 ^
--commission 0
Because in the above command, the min_profit_factor is 1.01 so Express Generator should not generate any losing strategies, however, when validating the strategies generated by Express Generator in EA studio, a lot of them results in losses.
To reproduce the problem, simply run the above command for a minute to generate around 10 strategies and then validate them with EA studio.