Select a historical event on the left
+The AI will analyse what it would have done at that date using real market data
+{selected.hint}
+| Ticker | +Price | +1W | +1M | +3M | +RSI | +vs MA200 | +
|---|---|---|---|---|---|---|
| {ticker} | +{d.price ?? '—'} | ++ {d.ret_1w != null ? ( + = 0 ? 'text-emerald-400' : 'text-red-400'}> + {d.ret_1w > 0 ? '+' : ''}{d.ret_1w.toFixed(1)}% + + ) : '—'} + | ++ {d.ret_1m != null ? ( + = 0 ? 'text-emerald-400' : 'text-red-400'}> + {d.ret_1m > 0 ? '+' : ''}{d.ret_1m.toFixed(1)}% + + ) : '—'} + | ++ {d.ret_3m != null ? ( + = 0 ? 'text-emerald-400' : 'text-red-400'}> + {d.ret_3m > 0 ? '+' : ''}{d.ret_3m.toFixed(1)}% + + ) : '—'} + | ++ {d.rsi_14 != null ? ( + 70, + 'text-emerald-400': d.rsi_14 < 30, + 'text-slate-300': d.rsi_14 >= 30 && d.rsi_14 <= 70, + })}>{d.rsi_14.toFixed(0)} + ) : '—'} + | ++ {d.pct_from_ma200 != null ? ( + = 0 ? 'text-emerald-400' : 'text-red-400'}> + {d.pct_from_ma200 > 0 ? '+' : ''}{d.pct_from_ma200.toFixed(1)}% + + ) : '—'} + | +
{pat.description}
+{pat.rationale}
+ )} + {/* Outcome row */} + {out && ( +