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

AutoFibAutoTrend_NRTR_extr_ZigZag - indicateur pour MetaTrader 5

Vues:
7352
Note:
(22)
Publié:
2017.03.22 15:58
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 NRTR_extr_ZigZag peaks.


Input parameters

//+------------------------------------------------+
//|  Indicator input parameters                    |
//+------------------------------------------------+
//---- Input parameters of the ZigZag
input ENUM_TIMEFRAMES Timeframe=PERIOD_H6;             // ZigZag indicator timeframe for calculation
input uint iPeriod=10;                                 // Indicator period
input int iDig=0;                                      // Digits
//---- Indicator display settings
input string Sirname="AutoFibAutoTrend_NRTR_ZigZag";  // 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=clrDeepPink;
input uint TrendSize=5;

The indicator requires the compiled NRTR_extr_ZigZag.mq5 indicator file. Save it to <terminal_data_folder>\MQL5\Indicators.

Fig1. The AutoFibAutoTrend_NRTR_extr_ZigZag indicator

Fig1. The AutoFibAutoTrend_NRTR_extr_ZigZag indicator

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

AutoFibAutoTrend_NRTR_ZigZag AutoFibAutoTrend_NRTR_ZigZag

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

MoneyRain MoneyRain

The Expert Advisor increases the lot size after each of profitable deal, if it was preceded by losing trades. Martingale.

MomentumCandleKeltner MomentumCandleKeltner

Keltner Channel built relative to the average value of the MomentumCandle oscillator as a sequence of candlesticks

SupportResistTrade SupportResistTrade

Support\resistance levels, trend direction — bullish\bearish.