4.2 - Macro and Managed Futures Funds Flashcards
1
Q
Simple Moving Average
A
SMA = (Σ(Pt-1)) / n
Pt-1 -> closing price on day t minus 1
2
Q
Weighted Moving Average
A
WMA = (n/N)(Pt-1) + (n-1 / N)(Pt-2) + … (1/N)(Pt-n)
N = 1+ 2 + 3 + … + n
ie: (3/6)510 + (2/6)508 + (1/6)*511 = 509.5
* larger weight on more recent observations
3
Q
Exponential Moving Average
A
EMA = λ(Pt-1) + λ(1-λ)(Pt-2) + λ(1-λ)^2(Pt-3)…
Where λ is a smoothing factor
4
Q
Relative Strength Index
A
- Used to determine the extent to which a market is overbought or oversold
RSI = 100 - (100 / (1+(U/D))
Where… U = avg. of price changes for all up days over last n days
D = avg. of absolute value of price changes for all down days for last n days