My bot is not executing trades, please I need your help on this guys. See my code below:
David Udoh:
My bot is not executing trades, please I need your help on this guys. See my code below:
My bot is not executing trades, please I need your help on this guys. See my code below:
When reporting problems with Code, give relevant details as well.
MQL language version, journal output, expert log. Symbol used.
Have you tried Debugging? Is the error in Tester, or on Chart in MTx?
But for now, I assume MQL5:
Read about iMA, it returns a handle, create the handle in OnInit (). Use the handle in OnTick() with CopyBuffer () to get the actual values from the indicators.
Also release the handles in OnDeinit ().
Dominik Egert #:
When reporting problems with Code, give relevant details as well.
MQL language version, journal output, expert log. Symbol used.
Have you tried Debugging? Is the error in Tester, or on Chart in MTx?
But for now, I assume MQL5:
Read about iMA, it returns a handle, create the handle in OnInit (). Use the handle in OnTick() with CopyBuffer () to get the actual values from the indicators.
Also release the handles in OnDeinit ().
Thanks, I am using mql5
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