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
Im using MQL5 to write my EA and using MT5 to test. it.
The EA is compiling without any errors in Meta editor,
The Experts window is printing:
2024.01.30 11:03:28.989 CTM_TradeManager_EA (GBPUSD,H1) Interface initialized
The Journal is printing:
2024.01.30 11:03:27.450 Experts expert CTM_TradeManager_EA (GBPUSD,H1) loaded successfully
However there is no interface loading in the chart.
I have checked all the common things that could affect it like using 0 layer in the code.
Checking the Algorythmic Trading is on.
Restarting MT5.
Removing the EA and reloading it again.
Even when i try to create a test button under the Oninit function, this also does not show. Here is the snipet of the code for the OnIni() function.