This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

How can I find a 52 week average of volume and price of any given stock?

Joined
3 July 2016
Posts
10
Reactions
0
Also Can Amibroker help with that?? I need to find the average liquidity of a given stock.

Thanks
 
Also Can Amibroker help with that?? I need to find the average liquidity of a given stock.

Thanks

Plot a moving average on the volume....presto.
 
So, something like:

LiquidityCheck = MA( C * V, 50 );
 
Prices of last 52 weeks in Excel then =AVERAGE(highlight price column), push enter. Then in a different cell, do the exact same thing but highlight the Volume column instead.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more...