Conversion of indicator: Change of Volatility from MT4

Forums ProRealTime English forum ProBuilder support Conversion of indicator: Change of Volatility from MT4

Viewing 5 posts - 1 through 5 (of 5 total)
  • #140067

    It is my second request in a short period of time. I hope it won’t bother you guys.

    Here is the description that I can find:

    There are a lot of ways to measure volatility (changeability). One of them is calculation of the standard deviation of returns for a certain period of time. Sometimes the current volatility on a short period of time (for example, 6 days) is correlated with volatility of a larger period (for example 100 days). This indicator calculates the correlation of a short volatility Vol_short and a long volatilityVol_long. Vol_change=Vol_short/Vol_long

    Standard deviation here is not that from a difference of closing prices, but from logarithms of the correlation of the current day closing price and closing price of a previous day: Mom[i]=Close[i]/Close[i+1].

    Vol_k=Std(Mom,k),
    where k is the period of volatility change.

    Thank you!

    #140069

    Here is the screenshot.

    #140118

    Added to my coded conversion list. Please be patient 🙂

    #140920

    Translation of the code has been made and the indicator is now available for everyone in our prorealtime code library here: Change of volatility

    #140944

    Thank you Nicolas!

Viewing 5 posts - 1 through 5 (of 5 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login