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

The indicator plots a price grid of levels rounded up to several digits.

Input parameters:

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input string  SirName="PriceGrid";          //The first part of the name of graphical objects
input uint  Digits_=2;                      //Number of digits to round
input uint  Total=20;                       //Number of blocks in the grid above or below the price
input color  Color_ = clrBlueViolet;        //The color of the level
input STYLE  Style_ = DASHDOTDOT_;          //The style of the level lines
input Width  Width_ = Width_1;              //The width of the level lines

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. The PriceGrid indicator

14916

Best MetaTrader Indicators + Profitable Expert Advisors