Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
4832
Note:
(12)
Publié:
2018.12.28 13:10
Mise à jour:
2019.01.17 11:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillating indicator Simple slope is a simple price-trend oscillator. It is good at removing the trend-related component from price movements.

It has one adjustable parameter:

  • Period - calculation period

Calculations:

SS = (Close - Close[Period]) / Period

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22695

Sylvain_Vervoort_rainbow_moving_average Sylvain_Vervoort_rainbow_moving_average

Indicator Sylvain Vervoort rainbow moving average

Sylvain_Vervoort_RSI_inverse_fisher_transform Sylvain_Vervoort_RSI_inverse_fisher_transform

Indicator Sylvain Vervoort RSI inverse fisher transform

POGO POGO

Indicator POGO

Peceptron_Mult Peceptron_Mult

A multisymbol EA. Its working algorithm is perceptron, i.e., a simple neural network). It uses indicator iAC (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC).