Indicators: Indicators Based on the MUV Described by Sator

 

Indicators Based on the MUV Described by Sator:

The MUV indicator created by Sator is used.

Author: svm-d

 

The chart dose not worl.

 
duanlian:

The chart dose not worl.

When I try to access the Index Buffers for this indicator, i receive incorrect start position errors in the MT4 Journal for the Array Minimum and Array Maximum functions... is there a solution for this?

 
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--)
{

 
@svm-d I've searched I but can't find anything on this "stator" you mentioned ? could you point me in the right direction ? thanks.
Reason: