Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Pivot_Fibs_Custom_Arr

Real author:

Archer Trading, LLC

A set of Fibo levels (pivot points), based on candles of a timeframe specified in the inputs, made in the form of labels.

//+----------------------------------------------+  //|  INDICATOR INPUT PARAMETERS                  |  //+----------------------------------------------+  input ENUM_TIMEFRAMES TimeFrame=PERIOD_H12;           // Chart period  input double FiboRatio1=0.99;  input double FiboRatio2=0.382;  input double FiboRatio3=0.618;  input int Shift=0;                                    // Horizontal indicator shift in bars  

This indicator was first implemented in MQL4 and published in the Code Base at mql4.com on November 30, 2007.

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. Indicator Pivot_Fibs_Custom_Arr

22758