TradingView
shijithlal
Jul 20, 2020 5:51 AM

Nifty Volume 

Nifty 50 IndexNSE

描述

Why this Script : Nifty 50 does not provide volume and some time it is really useful to understand the volume .

This is the pine script which calculate the nifty 50 volume .

Logic :

Take each stock contribute to nifty 50 and find it's volume .
Multiply the same with contribution percentage of the same on Nifty 50
Add up all of them and find the total volume .

There is a similar script by @daytraderph which is built for Bank Nifty (custom volume) . I took the same and built for Nfity.

Nifty has 50 stocks and you cant call security method more than 40 times from one Pine script, so this is the limitation of this script. It consider top 40 stocks and find the volume (which contribute pretty much around 95% of the volume) and convert the same to 100 %

版本注释

Updating chart

版本注释

Updating chart

版本注释

New weightage updated

版本注释

Updated with latest weightage.

版本注释

Small bug fix to find the accurate value of total volume from 40 scripts volume.
评论
Investingsoul
will it update automatically as the nifty 50 average weightage stocks changes?
tsghosh
Thank You, Getting Memory limit excided error. What is the recomended time frame to load this chart?
shijithlal
@tsghosh, I am also getting the issue, still working on the same to solve it.
sandeep19033
@shijithlal, Any luck?
jellygill
If anyone would like to take a Free Trial of Nifty/Bank Nifty indicator developed by me, please contact me and give your review of the indicator
snehalp77
tradingview.com/script/DlluJMyf-Plot-Other-Symbol-Volume/

This script is much simpler and doesnt need future updating whenever the weightage of index changes and we can easily add moving average too, in fact will work for Bank Nifty too, just update the symbol
anneraj
Nice work ! I understand the limitation of 40 calls from PINE script to security. But how you are sure that this contributes 95% ? is it from any NSE data ?
thethartrader
Hi @shijithlal ! Good effort. I think the final result might not be accurate.
Looking at the calculation made me wonder that a more accurate formula should be => {sum for all stocks (weightage of stock in nifty 50 * mean price of stock on the day * day's volume)}/{sum for all stocks (weightage of stock in nifty 50 * mean price of stock on the day)}
This will make sure of the fact that two stocks with similar contribution to nifty 50 can have different money flow as per their price.
jaiswalayu2403
Could you add average volume line to it?
sunilkumar1984
Pls add also moving Average in this scipt
更多