Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Bibliothèque

Smooth Algorithms - Corrected/Modified - bibliothèque pour MetaTrader 5

Nikolay Kositsin
Publié par:
Nicholas C Weber
Vues:
3498
Note:
(14)
Publié:
2022.12.22 04:41
Mise à jour:
2022.12.22 04:45
\MQL5\Include\
ema[1].mq5 (12.64 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

SmoothAlgorithms.mqh logo

Original code and description here:
https://www.mql5.com/en/code/17472


Modifications:
Corrected errors that prevent compiling indicators that won't due to errors in the <SmoothAlgorithms.mqh> file.
I've also changed "int period" to "double period" in a lot of places so you can now use decimal periods on your custom indicators. This feature works, I've checked.

Introsort (Introspective sort) Introsort (Introspective sort)

Sort the input array in-place using comparison function less.

Volume Average percent spread mod Volume Average percent spread mod

Volume Average percent spread mod

Volumes Spread mod Volumes Spread mod

Volumes Spread mod

TrendLinearReg - indicator for MetaTrader 5 TrendLinearReg - indicator for MetaTrader 5

The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)