TradingView
luminaryfi
2020년 9월 21일 오전 2시 15분

Z-Score 'Bollinger Bands' 

SPDR S&P 500 ETF TRUSTArca

설명

The following script is an application of the Z-Score (previous script).

Z-Scores can be used in place of standard deviation (sigma) in 'Bollinger Bands'.


The average of the sample (x-bar) over 21 days (N)
21 average trading days per month, fixed value

The average of the population (mu) over 63 days (n)
63 days per quarter, default is set to 63

Z-Score is calculated by formula in previous script, and the absolute value is taken of "Z".

Z-High = absolute value of Z + (x-bar).
Z-Low = absolute value of Z - (x-bar).

Will update with Z from mu and Z from avg (working on UX and visualization details).

릴리즈 노트

added display options.

can choose from:

Z-Score from sample mean (x-bar)
Z-Score from population mean (mu)

릴리즈 노트

//hexidecimal color switch

릴리즈 노트

//test
코멘트
gorx1
hey man, i was thinking that in case of such PROPER use of statistics & difference between sample/population... Think about implementing Bessel's correction for x-bar. Me personally I don't really trust this concept, but I can be wrong, and it looks like u know the thing
Bless
andrewtiosa
Always top.
klehfeh
interesting to find your calculation of Z score uses Standard Error instead of Standard Deviation as denominator . May I know your thought process behind this ? Thanks!
Sadovoy_Trade
👍
blackcat1402
very interesting, thanks for sharing!
더보기