Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

AutoFibAutoTrend_NRTR_ZigZag - indicatore per MetaTrader 5

Visualizzazioni:
6538
Valutazioni:
(15)
Pubblicato:
2017.03.22 15:57
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author: zzuegg

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


Indicator 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 compiled NRTR_ZigZag.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.

Fig1. The AutoFibAutoTrend_NRTR_ZigZag indicator

Fig1. The AutoFibAutoTrend_NRTR_ZigZag indicator

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17565

MoneyRain MoneyRain

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

Get trend Get trend

Short-term trends. Two iMA indicators, one iStochastic.

AutoFibAutoTrend_NRTR_extr_ZigZag AutoFibAutoTrend_NRTR_extr_ZigZag

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

MomentumCandleKeltner MomentumCandleKeltner

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