
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
Of course, but I ran all my tests in the Beck tests.
The same problem was identified at the following link for an indicator that uses the same logic:
https://www.mql5.com/en/forum/13342/page4#comment_39827391
I see what the problem is: the arrow buffer is written when you are well passed the divergence... It means the indicator is lagging and you never get divergence signal in first bar.
You have to read the buffer value when two bars passed.