Feature

Description

Calculation Formula

10-day SMA

Simple 10-day moving average

( 1 n ) i = t n + 1 t C i , where Ct is the closing price.

10-day EMA

Exponential 10-day moving average

EMA ( n ) t 1 + α × ( C t EMA ( n ) t 1 ) , where α is a smoothing factor and α = 2 n + 1

10-day WMA

Weighted 10-day moving average

( n ) C t + ( n 1 ) C t 1 + + C t n + 1 n + ( n 1 ) + + 1

A/D Oscillator

Accumulation/distribution oscillator. It is a momentum indicator that relates changes in price.

H t C t 1 H t L t , where Lt is the low price and This the high price at time t.

MACD

Moving Average Convergence/Divergence.

MACD ( n ) t 1 + 2 n + 1 × ( DIFF t MACD ( n ) t 1 ) , where DIFF t = EMA ( 12 ) t EMA ( 26 ) t

Stochastic K%

Stochastic %K. It compares where a security’s price closed relative to its price range over a given period.

C t L L t ( n 1 ) H H t ( n 1 ) L L t ( n 1 ) × 100 , where LLt and HHt mean lowest low and highest high in the last t days, respectively

Stochastic D%

Stochastic %D. Moving average of %K.

i = 0 n 1 K % t i 10

Momentum (close price)

It measures the amount that a security’s price has changed over a given time span.

C t C t 9

Larry William’s R%

Larry William’s R%. It is a momentum indicator that measures overbought/oversold levels.

H n C t H n L n × 100

Relative Strength Index (RSI)

Relative Strength Index. It is a price following an oscillator that ranges from 0 to 100.

100 100 1 + ( ( i = 0 n 1 U p t i / n ) / ( i = 0 n 1 D w t i / n ) ) , where Upt means upward-price-change and Dwt means downward-price-change at time t.

Close price ROC

Price rate-of-change. It is the difference between the current price and the price of n days ago.

C t C t n × 100

CCI

Commodity Channel Index. It measures the variation of a security’s price.

( M t S M t ) ( 0.015 D t ) , where M t = ( H t + L t + C t ) / 3 , S M t = i = 1 n M t i + 1 n and D t = i = 1 n | M t i + 1 S M t | n

Disparity 5

5-day disparity. It is the distance of current two moving averages of a stock’s price.

C t M A 5 × 100

Disparity 10

10-day disparity.

C t M A 10 × 100

OSCP

Price oscillator. It is the difference between two moving average of a stock’s price.

M A 5 M A 10 M A 5