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 | Float

The real author:

Andriy Moraru

Float - is rather complicated indicator which analyses the previous chart history for this currency pair and then tries to analyze the current market situation trends. It displays the beginning and the end of the trend in a separate chart window as well as Fibonacci rollbacks levels and DiNapoli levels in the main window. It also displays how long the local maximum and minimum appeared.

It should be considered that the indicator is redrawn on each bar and therefore, before using it in your work, you should study its behavior on history of the strategy tester!

Indicator input parameters:

//+-----------------------------------+
//|  INDICATOR INPUT PARAMETERS       |
//+-----------------------------------+
input int Float=200; //number of bars for trends analysis. The lower this number, the fresher the data, 
                //but at that the analysis becomes less precise.
input bool use_fibos=true; //Fibonacii levels permission
input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK;  //volume

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1 The Float indicator 

1577

Best MetaTrader Indicators + Profitable Expert Advisors