TradingView
tv94067
Oct 5, 2022 1:05 PM

Performance Table 

Nifty 50 IndexNSE

Description

this scrip is modified of Performance Table (in.tradingview.com/script/BmvtK3GH-Performance-Table/) of TradingView user @BeeHolder = Thank u very much.
-
@BeeHolder formula is based on daily basis,
but my calculation is based on respective day, week and month.
-
The formula of the calculation is (Current Close - Previous Close) * 100 / Previous Close, where Past value is:

1D = close 1 day before
5D = close 5 day before
1W - close 1 week before
4W = close 4 week before
1M - close 1 month before
3M - close 3 month before
6M - close 6 month before
12M - close 12 month before
52W - close 52 week before

Also table position cane be set.

thank you all

-

Release Notes

Update brings new features
-
show header
table orientation

Release Notes

Hello all
- resize table .
- show/hide performance.
Comments
iannn
is this formula based on bars or calendar days? in example, is 3 month 63 BARS back?
VA_47
The calculation of this indicator and trading view performance don't match

For ex, you can check 1W data of this indicator and compare it with Trading View 1W data - They don't match

Is that intentional , what's the logic behind that? and if a bug, please fix it :)
More