Expert Adviser is not loading into MT5
-
Hello,
I have attempted to load an EA into MT5 and it does not show up under advisers. I installed the file .mq5 in the ...\MetaTrader 5\MQL5\Experts directory, restarted MT5, and would not load the EA. Additionally, I tried it using a portable application and had the same issue.
Thanks in advance for any assistance provided!
-
@gearforlife Maybe there is a compile error in your EA? But it should show up there. Check the journal maybe. Right click on Experts and than refresh.
If that doesn't work, you may share your project. or better mq5 file -
Thank you for the response, I was able to figure it out! The issue was due to me not exporting both .MQ5 and the .ex5 files to the Advisers directory. EA is running as expected, just need to tweak the logic a bit. Thanks again!