Page 30 of 31

Re: Volatility Indicators for MT4

Posted: Wed Mar 08, 2023 8:10 pm
by ChuChu Rocket
Weighted Deviation

This is Mladen's Weighted Standard Deviation for MT4 which goes hand in hand with the Weighted Deviation Bands.

From Mladen Rakic: This weighted deviation is a sort of all linear weighted deviation. It uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a case when linear weighted ma is used in the ma method). It is more responsive than the standard deviation

Re: Volatility Indicators for MT4

Posted: Thu Mar 09, 2023 10:44 pm
by ionone
Ultimate Volatility indicator

Get the best Volatility measurers in one Indi :
ATR, Adaptive ATR No Gap, GARCH, and Volatility Estimators
hope Yoake don't get mad lol (I did gave him credit in the MQ4 as due)



you will need several separate indicators (UVI.zip)

Re: Volatility Indicators for MT4

Posted: Sat Mar 11, 2023 2:54 pm
by mrtools
Volatility ratio indicator and volatility ratio heatmap posted here

Ultimate Volatility Indicator 1.30

Posted: Sun Mar 19, 2023 12:14 am
by ionone
so here is latest version.

I added a new volatility indicator to the list

I created the indi myself and named "HL MA volatility".
it just computes the MA for PRICE_HIGH and PRICE_LOW and substract those values.
with classic MA it is very close to the normal ATR. but I added also Jurik and Zero Lag MAs which shows totally different results

the ZL HMA "HL MA volatility is even faster in response than ATR Adaptive (with a big period of 220) (as you can see on the screenshot)

Jeff

Re: Volatility Indicators for MT4

Posted: Sun Mar 19, 2023 12:35 am
by ionone
and here is code for you all done
(easy)

Code: Select all

        
        extern int ATRDistPeriod = 22;
        double atrDist0 = iCustom(NULL,0,"Ultimate Volatility Indicator 130",bars,VolatilityType,"",ATRDistPeriod,"","",vol1_Alpha,"","",
            vol2_AutoCalc,vol2_Lambda,vol2_EmaPeriod,"","",vol4_Yang_Zhang_extension,"","",e_type_data,e_reverse_data,e_alpha,
            e_beta,MA_Period,MA_Method,multi,"","","",MAType,"","",MAMode,"","",jurikPhase,jurikDouble,"","",MAModeZLMA,   0,i);
        double atrDist1 = iCustom(NULL,0,"Ultimate Volatility Indicator 130",bars,VolatilityType,"",ATRDistPeriod,"","",vol1_Alpha,"","",
            vol2_AutoCalc,vol2_Lambda,vol2_EmaPeriod,"","",vol4_Yang_Zhang_extension,"","",e_type_data,e_reverse_data,e_alpha,
            e_beta,MA_Period,MA_Method,multi,"","","",MAType,"","",MAMode,"","",jurikPhase,jurikDouble,"","",MAModeZLMA,   0,i+1);
  

Re: Volatility Indicators for MT4

Posted: Sun Mar 19, 2023 1:27 am
by moey_dw
ionone wrote: Sun Mar 19, 2023 12:35 am and here is code for you all done
(easy)

Code: Select all

        
        extern int ATRDistPeriod = 22;
        double atrDist0 = iCustom(NULL,0,"Ultimate Volatility Indicator 130",bars,VolatilityType,"",ATRDistPeriod,"","",vol1_Alpha,"","",
            vol2_AutoCalc,vol2_Lambda,vol2_EmaPeriod,"","",vol4_Yang_Zhang_extension,"","",e_type_data,e_reverse_data,e_alpha,
            e_beta,MA_Period,MA_Method,multi,"","","",MAType,"","",MAMode,"","",jurikPhase,jurikDouble,"","",MAModeZLMA,   0,i);
        double atrDist1 = iCustom(NULL,0,"Ultimate Volatility Indicator 130",bars,VolatilityType,"",ATRDistPeriod,"","",vol1_Alpha,"","",
            vol2_AutoCalc,vol2_Lambda,vol2_EmaPeriod,"","",vol4_Yang_Zhang_extension,"","",e_type_data,e_reverse_data,e_alpha,
            e_beta,MA_Period,MA_Method,multi,"","","",MAType,"","",MAMode,"","",jurikPhase,jurikDouble,"","",MAModeZLMA,   0,i+1);
  
This is good to learn from too..... what does Lamda do/mean??

Re: Volatility Indicators for MT4

Posted: Sun Mar 19, 2023 4:21 am
by ionone
moey_dw wrote: Sun Mar 19, 2023 1:27 am This is good to learn from too..... what does Lamda do/mean??
Lambda is a greek letter
usually refers to an amount of something

Re: Volatility Indicators for MT4

Posted: Sat Apr 08, 2023 4:18 am
by kvak
Cercos Chaos vs Movement indicator (volatility gauge)

Requested file, added pack of average for type of smoothing....

What is the Cercos Chaos vs Movement indicator?

Manuel Perez explains that most volume/volatility indicators take into account price volatility to determine if price is moving or not. However, they usually fail to get you out of choppy price action situations:

  • This indicator was intended to filter those flat periods while also getting you into the beginning of most trends.
  • This indicator works better with lower periods (5-10).

How is this indicator used?

  • If the green line is above the red line, volatility is in full force and trading is allowed.
  • If it's below, there is a range or choppy price action. Stay out.

Remember, this is a volatility indicator so it should not be used solely for entries. You can compliment it with other entry signal indicators.

Re: Volatility Indicators for MT4

Posted: Sat Apr 08, 2023 5:03 am
by whiplashtm
kvak wrote: Sat Apr 08, 2023 4:18 am Requested file, added pack of average for type of smoothing....
Image

Thank you a million times over for this Kvak! It looks like to be an improvement. I will do some testing!



Re: Volatility Indicators for MT4

Posted: Wed Jun 14, 2023 12:58 am
by PIPin Tom
kvak wrote: Sat Apr 08, 2023 4:18 am Cercos Chaos vs Movement indicator (volatility gauge)

Requested file, added pack of average for type of smoothing....

What is the Cercos Chaos vs Movement indicator?

Manuel Perez explains that most volume/volatility indicators take into account price volatility to determine if price is moving or not. However, they usually fail to get you out of choppy price action situations:

  • This indicator was intended to filter those flat periods while also getting you into the beginning of most trends.
  • This indicator works better with lower periods (5-10).

How is this indicator used?

  • If the green line is above the red line, volatility is in full force and trading is allowed.
  • If it's below, there is a range or choppy price action. Stay out.

Remember, this is a volatility indicator so it should not be used solely for entries. You can compliment it with other entry signal indicators.
Image

Kvak,

You spoil us with "goodies". Both revamping old but steady indis and coming up with fresh new approaches.
After a long period of inactivity I am freshening up on the news.
This is an indicator that I just found out about. Very interesting concept and apparently usable results.
Any possibility to add at least arrows to the crossovers so we can be alerted to the "trade timing"?
Thanks a million

Ricardo