
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
because
which do not exist
Your indicator should not be as series
I have done everything you guys write about, nothing is working.
I was able to get the arrows to plot, but ultimatelly it ends in array out of range, and the indicator stops working.
Can anybody just post a working snippet of the loop where we are comparing at least 2 buffers, so an example:
BTW, this is not working, I am getting nothing, the chart in MT5 isn't even moving even though the connection is live and in the Market overview prices are changing.
Anybody can help, please?
My MT4 is working perfectly fine, and I am having no issues with coding MQL4.
What's the problem with MQL5???
And, yes, my array is set as series exactly like in the post before mine.
Your lookback is SIGNAL_BAR+1, but your i goes to rates_total-1.
How to do your lookbacks correctly #9 — #14 & #19 (2016)
Why are you processing new bars first? № 1. Your index is as-series.
Always use strict. Fixing the warnings will save you hours of debugging, but you must understand the differences. MT5 is always strict.
Your lookback is SIGNAL_BAR+1, but your i goes to rates_total-1.
How to do your lookbacks correctly #9 — #14 & #19 (2016)
Why are you processing new bars first? № 1. Your index is as-series.
Always use strict. Fixing the warnings will save you hours of debugging, but you must understand the differences. MT5 is always strict.
Thanks for the quick reply!
This is working fine: