Home Technical Indicator Post

Unlock Trading Success with Skyscraper_Fix_HTF_Signal for MetaTrader 5

Attachments
22336.zip (8.16 KB, Download 0 times)

If you're looking to sharpen your trading strategy, the Skyscraper_Fix_HTF_Signal indicator for MetaTrader 5 could be your new best friend. This nifty tool provides clear signals for trade direction based on the Skyscraper_Fix indicator. It visually displays trend directions with colored graphics and can even send alerts or push notifications to your smartphone when it's time to make a move!

When the trend remains steady at your selected bar, you'll see a right arrow pointing in the trend's direction, colored accordingly. But if the trend shifts, a diagonal arrow will appear to signal the new direction of your trade. It's like having a personal trading assistant right at your fingertips!

Here’s a quick rundown of the essential input parameters:

  • Skyscraper_Fix Input Parameters:
    input string Symbol_="";                               // Financial asset
    input ENUM_TIMEFRAMES Timeframe=PERIOD_H6;             // Timeframe for indicator calculation
    input uint    Length=10;                               // ATR period
    input double  Kv=0.9;                                  // Indicator sensitivity factor
    input double  Percentage=0;                            // Middle line approaching the extreme lines
    input Method  HighLow=MODE_HighLow;                    // Calculation method: High/Low or Close
            
  • Visualization Parameters:
    //---- indicator display settings
    input uint SignalBar=0;                                // Bar number for getting a signal (0 - current bar)
    input string Symbols_Sirname=INDICATOR_NAME"_Label_";  // Indicator labels names
    input color UpSymol_Color=clrLimeGreen;                // Uptrend color
    input color DnSymol_Color=clrDeepPink;                 // Downtrend color
    input color IndName_Color=clrDarkOrchid;               // Indicator name color
    input uint Symbols_Size=60;                            // Signal symbols size
    input uint Font_Size=10;                                  // Indicator name font size
    input int X_1=5;                                       // Horizontal name offset
    input int Y_1=-15;                                    // Vertical name offset
    input bool ShowIndName=true;                           // Display indicator name
    input ENUM_BASE_CORNER  WhatCorner=CORNER_RIGHT_UPPER; // Display corner
    input uint X_=0;                                       // Horizontal offset
    input uint Y_=20;                                      // Vertical offset
            
  • Alert Settings:
    //---- alerts settings
    input ENUM_ALERT_MODE alert_mode=OnlySound;            // Triggering option
    input uint AlertCount=0;                               // Number of alerts
    input bool Push=true;                                  // Allow push notifications
            

If you're planning on using multiple Skyscraper_Fix_HTF_Signal indicators on a single chart, be sure to give each one a unique value for the Symbols_Sirname variable to avoid confusion with the labels.

To get started, simply add the Skyscraper_Fix.ex5 indicator to the <terminal_data_directory>\MQL5\Indicators folder, and you're good to go!

Fig. 1. A signal of trend continuation based on the data of the Skyscraper_Fix indicator

Fig. 1. A signal of trend continuation based on the data of the Skyscraper_Fix indicator


Fig. 2. A signal to open a position based on the data of Skyscraper_Fix indicator

Fig. 2. A signal to open a position based on the data of Skyscraper_Fix indicator


Related Posts

Comments (0)