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 | InvertCandle Plus

The inverted chart of the current financial instrument, displaying Ask and Bid price levels.

//+----------------------------------------------+  //|  INDICATOR INPUT PARAMETERS                  |  //+----------------------------------------------+  input bool AskShow=true;                       // display Ask  input color AskColor=clrBlue;                  // Ask line color  input ENUM_LINE_STYLE AskStyle=STYLE_SOLID;    // Ask line style  input bool BidShow=true;                       // display Bid  input color BidColor=clrRed;                   // Bid line color  input ENUM_LINE_STYLE BidStyle=STYLE_SOLID;    // Bid line style  input int IndicatorDigits=6;                   // indicator display accuracy format  

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. Indicator InvertCandle_Plus

20834

Best MetaTrader Indicators + Profitable Expert Advisors