LOWEST_LOW_VALUE_HTF - MetaTrader 5 Script - MT4/MT5 Resources

The indicator displays the lowest 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_LOWEST_LOW_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 = magenta ; // 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. LOWEST_LOW_VALUE_HTF indicator
Attachment download
📎 lowest_low_value_htf.mq5 (7.81 KB)
Source: MQL5 #2298
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •