Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

AutoFibAutoTrend_Zigzag2_R - indicator for MetaTrader 5

Views:
8757
Rating:
(19)
Published:
2017.01.19 16:52
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.