The chart dose not worl.
Wiley:
... i receive incorrect start position errors in the MT4 Journal for the Array Minimum and Array Maximum functions... is there a solution for this?
this wouldn't cause any problem - but to have peace of mind:
//----
line 74:
for (int i = Bars-counted_bars;i >=0; i--)
{
you can change to Bars-counted_bars-1 or :
//----
for (int i = MathMin(Bars-counted_bars,Bars-1);i >=0; i--)
{
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
Indicators Based on the MUV Described by Sator:
Author: svm-d