Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Indicateurs

AverageChangeCandle - indicateur pour MetaTrader 5

Vues:
2965
Note:
(10)
Publié:
2018.06.16 10:53
Mise à jour:
2023.03.29 13:48
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: MT-Coder

Indicator AverageChangeCandle is a financial asset strength indicator that shows the price impulse. It allows you to know how volatile the market is. This version of the indicator calculates the price impulse for four timeseries (Open, High, Low, and Close) simultaneously and shows them as a candlestick chart.

The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.

Fig.1 Indicator AverageChangeCandle

Fig.1 Indicator AverageChangeCandle

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

AO Lightning AO Lightning

The EA uses indicator Awesome Oscillator.

Spasm Spasm

A trading system based on detecting the market volatility.

Expotest Expotest

An Expert Advisor based on indicator SAR.

Modeling_The_Market Modeling_The_Market

John Ehlers Modeling The Market Indicator.