Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

PriceGrid - MetaTrader 5 Script | Grid EA Download - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

PriceGrid - indicator for MetaTrader 5

The indicator plots a grid of prices rounded to a few digits.

Input parameters:

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
input string mrname = "pricegrid" ; //first part of the graphic object name
Input unit number_= 2 ; //number of digits to be rounded
Input units Total = 20 ; //Number of blocks in the grid above or below the price
Input color color_ = clr blue-violet ; //level color
Input style style_ = DASHDOTDOT_; //Horizontal line style
Input width Width_ = Width_1; //Width of horizontal line

PriceGrid - indicator for MetaTrader 5

Figure 1. PriceGrid indicator


Attachment download

📎 pricegrid.mq5 (6.6 KB)

Source: MQL5 #14916

Verification code Refresh