Paper first
Every strategy starts in simulation or paper mode before live capital is considered.
TradingRobotPlug builds paper-first trading robot plugins with visible strategy logic, proof logs, and risk gates. No mystery bots. No profit promises. The work has to show its logic before it earns trust.
A robot is not “real” because it has a flashy name. It becomes real when the strategy, trigger, risk rule, and output logs can be inspected.
Every strategy starts in simulation or paper mode before live capital is considered.
Each plugin must explain its setup, entry trigger, exit rule, and invalidation.
Loss caps, trade limits, cooldowns, and no-trade conditions are part of the product.
Strategy claims should connect to artifacts: snapshots, reports, test output, or paper logs.
These are plugin concepts designed for paper testing, validation, and operator review. Each one needs proof before being trusted.
Tracks price reclaiming VWAP after a flush and requires confirmation before alerting.
Watches for momentum curl near key levels and blocks weak signals without confirmation.
Marks the opening range and alerts only when breakout conditions meet defined filters.
Blocks trades and alerts when the operator is outside defined risk boundaries.
Records every simulated setup so the strategy can be reviewed instead of guessed.
Reserved for future use. Live execution stays blocked until proof logs justify review.
This page will track real proof artifacts for each robot plugin: tests, snapshots, paper-trade summaries, and rule-compliance reports.
| Plugin | Proof Type | Current Evidence | Status |
|---|---|---|---|
| TSLA VWAP Reclaim Plugin | Strategy snapshot + paper alert log | View Markdown proof · View JSON proof | Paper testing |
| MACD Curl Setup Plugin | Fixture tests + paper setup review | View Markdown proof · View JSON proof | Paper testing |
| Risk Gate Plugin | Unit tests + no-trade logs | View Markdown proof · View JSON proof | Core proof required |
| Paper Trade Logger | Daily paper log export | View Markdown proof · View JSON proof | Core proof required |
TradingRobotPlug is a trading automation and research project. It does not promise profits, guaranteed results, or financial advice. Any live trading decision is the responsibility of the operator. Paper testing, proof logs, and risk controls come first.
Send the ticker, timeframe, setup logic, risk limit, and what proof you want the plugin to produce.