Skip to content

Trading Systems

Rule Framework Before Automation

A bot should execute a documented framework, not invent decisions. The system comes first: rules, risk, journaling, and safety.

strategy.rules entry.confirmed = true risk.daily_limit = locked journal.required = true
01

Entry rules

Define what must happen before a trade is allowed.

02

Stop-loss logic

Place protection from structure, risk, and invalidation points.

03

Target logic

Predefine partials, target zones, and no-chase conditions.

04

Breakeven rules

Move risk only when the system says the trade has earned it.

05

Time-based rules

Stop trading around periods where the edge degrades.

06

Drawdown rules

Reduce size, stop for the day, or pause the system at defined limits.

07

Journaling

Record setup, execution, state, and review notes for every trade.

08

Execution safety

Prevent duplicate orders, stale orders, and unprotected positions.

System Map

Manual Strategy to Review Loop

Manual Strategy
Rule Framework
Automation Layer
Journal
Review