Entry rules
Define what must happen before a trade is allowed.
Trading Systems
This is how I think about intraday trading before I automate anything: define the setup, protect the downside, journal the trade, and review the mistake.
entry.confirmed = true
risk.daily_limit = locked
journal.required = true
Define what must happen before a trade is allowed.
Place protection from structure, risk, and invalidation points.
Predefine partials, target zones, and no-chase conditions.
Move risk only when the system says the trade has earned it.
Stop trading around periods where the edge degrades.
Reduce size, stop for the day, or pause the system at defined limits.
Record setup, execution, state, and review notes for every trade.
Prevent duplicate orders, stale orders, and unprotected positions.
Desk Map
FAQ
A rule-based trading system is a written process for entries, exits, stop loss, targets, risk limits, session rules, and review. The goal is cleaner execution, not prediction.
Automation only helps when the rules are clear. Written trading rules make it easier to review mistakes, control risk, and avoid automating emotional decisions.
No. My Trading Desk does not sell signals or guaranteed-profit systems. The focus is rules, risk management, journal review, and execution process.