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
Indicateurs

AutoFibAutoTrend_Zigzag2_R - indicateur pour MetaTrader 5

Vues:
8708
Note:
(19)
Publié:
2017.01.19 16:52
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

zzuegg

The indicator plots price channel and Fibonacci levels based on the latest Zigzag2_R_Color peaks.

Inputs:

//+------------------------------------------------+
//| Inputs                                         |
//+------------------------------------------------+
//---- ZigZag inputs
input ENUM_TIMEFRAMES Timeframe=PERIOD_H6; // ZigZag timeframe for the indicator calculation
input uint ExtDepth=12;
input uint ExtDeviation=5;
input uint ExtBackstep=3;
//---- indicator display settings
input string Sirname="AutoFibAutoTrend_Zigzag2_R"; // Name for the indicator labels
input bool ShowFib=true;
input color FibColor=clrDodgerBlue;
input uint FibSize=1;
//----
input bool ShowFibFan=true;
input color FibFanColor=clrDarkViolet;
input uint FibFanSize=1;
//----
input bool ShowTrend=true;
input color TrendColor=clrMediumSpringGreen;
input uint TrendSize=5;
//+-----------------------------------+

The indicator requires compiled Zigzag2_R_Color.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.

Fig.1. AutoFibAutoTrend_Zigzag2_R

Fig.1. AutoFibAutoTrend_Zigzag2_R

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

RSI_Histogram_Round_HTF RSI_Histogram_Round_HTF

The RSI_Histogram_Round indicator with the timeframe selection option available in the input parameters.

WPR_Histogram_Round WPR_Histogram_Round

Standard WPR oscillator implemented as a histogram rounding its values to the standard range.

e-Regr e-Regr

e-Regr — MetaTrader 5 Expert Advisor. Trading by i-Regr (Regression Channel). Extensive use of the standard library classes.

The MasterMind 2 The MasterMind 2

Receive data from two indicators: iStochastic and iWPR.