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

Real author: TrendLaboratory

A trend indicator of NRTR type with an additional middle line.

//+----------------------------------------------+  //| Indicator input parameters                   |  //+----------------------------------------------+  input uint    Length=10;             // ATR period  input double  Kv=0.9;                // Indicator sensitivity factor  input double  Percentage=0;          // Middle line approaching the extreme lines  input Method  HighLow=MODE_HighLow;  // Indicator calculation by High/Low or Close  

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Skyscraper

22177