Skip to content

📊 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:


⚡ 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