MurreyMathFixPeriod_Lv - MetaTrader 5 Script - MT4/MT5 Resources

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.

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
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •