# www.soyhands.com > Sitting On Your Hands — The Discipline of Not Trading ## What This Is An automated equity trading system built around a single thesis: capital preservation is the first job. The system classifies the market regime every session, decides whether conditions warrant deploying capital, and sits in cash when they don't. The public site (www.soyhands.com / www.sittingonyourhands.com) documents the philosophy, publishes real regime classification data from the live system, and provides educational resources for traders focused on discipline over activity. ## Site Structure - `/` — Landing page with thesis, seven principles, live discipline stats, and quotes - `/evidence` — Daily regime classifications, weekly breakdowns with top movers, calendar heatmap, and AI analysis toolbar. Data is from a live automated system, refreshed hourly. - `/about` — Why this exists, core beliefs, origin of the name - `/resources` — Books, mental models, and daily practice framework ## Seven Principles 1. **Capital preservation is the first job.** A day with zero trades and zero losses in a hostile regime is a successful day. 2. **Regime awareness drives everything.** The market regime (trend × volatility) determines what is allowed. Hostile conditions mean: do nothing. 3. **Correlated exposure is the real risk.** Multiple positions with the same directional bias is leveraged exposure, not diversification. 4. **Stops are structural, not discretionary.** Every position has a pre-defined exit. No hoping, no averaging down, no moving the stop. 5. **Hindsight is not a strategy.** Optimize for what was knowable before the trade, not what is obvious after. 6. **Counter-trend days are preservation days.** A stock running +8% while the system sits in cash is not a failure. It is the system working. 7. **Opportunity cost is tracked, not acted on.** Every missed big mover is documented. If it was blocked only by regime, the engine is intact. That is discipline, not a bug. ## How the System Works (Conceptual) ### Regime Classification Before any capital decision, the system reads the market environment along two axes: - **Trend direction:** Trending up, range-bound, or trending down — derived from broad market price action (SPY), moving averages, and trend strength indicators. - **Volatility state:** Expanding, normal, or contracting — derived from the VIX level and its rate of change. The combination produces a composite classification: **supportive**, **mixed**, or **hostile**. This classification determines which strategies are allowed to trade, how much capital can be deployed, and how tight risk controls are set. ### Capital Deployment The system is a capital allocator, not a trade generator. The question is never "can a strategy fire?" — it is "where does capital deserve to be deployed?" - Early in the session, only small probe positions are allowed. - Capital scales up only after the regime is confirmed and the system has evidence that conditions support the strategy thesis. - On hostile days, the answer is zero deployment. Cash is the highest-conviction position. ### Risk Controls Multiple independent guardrails prevent concentrated losses: - **Regime gating** — Strategies are blocked in regimes where they have negative expected value. A momentum strategy cannot run in a downtrending market. - **Market Guard** — Engages when early losses accumulate, blocking new entries to prevent a bad morning from becoming a catastrophic one. - **Loss velocity breaker** — If stops are hit in rapid succession, all entries halt. Fast losses signal regime misread or correlated exposure. - **Carry halt** — Rolling multi-day loss threshold. If breached, all entries stop until the window clears. - **Progressive scaling** — As losses accumulate in a session, position sizes decrease automatically. - **Morning throttle** — Limited positions and reduced sizing in the first minutes after open, before the session's direction is established. ### Strategy Architecture The system runs multiple independent strategies across different market conditions and timeframes. Each strategy has: - Defined regimes where it is allowed to operate - Defined regimes where it is explicitly blocked - Independent stop, target, and trailing stop parameters calibrated to its thesis - Maximum position limits and hold times Momentum-style strategies use tight stops and fast exits. Mean-reversion strategies use wider stops with minimum hold times. The exit logic matches the entry thesis — not a one-size-fits-all approach. ### What Gets Measured Every session, the system tracks: - Whether trades aligned with regime (structural alignment) - How much capital was deployed before vs after direction confirmation - Which setups had the best and worst risk/reward profiles - Whether guardrails triggered before or after material damage - Every big mover the system did not trade, and why (opportunity engine audit) ## Evidence Page Data The `/evidence` page shows real data from the live system. All figures are aggregated — no account identifiers, no exact dollar amounts. Available data: - **Regime calendar** — Daily market classification (supportive / mixed / hostile) with color-coded heatmap - **Weekly detail** — Per-day regime with human-readable explanation, top movers by absolute % change, and whether capital was deployed or held as cash - **Discipline stats** — Signal block rate, total signals generated vs executed, top reasons for blocking - **Guardrail events** — How often each risk control activated - **Regime breakdown** — Win rate and average return by regime classification - **Gated comparison** — Performance with regime gating vs hypothetical performance without it ## Important Disclaimers - This site is an educational resource for traders. Nothing here is financial advice. - Past performance does not predict future results. - The system is a real automated trading system, but data is presented for educational demonstration of regime-based discipline, not as a track record or solicitation. - Market data shown is from public sources. ## Contact This is a personal project. No commercial affiliation. No paid subscriptions. No courses.