
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
Hello dear Mql-programmers,
I got a problem in the following code.
It should return a signal (long/short) if the smaller MA just got over the bigger MA and this signal should been kept until the price moves above the smaller MA to send the Order. My Porblem is that this only works for the first Order and after that it doesnt even return when bots MA's cross.
(I created some Prints and comments in this code, so that you can look for it by yourself, if you want)
Anyone an idea why this EA doesnt detect another signal after there had been a first order ?(even when i can clearly see another cross on the chart)
Thx