📊 Technical Analysis
Technical analysis studies price patterns and market dynamics to identify trends, momentum, and volatility. Unlike fundamental analysis (which evaluates a company's intrinsic value), technical analysis focuses purely on historical price and volume data.
📖 What's Inside
📉 Indicators
Chart overlays that extract trend, momentum, or volatility information from price data. LibreFolio implements four core indicators, each explained from both a financial and signal processing perspective:
- EMA — Exponential Moving Average (trend tracking)
- MACD — Moving Average Convergence Divergence (momentum)
- RSI — Relative Strength Index (overbought/oversold)
- Bollinger Bands — Adaptive volatility envelope
🎯 Synthetic Benchmarks
Mathematical reference curves overlaid on charts for comparison. Unlike indicators (computed from market data), benchmarks are generated purely from parameters:
- Linear Growth — Simple interest model
- Compound Growth — Compound interest model
- Sine Wave — Cyclic reference for seasonality
⚡ The "Fast" vs "Slow" Intuition
In finance, fast and slow refer to the time constant (\(\tau\)) of the underlying filter.
| Property | Fast (small \(N\)) | Slow (large \(N\)) |
|---|---|---|
| Cut-off frequency \(f_c\) | Higher | Lower |
| Noise rejection | Poor — lets HF through | Good — strong smoothing |
| Phase lag | Small — reacts quickly | Large — significant delay |
| Typical \(N\) | 9, 12, 14 | 26, 50, 200 |
🔗 Related Sections
- 🏦 Instruments — The assets these indicators analyze
- 📐 Fundamentals — Returns, day count conventions
- 📈 Portfolio Theory — Risk metrics and allocation