TA
Trading Agent Superhighway
Intent -> Compile -> Data -> Validate -> Backtest -> Deploy -> Signal -> Operate on data.quantclaw.org
Checking POC safety...
One screen to show how the Trading Agent becomes real without placing trades.
Start with a plain-English trading idea, compile it into a deterministic active rule, check QuantDB readiness, run validation/backtest gates, deploy a draft runtime, evaluate a signal, then operate it with pause/resume/kill controls. The entire route remains in POC / no broker mutation mode.
01 IntentTrader describes symbol, timeframe, trigger, risk.
02 CompileRule compiler creates hashable ActiveTradingRuleSpec.
03 DataCanonical instruments and candles are checked.
04 ValidateSafety and completeness gates pass, warn, or block.
05 BacktestPIT-ready adapter returns trades, return, drawdown.
06 DeployDraft runtime is created with live execution disabled.
07 SignalRule can evaluate an entry/exit event in safe mode.
08 OperateStatus, pause, resume, and kill stay available.
Strategy Prompt
POCOperate
Ready. This page only creates draft POC agents and never places orders.
Assistant Guide
Tell me the instrument, timeframe, entry rule, and exit/risk preference. I will tell you what remains before validation can start.
Run State
poc_no_trade_mutation1. IntentTranslate prompt into agent spec
2. CompileCreate deterministic rule hash
3. DataCheck QuantDB readiness
4. ValidateRun safety and completeness checks
5. BacktestShow trades, return, and drawdown
6. DeployCreate draft-only runtime
7. SignalEvaluate rule without broker mutation
8. OperatePause, resume, kill POC draft
Agent
None yet
Validation
Not run
Rule Hash
Not compiled
Runtime
No draft
Active Rule
Instrument
Waiting
No timeframe
Entry
Waiting
No exit rule
Risk
Waiting
No sizing
Safety
Waiting
No defaults
Backtest
Trades
Not run
No history window
Win Rate
Not run
No average return
Return
Not run
No drawdown
Engine
Not run
No warning codes
Optimization
Recommendation
Not run
No variants evaluated
Selected
Not run
No score delta
Top Candidates
Not run
No candidate list
Understood
- No author response yet.
Checks and Warnings
- No checks yet.
Runtime Events
- No runtime events yet.
Signal Evaluation
Status
Not run
Safe evaluation only
Signal
Not run
No side yet
Reason
Not run
No signal reason
API Response
{}