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

FineTuningMACandle_Chl - indicateur pour MetaTrader 5

Vues:
3572
Note:
(13)
Publié:
2018.12.28 13:01
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

FineTuningMACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles. For a normal display of the indicator, check the "Chart on foreground" checkbox in the chart properties.

//+----------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                  |
//+----------------------------------------------+
input uint   FTMA=10;
input double rank1=2;
input double rank2=2;
input double rank3=2;
input double Shift1=1;
input double Shift2=1;
input double Shift3=1;
input int PriceShift=0; // vertical shift of the indicator in points
input uint Gap=10;                                     //unconsidered gap in points
input uint BBLength=10;                                // Bollinger period                                                   
input double BandsDeviation=1.0;                       // deviation

The indicator uses the classes of library SmoothAlgorithms.mqh (to be copied to the <terminal_data_directory>\MQL5\Include folder). The use of the classes was described in detail in article Averaging Price Series for Intermediate Calculations without Using Additional Buffers.

Fig1. FineTuningMACandle_Chl indicator

Fig1. FineTuningMACandle_Chl indicator

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

FineTuningMACandle_Chl_Arr FineTuningMACandle_Chl_Arr

FineTuningMACandle_Chl indicator replaces signal candles with signal flags, which are visually more convenient in most cases

Traders_Dynamic_Index Traders_Dynamic_Index

Indicator Traders Dynamic Index

FractalChannel_Cloud_HTF FractalChannel_Cloud_HTF

Indicator FractalChannel_Cloud with the timeframe selection option available in its input parameters

FractalChannel_Cloud FractalChannel_Cloud

The channel based on fractals with the background filling inside the channel.