CTA / Trend signal
No trend snapshot available yet for IFF. Run /api/cron/trend-signalsand refresh.
Price · daily candles with overlays
IFF — SMA(50), SMA(200), Donchian, RSI, ADX
Methodology
- Indicators computed daily in Postgres window functions over
prices_daily. See/api/cron/trend-signals. - Regime: bull (close > SMA200, SMA50 > SMA200) · bear (mirror of bull) · breakout up/down (close pierces 20-day Donchian with ADX > 20) · neutral otherwise.
- Trend score 0..100 = 0.30 · SMA cross + 0.25 · ADX strength + 0.20 · Donchian position + 0.15 · RSI band + 0.10 · vol regime.