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

BlauCSI_HTF_Signal - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 2 reads | 0 comments |

BlauCSI_HTF_Signal - indicator for MetaTrader 5

BlauCSI_HTF_Signal - indicator for MetaTrader 5

BlauCSI_HTF_Signal displays data-based trend direction information . BlauCSI indicator on the selected bar as a graphical object with a colored indication of the trend or trading direction and emits an alert or audio signal and sends a push notification on your smartphone when a signal to place a trade appears.

The indicator sends alerts and push notifications only if the value of the input parameter meets the following conditions:

 Enter the unit signal column = 0 ; // Get the number of bars for the signal (0 - current bar)

greater than one. For zero bars, sound signals and push notifications are of no use, since the indicator signal on the zero bar may change and disappear!

All input parameters can be divided into three major groups:

 Enter string symbol_= ”” ; // Financial instrument
Input ENUM_TIMEFRAMES time range = PERIOD_H6 ; // Indicator time range for indicator calculation
Input Smooth_Method XMA_Method= Mode_EMA ; //Method for averaging
Input unit X length = 1 ; // Momentum period
Input unit X length 1 = 20 ; // Depth of first average
Input unit X length 2 = 5 ; // Depth of the second average
Input unit X length 3= 3 ; // Depth of the third average
Input integer X phase = 15 ; // Smoothing parameter
Input application price_IPC1= PRICE_CLOSE ; // closing price constant
Input Applied_price_IPC2= opening price ; //opening price constant
  • Input parameters of the BlauCSI_HTF_Signal indicator required for indicator visualization:
    //----Indicator display settings
    Enter the unit signal column = 0 ; // Get the number of bars for the signal (0 - current bar)
    Input stringSymbols_Sirname =INDICATOR_NAME "_label_" ; // Name of the indicator label
    Input color UpSymol_Color=lime; // Color of the growth symbol
    Input color DnSymol_Color=magenta; //Color of down symbol
    Input color IndName_Color=Dark Orchid; // Color of indicator name
    Input unit symbol_size = 60 ; // Size of indicator symbol
    Input unit font size = 10 ; // Indicator name font size
    Input integer X_1= 5 ; // horizontal movement of name
    Input integer Y_1=- 15 ; // Name moves vertically
    input boolean displayname = true ; // display indicator name
    Input ENUM_BASE_CORNER what corner = CORNER_RIGHT_UPPER ; // position angle
    Input unit X_= 0 ; // horizontal movement
    Input unit Y_= 20 ; // vertical translation
    
  • Input parameters of the BlauCSI_HTF_Signal indicator required to generate alerts and audio signals:
     //---- Alarm settings
    Enter ENUM_ALERT_MODEalert_mode=OnlySound; // Options to trigger indication
    Input boolean push = true ; // Allow push notifications
    Input unit alarm count = 0 ; //Number of alarms generated
  • If you want to use multiple BlauCSI_HTF_Signal indicators on one chart, each indicator should have its own Symbols_Sirname (indicator label name) string variable value.

    Place the indicator compiled file BlauCSI.mq5 into terminal_data_folder\MQL5\Indicators\ of the client.

    BlauCSI_HTF_Signal - indicator for MetaTrader 5

    Figure 1. Trend continuation signal based on BlauCSI_HTF_Signal indicator data

    BlauCSI_HTF_Signal - indicator for MetaTrader 5

    Figure 2. Position opening signal BlauCSI_HTF_signal based on the following data


    Attachment download

    📎blaucsi.mq5 (9.15 KB)

    📎blaucsi_htf_signal.mq5 (16.12 KB)

    📎 smoothalgorithms.mqh (134.03 KB)

    Source: MQL5 #1952

    Verification code Refresh