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

MurreyMathFixPeriod_Lv - MetaTrader 5 Script - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

MurreyMathFixPeriod_Lv - indicator for MetaTrader 5

Murrey levels indicator in the indicator buffer and adds visual text information about these levels, calculating the levels within the time range specified in the input.

 //+------------------------------------------------------------------------+
//| Indicator input parameters |
//+------------------------------------------------------------------------+
Input ENUM_TIMEFRAMES time range = PERIOD_D1 ; //Indicator time range for calculating levels
Input integer calculation period = 64 ; //P calculation period
Input integer back = 0 ; Input integer font size = 8 ; //Font size
Input type_font FontType=Font7; //Font type
Input String Tag Mr. Name = "Murray_Math_Lv" ; //The first part of the graphic object name

The indicator uses the library's class to get the font name.mqh (to be copied to terminal_data_folder\MQL5\Include).

In order for the indicator to work, the indicator Murrey_Math_Lv.ex5 should be in the terminal directory\MQL5\indicators folder.

MurreyMathFixPeriod_Lv - indicator for MetaTrader 5

Figure 1. Indicator MurreyMathFixPeriod_Lv


Attachment download

📎 getfontname.mqh (5.18 KB)

📎 murrey_math_lv.mq5 (44.57 KB)

📎 murreymathfixperiod_lv.mq5 (33.83 KB)

Source: MQL5 #23403

Verification code Refresh