AFL_Winner_HTF_Signal - MetaTrader 5 Script - MT4/MT5 Resource


If the trend continues on the selected bar, the indicator will show a right arrow. Its color corresponds to the trend direction. If the trend of the selected bar has changed, the indicator displays diagonal arrows. Its color and direction correspond to the trading direction.
All input parameters can be divided into three major groups:
Enter string symbol_= ”” ; // Financial assets Input ENUM_TIMEFRAMES time range = PERIOD_H6 ; // Calculate indicator time range Input unit i average = 5 ; // Period for processing input data Input unit i period = 10 ; // Find the period of the extreme point Input Smooth_Method iMA_Method= Mode_SMA ; // The first smoothing averaging method Input unit i length = 5 ; // smoothing depth Input integer i phase = 15 ; // Smoothing parameter, // For JJMA, it changes in the range of -100...+100, affecting the quality of the transient process; // For VIDIA, it is the CMO period, for AMA, it is the slow MA period Input application_price_IPC= PRICE_WEIGHTED ; // price constant input ENUM_APPLIED_VOLUME volume type = volume_scale ; // volume
//----Indicator visualization settings Input unit signal field = 0 ; // Number of bars used to get the signal (0 is the current bar) Input stringSymbols_Sirname =INDICATOR_NAME "_label_" ; // Indicator label name Input color Upsymbol_Color= clr blue-purple ; // Uptrend symbol color Input color Dnsymbol_Color= magenta ; // Downtrend symbol color Input color IndName_color = clr dark orchid ; // indicator name color Input unit symbol_size = 60 ; // signal symbol size Input unit font size = 10 ; // Indicator name font size Input integer X_1= 5 ; // Horizontal name offset Input integer Y_1=- 15 ; // Vertical name offset input boolean displayname = true ; // display indicator name Input ENUM_BASE_CORNER what corner = CORNER_RIGHT_UPPER ; // Display the symbol's corner Input unit X_= 0 ; // Horizontal offset Input unit Y_= 20 ; // vertical offset
//---- Alarm settings Enter ENUM_ALERT_MODEalert_mode=OnlySound; // Options to trigger indication Input unit alarm count = 0 ; // number of alarms
If you want to use multiple AFL_Winner_HTF_Signal indicators on one chart, each indicator should have its own Symbols_Sirname (indicator label name) string variable value.
This indicator requires the compiled indicator file AFL_WinnerSign.mq5. Place it in <terminal data folder>\MQL5\Indicators\.

Figure 1. AFL_Winner_HTF_Signal indicator. Trend continuation signal

Figure 2. AFL_Winner_HTF_Signal indicator. signal to close a deal
Attachment download
📎 afl_winnersign.mq5 (12.6 KB)
📎 afl_winner_htf_signal.mq5 (15.9 KB)
📎 smoothalgorithms.mqh (130.19 KB)
Source: MQL5 #12607
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •