Discussion of article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers" - page 2

 
tol64:

JJMA is still a bit confusing to me too:

I found a typo. In the library SmoothAlgorithms.mqh instead of JJMALengthCheck it says JJMALengthChack.

As for the first question, I understand that there was some confusion in the types of variables. In any case, you should update the files in the article to make it error-free.

 

On the first question, you just need to cite the types:


Only numerous warnings remain, which are eliminated by the uniqueness of global and local variable names. Some warnings are related to variable initialisation. They can be eliminated by explicitly initialising ( =0; =0.0).

 
tol64:

It can be eliminated by explicitly initialising ( =0; =0.0).

However, this does not work in all cases. A number of other errors and warnings may pop up unexpectedly.))))))
 
tol64:
However, it does not work in all cases. A number of other errors and warnings may pop up unexpectedly.)))))

All this was fixed long ago, just somehow the old archive was attached to the article again!

 
GODZILLA:

It was fixed a long time ago, just somehow the old archive was attached to the article again!

Thanks Nikolai. In this case, Moderators, please update the files attached to the article.
 
tol64:
Thanks Nikolay. In this case, Moderators, please update the files attached to the article.
The files have been updated.
 
In mt4 there was an indicator JTRIX, I could not find it for mt5 and unfortunately it is not in the archive of indicators. Please tell me if there is a similar indicator for mt5.
 

Thanks for the algorithms.

Please ask the author to correct the code. There are new warnings now:


 
Awesome article. Even 6 years later, it's still gold.
 

@Nikolay Kositsin

Excellent library. My compliments. The code layout is close to perfect.