Testing Formula
WeightedClose=4High+Low+(2×Close) ROC=Price n periods ago(Current Price−Price n periods ago)×100 PsyLine=Total DaysNumber of Bullish Days×100 Qstick=n1i=1∑n(Ci−Oi) Regression Coeff=N∑(X2)−(∑X)2N∑(XY)−∑X∑Y Relative Volatility=Historical VolatilityCurrent Volatility×100 Schaff Cycle=MACD−Signal Line Average Price=3(High+Low+Close) Current Price Change=Current Average Price−Previous Average Price Total Price Change=∑(Average Price−Previous Average Price) Shinohara Value=Total Price ChangeCurrent Price Change×100 Mean=N∑Price Variance=N∑(Price−Mean)2 Standard Deviation=Variance SI=2(H−C)+(C−L)+(H−PH)+(C−PL) Average Price Change=N∑(Current Close−Previous Close) Trend Intensity=Highest High−Lowest LowCurrent Close−Lowest Low×100 Typical Price=3(High+Low+Close) Max Price=max(Closet,Closet−1,…,Closet−N) Min Price=min(Closet,Closet−1,…,Closet−N) VHF=∑i=1N∣Closet−i−Closet−i−1∣Max Price−Min Price Volume ROC=(Volume N periods agoCurrent Volume−Volume N periods ago)×100 TR=max(High−Low,∣High−Previous Close∣,∣Low−Previous Close∣) VI+=Sum of the True RangeSum of the Positive Movement VI−=Sum of the True RangeSum of the Negative Movement Weighted Close=4(High+Low+(2×Close)) A/D=Previous A/D+(H−L(C−L)−(H−C)×V) Money Flow Multiplier=H−L(C−L)−(H−C) Money Flow Volume=Money Flow Multiplier×V Aroon Oscillator=Aroon Up−Aroon Down Aroon Up=(Number of periodsNumber of periods−Periods since the highest high)×100 Aroon Down=(Number of periodsNumber of periods−Periods since the lowest low)×100 TR=max(High−Low,∣High−Previous Close∣,∣Low−Previous Close∣) +DM=High−Previous High (if positive, otherwise 0) −DM=Previous Low−Low (if positive, otherwise 0) +DI=Average(TR,n)100×Average(+DM,n) −DI=Average(TR,n)100×Average(−DM,n) ADX=Moving Average((+DI+−DI)∣+DI−−DI∣×100) Median Price=2High+Low AO=SMA5(Median Price)−SMA34(Median Price) BOP=(High−Low)(Close−Open) BB%=Upper Band−Lower BandClose−Lower Band×100 Upper Band=SMA(n)+(k×Standard Deviation(n)) Lower Band=SMA(n)−(k×Standard Deviation(n)) Candle Range=High−Low Average Range=n∑(Candle Range) Weighted Sum=i=1∑n(i×Price[i]) Total Sum=i=1∑ni COG=Total SumWeighted Sum EOM=Volume(H+L−2C)×100 EMAt=(Pt×1+nα)+(EMAt−1×(1−1+nα)) WMA(n)=1+2+…+n(P1×1)+(P2×2)+…+(Pn×n) HMA(n)=WMA(2×WMA(2n)−WMA(n)) EMA=Exponential Moving Average of the closing prices Upper Band=EMA+(K×ATR) Lower Band=EMA−(K×ATR) Upper Band=MA+(MA×Percentage) Lower Band=MA−(MA×Percentage) PP=3High+Low+Close S1=(2×PP)−High S2=PP−(High−Low) S3=S2−(High−Low) R1=(2×PP)−Low R2=PP+(High−Low) R3=R2+(High−Low) SMA=NSum of Closing Prices over N periods SMMA1=NSum of Closing Prices over N periods SMMAt=NSMMAt−1×(N−1)+Current Price Uptrend=2(High+Low)+(Multiplier×ATR) Downtrend=2(High+Low)−(Multiplier×ATR) SMA=n∑i=1nPricei TMA=SMA of the SMA SMA=n∑i=1nPricei TMA=SMA of the SMA TSMA=(1+2+3+…+n)P1+2P2+3P3+…+nPn EMA=1(Pt×α)+(EMAt−1×(1−α)) DEMA=2×EMA−EMA of EMA TEMA=3×EMA−3×DEMA+EMA of DEMA Volatility=CloseHigh−Low SF=N1×Volatility VIDYA=VIDYAprevious+SF×(Close−VIDYAprevious) Smoothing Factor=Volatility+11 VMA=VMAprevious+Smoothing Factor×(Close−VMAprevious) VWMA=∑Vi∑(Pi×Vi) VWMAN=∑i=1NVi∑i=1N(Pi×Vi) WMA=∑i=1NWi∑i=1N(Pi×Wi) Tenkan−sen=2Highest High+Lowest Low over the last 9 periods. Kijun−sen=2Highest High+Lowest Low over the last 26 periods. Senkou Span A=2Tenkan−sen+Kijun−sen plotted 26 periods into the future. Senkou Span B=2Highest High+Lowest Low over the last 52 periods, plotted 26 periods into the future. Chikou Span=Close price plotted 26 periods into the past.DEMA Formula
The formula for calculating the DEMA is as follows:
DEMA=(2×EMAn)−EMAEMAnWhere:
- EMAn = Exponential Moving Average of the closing price over n periods.
- EMAEMAn = Exponential Moving Average of the previously calculated EMA.
QStick Formula
The formula for calculating the QStick is as follows:
Qstick=n1i=1∑n(Ci−Oi)Where:
- Ci is the closing price of ith period..
- Oi is the opening price for the ith period.
- n is the number of periods considered.