HIGHEST_HIGH_VALUE_HTF - MetaTrader 5 Script - MT4/MT5 Resources

The indicator displays the highest price for the period specified in the indicator input parameters, taking into account the time frame of the search price:
//+------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------+ Input ENUM_TIMEFRAMES time range = PERIOD_H4 ; // Chart period of time series Enter string level name = "Price_HIGHEST_HIGH_VALUE_1" ; // Level name input stringlevel comment = "Trigger Level" ; // Comment on the level Input unit level_period = 5 ; // Level search period Input unit Level start = 0 ; // Number of the starting bar input color level color = clelem ; // level color Input ENUM_LINE_STYLE level style = style_entity ; // Trigger level style Input ENUM_WIDTH level_width=w_3; // Width of trigger level Input boolean delete level = true ; // Delete the level

Figure 1. HIGHEST_HIGH_VALUE_HTF indicator
Attachment download
📎 highest_high_value_htf.mq5 (7.81 KB)
Source: MQL5 #2297
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •