Paper Trading 5 (Simulation5 Strategy)

Logic: Buy when MA10 crosses above MA19 with volume confirmation and MA19 rising; sell on MA10 cross below MA19 or 1% stop-loss.

Realtime paper trading service running the same golden-cross MA10/MA19 + volume-filter engine as simulation5.php/paper_trading4.php, applied to the system-screened universe, with a user-adjustable max allocation per trade. Data stored in MySQL.

Trading window: 06:00-20:00 ET

Back to SA Dashboard

Strategy Rules

Universe: each cycle pulls the current technical top-picks list from the system screener (stock_picks.php) — up to 30 top-ranked symbols out of a 60-symbol screened pool, refreshed once per day (cached) plus any symbols already held.

Signal: for each symbol under consideration, ~55 recent trading days of hourly price/volume bars are used to compute 10-hour and 19-hour moving averages (MA10/MA19) of the hourly close, plus each day's total volume vs its trailing 5-day average.

Buy: triggers when MA10 crosses above MA19 (golden cross), MA19 is trending up, and the day's volume is above its 5-day average.

Sell: triggers when MA10 crosses below MA19 (death cross), or price falls 1% below entry (stop-loss).

Sizing: available cash is split evenly across this cycle's qualifying buy candidates (ranked by volume score, highest first; up to 95% per slot), and additionally never exceeds the % of total equity set below.

Execution: buy/sell decisions are computed from the hourly-bar indicators above, but the fill price and stop-loss check use the live market snapshot price at the moment of execution, not the (potentially stale) bar close.

Cadence: a new cycle runs at most every ~30 seconds, only within the 06:00-20:00 ET trading window; every eligible symbol (held positions plus current screener picks, up to the configured per-cycle limit) is re-evaluated each cycle.

Summary

Loading...

Sizing: max 25% of equity per trade
Realized PnL Curve (closed trades)

Considered Universe

Screener candidates evaluated on the most recent trading cycle

Open Positions

Recent Trades

Recent Decisions / Events