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

LOWEST_LOW_VALUE_HTF - MetaTrader 5 Script - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

LOWEST_LOW_VALUE_HTF - indicator for MetaTrader 5

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 

LOWEST_LOW_VALUE_HTF - indicator for MetaTrader 5

Figure 1. LOWEST_LOW_VALUE_HTF indicator


Attachment download

📎 lowest_low_value_htf.mq5 (7.81 KB)

Source: MQL5 #2298

Verification code Refresh