Chaikin Volatility - New Stuff :)

 

Hi! I made Chaikin Volatility indicator. It could be usefull in some situations.

The description of usage u have here:

http://www.incrediblecharts.com/technical/chaikin_volatility.htm

Enjoy!

Files:
 

Thank you Kalenzo!!

 
Maury74:
Thank you Kalenzo!!

No problem I hope U will find it usefull

 

nice stuff

 

Do you have Chaikin A/D oscillator?

 

Hi Kalenzo,

The Chaikin indicator doesn't refresh

I have to refresh it manually to update it...

Could you fix this?

Thanks

 
camisa:
Hi Kalenzo,

The Chaikin indicator doesn't refresh

I have to refresh it manually to update it...

Could you fix this?

Thanks

Well it works fine in my terminal but I added barsToCount param with should do the trick

 
Kalenzo:
Well it works fine in my terminal but I added barsToCount param with should do the trick

this works 100%

Thanks!

 
Kalenzo:
Hi! I made Chaikin Volatility indicator. It could be usefull in some situations.

The description of usage u have here:

http://www.incrediblecharts.com/technical/chaikin_volatility.htm

Enjoy!

Hi Kalenzo,

This one is also have problem which has to refresh every candle to updated info. here there is:

Thank to Elihayun who posted them.

Thank you for your kind help.

 

hi

the formula should something like this

HLAverage:= Mov((H-L),hlper,E);

HLAverageChange:= Ref(HLAverage,-rocper);

CVOL:= ((HLAverage - HLAverageChange) / HLAverageChange) * 100;

 

hi

HLAverage:= Mov((H-L),hlper,E);

HLAverageChange:= Ref(HLAverage,-rocper);

CVOL:= ((HLAverage - HLAverageChange) / HLAverageChange) * 100;

it should calculated this way

Reason: