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

Skyscraper_Fix_HTF_Signal - MetaTrader 5 Script - MT4/MT5 Resources

author EAcpu | 3 reads | 0 comments |

Skyscraper_Fix_HTF_Signal - indicator for MetaTrader 5

Skyscraper_Fix_HTF_Signal - indicator for MetaTrader 5

Skyscraper_Fix_HTF_Signal indicator shows the trend direction or execution by Skyscraper_Fix indicator on the selected bar as a graphical object with a colored indication of the trend or trade direction, generates an alert or sound notification if there is a signal to execute a trade or sends a push notification to your smartphone.

If the trend continues on the selected bar, the indicator will alert via a graphical object in the form of a right arrow, the color of which corresponds to the direction of the trend. If the trend of the selected bar changes, the indicator will alert with a diagonal arrow, the color and direction of which correspond to the direction of the executed trade.

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 length = 10 ; // ATR period
Enter double Kv= 0.9 ; // indicator sensitivity coefficient
Enter double percentage = 0 ; // Center line is close to pole line
Input method HighLow=MODE_HighLow; // Calculate the indicator based on the highest price/lowest price or closing price
  • Input parameters of the Skyscraper_Fix_HTF_Signal indicator required for indicator visualization:
     //----Indicator display settings
    Enter the unit signal column = 0 ; // Number of bars to get the signal from (0 - current bar)
    Input stringSymbols_Sirname =INDICATOR_NAME "_label_" ; // Indicator label name
    Input color UpSymol_Color= lime green ; // Uptrend symbol color
    Input color DnSymol_Color= clr dark pink ; // Autumn 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 display name = true ; // indicator name display
    Input ENUM_BASE_CORNER what corner = CORNER_RIGHT_UPPER ; // Display corner points
    Input unit X_= 0 ; // Horizontal offset
    Input unit Y_= 20 ; // vertical offset
    

  • The input parameters of the Skyscraper_Fix_HTF_Signal indicator are necessary to generate alerts and audio signals:
     //---- Alarm settings
    Enter ENUM_ALERT_MODEalert_mode=OnlySound; // indicator trigger options
    Input unit alarm count = 0 ; // number of alarms
    Input boolean push = true ; // Allow push notifications
    
  • If you want to use multiple Skyscraper_Fix_HTF_Signal indicators on one chart, each indicator should have its own Symbols_Sirname string variable value (the name of the indicator label).

    In order for the indicator to work, the skyscraper_Fix.ex5 indicator should be added to \MQL5\Indicators folder.

    Skyscraper_Fix_HTF_Signal - indicator for MetaTrader 5

    Figure 1. Trend continuation signal based on Skyscraper_Fix indicator data

    Skyscraper_Fix_HTF_Signal - indicator for MetaTrader 5

    Figure 2. Position opening signal based on Skyscraper_Fix indicator data


    Attachment download

    📎 skyscraper_fix.mq5 (23.77 KB)

    📎 skyscraper_fix_htf_signal.mq5 (29.57 KB)

    Source: MQL5 #22336

    Verification code Refresh