Simulation 8

1-hour trend-following simulation — watchlist symbols, MACD(12,26,9), MA10H/MA20H structure, 3-day volume confirmation, 1% stop-loss.

Logic Description
Universe: Symbols are loaded from the existing API watchlist (manually curated).
Entry — all conditions must be true at the same hourly bar:
  1. MACD golden cross: MACD line crosses above the signal line on this hourly bar (MACD 12/26/9).
  2. Price is above MA10H (10-period hourly SMA).
  3. MA10H is above MA20H (20-period hourly SMA) — confirming hourly uptrend structure.
  4. Day volume is at least 1.25x the previous 3-day average day volume — confirming elevated participation.
Exit — triggered at the first hourly bar where any of these is true:
  1. MACD dead cross: MACD line crosses below the signal line.
  2. Hourly close falls below MA10H.
  3. Price drops 1% or more below the entry price (hard stop-loss).
Position sizing: Available cash split evenly among buy candidates ranked by highest 3-day relative volume (RVOL), deploying 95% of allocated budget per position.
Back to SA Dashboard

Rules

Start cash: $10,000 Stock selection: existing API watchlist symbols (manually curated watchlist) Uptrend: Day volume >= 1.25x previous 3-day average Strict buy: MACD golden cross + price > MA10H + price > MA20H + MA10H > MA20H + MA20H rising + MA spread >= 0.15% Sell: first hourly stop on MACD dead cross OR close < MA10H OR 1% below entry

Ready.

Summary

Daily Results

Trade Log