Technical Analysis Flashcards
Characteristics
Only looks at price and volume
When is it effective
combination of indicators
compare against overall market
shorter time periods
Momentum
measure of price change over period of time
momentum = price[day] / price[day - n] - 1
where n is number of days prior
Simple moving Average
Look back n days and take average
indicator 1 - where price crosses SMA, especially when combined with momentum
indicator 2- Represents underlying value, and large movements from it represent trade opportunity
indicator = price[day] / price[SMA] - 1
Bollinger Bands
Quantify price movements from mean by using standard deviation
Look for when it crosses outside band to inside band
Normalization
Prevent indicators with greater values from overwhelming those with smaller ones
(value - average ) / std()