,

    End Of Bar Indicator

    End Of Bar Indicator gives You information about timeleft to end of the Current bar, time frame starting from the M1 (1 minute) up to D1 (24 hours)

    If time left is less than seconds specified in param than red info is shown near the Close Price, to read this indicator, located on the left side of the screen your MT4

    download

    download_zip_versions

    ,

    The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.

    The average is calculated the following way:

    JFATL[bar] = JMA(FATL(PRICE[bar]))
    where:

    FATL() - FATL digital filter value;
    JMA() - JMA adaptive smoothing algorithm;
    PRICE[] - price series value;
    bar - current bar index.
    Additional JMA smoothing is used to prevent the indicator activation at each occasional market move.

    ColorJFatl and JFatl indicators use the CJJMA class of the SmoothAlgorithms.mqh library. The use of the class was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Additional Buffers".

    JFatl HTF MT5 Indicator


    Download JFatl HTF MT5 Indicator (Zip File)

    ,

    The indicator is written by the fourth dimension of B. Williams - Trading Zone:

    If the current bars of AC and AO are green, it shows that the zone is green.

    If the current bars of АС and АО red, it shows that the zone is red.

    If the bars of AC and AO are differently directed then the bar is colored grey (grey zone).

    ZoneTrade_Indicator

    Download ZoneTrade - Indicator For MetaTrader 4


Top