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

PriceGrid1_Plus - MetaTrader 5 script | Grid EA download - MT4/MT5 resources

author EAcpu | 5 reads | 0 comments |

PriceGrid1_Plus - indicator for MetaTrader 5

Circle price level grid.

Indicator input parameters:

//+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Enter String Mr. Name = "PriceGrid1_Plus" ; //The first part of the graphic object name
Input unit number_= 2 ; //number of digits to be rounded
Input units Total = 200 ; //Number of blocks in the grid above or below the price
//----
Input color color_A = clr slate blue ; //color of level 1
Input boolean display price tag_A = true ; //Display the value of price tag 1 on the price chart
Input color color_AL = clr blue-violet ; //Color of price tag 1
Input style Style_A = DASHDOTDOT_; //Style of level 1 line
Input width width_A = width_1; //Width of level 1 line
//----
Input color color_B = clr dark orange ; //color of level 2
Input boolean display price tag_B = true ; //Display the value of price tag 2 on the price chart
Input color color_BL = clr dark orange ; //Color of price tag 2
Input style Style_B = DASH_; //Style of level 2 lines
Input width Width_B = Width_1; //Width of level 2 line
//----
Input color color_C = magenta ; //color of level 3
Input boolean display price tag_C = true ; //Display the value of price tag 3 on the price chart
Input color color_CL = magenta ; // color for price tag 3
Input style Style_C = SOLID_; //Style of level 3 line
Input width Width_C = Width_1; //Width of level 3 line
//----
Input color color_D = red blood cells ; //color of level 4
Input boolean display price tag_D = true ; //Display the value of price tag 4 on the price chart
Input color color_DL = red blood cells ; // color of price tag 4
Input style Style_D = SOLID_; //Style of level 4 line
Input width Width_D = Width_1; //Width of level 4 line
//----
Input color color_E = Clelem ; //color of level 5
Input boolean SHOW PRICE TAG_E = True ; //Show the value of price tag 5 on the price chart
Input color color_EL= Clarelem ; //Color of price tag 5
Input style Style_E = SOLID_; //Style of level 5 line
Input width Width_E = Width_1; //Width of level 5 line
//----
Input unit font size = 2 ;ss="comment"> //Color of price labels input integer shift = 5 ; //Horizontal movement of price labels in bars input boolean display line information = true ; //Show level value on price chart 

PriceGrid1_Plus - indicator for MetaTrader 5

Figure 1. PriceGrid1_Plus indicator


Attachment download

📎 pricegrid1_plus.mq5 (13.78 KB)

Source: MQL5 #16159

Verification code Refresh