Calling on a custom indicator from an EA not working
-
I uploaded an indicator, the McGinley Dynamic Average. I tried using it within an EA, but whenever I backtest, no trades execute. I'm not sure how to troubleshoot this. I confirmed the EA works fine with built in indicator and the McGinley indicator plots without issue. I don't think anything is wrong with my EA or the indicator itself but the EA doesn't use it properly. Any ideas? This is the indicator: https://www.mql5.com/en/code/31753
-
Nevermind, I think I figured it out. I missed the part about having to put the subfolder in the indicator name for it to find it. I think that fixed my issue.