Home Technical Indicator Post

Optimize Your Trades with the Murrey Math Indicator for MetaTrader 5

Attachments
23451.zip (8.17 KB, Download 0 times)

If you're looking to squeeze more efficiency out of your trading setup, the Murrey Math Indicator is a must-have tool for your MetaTrader 5 platform. This indicator has been designed to limit the computer resources required for calculations and chart displays, making it smoother and more efficient for traders.

New Features to Enhance Your Trading

One of the exciting new features is the added input variable, CountBars, which helps optimize calculations. Here’s a quick look at the input parameters:

//+----------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                  |
//+----------------------------------------------+
input int CalculationPeriod=64;              //P calculation period
input int StepBack=0;
input bool ViewFlag=false;
input int    FontSize=8;                     //font size
input type_font FontType=Font7;              //font type
input string  LableSirname="Murrey_Math_Lv"; //First part of the graphical objects names
input PLOT_DRAW_TYPE_ DrawType=DRAW_ARROW_;  //Option of displaying Murrey levels
input uint Arrow=160;                        //Symbol for Murrey levels
input uint ArrowSize=1;                      //Symbol size for Murrey levels
input uint CountBars=500;                    //number of bars to calculate the indicator
input uint ForwardBars=3;                    //number of bars to the right of the chart (maximum CalculationPeriod)

Customizing Your Indicator

For those who want to customize the character values, you can use the Wingdings Characters table. The indicator also utilizes the GetFontName.mqh library, which you'll need to copy to your terminal's terminal_data_folder/MQL5/Include directory.

Visual Display Options

You can display the indicator either with symbols or traditional lines, depending on your preference:

Fig. 1. Indicator Murrey_Math_Lv_Arr_r with the selected option of drawing it with symbols

Fig. 1. Indicator Murrey_Math_Lv_Arr_r with the selected option of drawing it with symbols

And here’s how it looks when displayed with traditional lines, based on the DrawType parameter:

Fig. 2. Indicator Murrey_Math_Lv_Arr_r with the selected option of drawing it with lines

Fig. 2. Indicator Murrey_Math_Lv_Arr_r with the selected option of drawing it with lines

Related Posts

Comments (0)