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
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
Related Posts
- Unlocking the Power of Master Tools for MetaTrader 4
- Mastering the Open Range Breakout Indicator for MetaTrader 5
- Unlocking MetaCOT 2: Your Ultimate CFTC Indicator Toolkit for MT4
- Unlocking Trading Insights with Volume Profile + Range v6.0 for MetaTrader 5
- Visualize Current Trends Across All Time Frames with This MetaTrader 4 Indicator