Why Did the Bot Wait? A Decision Record Standard for AI Trading Bots
Aug 18, 2026 · 8 min read
TradingWizard helps traders inspect paper-bot setup states without coding. QuantConnect is an algorithm platform for research, backtesting and supported live deployments.
May 11, 2026 · 9 min read · TradingWizard AI
TradingWizard and QuantConnect solve different jobs. Choose TradingWizard when you want to deploy a no-code bot on a supported stock or crypto asset, inspect its current setup or no-trade state, and review simulated activity in paper mode. Choose QuantConnect when you want to research, code, backtest, and deploy your own algorithm with supported data providers and brokerages.
The permission boundary matters. QuantConnect's official documentation covers both backtesting and brokerage-connected live algorithm deployment. TradingWizard does not place, modify, or close real orders. Every TradingWizard bot uses fake money against real market data, and any real-money decision happens outside TradingWizard.
Neither workflow can guarantee a profitable result. The right choice depends on whether you need a readable bot decision now or a programmable strategy-development environment.
| Question | TradingWizard | QuantConnect |
|---|---|---|
| Main job | Monitor a supported asset and explain a current paper-bot state | Build, research, backtest, and deploy custom algorithms |
| Typical starting point | Choose an asset in Wiz and deploy a bot | Define an algorithm, data, models, and deployment configuration |
| Coding required | No for the core bot workflow | Coding and quantitative implementation are central to serious custom use |
| Decision output | State, reason, timestamp, and setup levels when available | Whatever signals, orders, logs, and charts the algorithm is designed to produce |
| No-trade handling | Explicit states such as WAIT, AVOID, DATA STALE, or RISK BLOCKED | Must be designed and implemented in the strategy logic |
| Testing boundary | TradingWizard bots remain paper-only | Supports backtesting and documented live deployment workflows |
| Real-order permission | None; TradingWizard cannot place real orders | Can send orders through supported brokerage configurations |
| Best fit | Traders who want a no-code, explainable paper-bot workflow | Developers and quants who want control over the full algorithm stack |
Want the no-code paper-bot path? Choose a supported asset and deploy a bot in Wiz. Review the first state and reason before looking at the target.
TradingWizard is bot-first. A trader chooses a supported asset, deploys a bot, and reviews repeated scans through Wiz. Bot-scan analysis is the main in-app analysis workflow; there is no separate Chart Analyzer product.
A current scan can include the asset, timestamp, state, a plain-language reason, and—when a setup exists—entry, stop, target, invalidation, confidence, and risk context. A valid result can also be a no-trade state. WAIT is not a hidden buy instruction, and DATA STALE should stop the review rather than invite a guess.
That structure is useful when the problem is not writing an algorithm. It is understanding what the bot sees, where the setup would be wrong, and whether the available evidence is current enough to review.
TradingWizard is not a broker or an execution bridge for users. It provides analysis and simulated bot activity. The user remains responsible for any decision made outside the product.
QuantConnect describes a platform for writing algorithms, using data, testing strategies, and running deployments. Its documentation separates research, backtesting, data providers, brokerage models, live trading, orders, notifications, reconciliation, charting, and logging.
That separation gives a developer detailed control, but it also creates responsibility. The strategy author must define the universe, data timing, signal rules, portfolio construction, risk behavior, order logic, and operational response to failures. The output is only as clear and safe as the implementation makes it.
QuantConnect's live-trading documentation says the same algorithm can run in backtesting and live mode with different brokerages and data providers. That is a materially different permission model from TradingWizard's paper-only bots.
With TradingWizard, the product supplies the recurring bot-scan workflow. The user chooses the supported asset and reviews what the bot reports. With QuantConnect, the user or development team builds the algorithmic decision process and decides how it should behave.
| Responsibility | TradingWizard paper bot | QuantConnect algorithm |
|---|---|---|
| Define the product workflow | Built into the bot experience | Implemented by the strategy author |
| Choose the market | User selects a supported asset | Strategy author configures securities and data |
| Explain the current state | Product exposes a readable state and reason | Developer must design logs, charts, signals, and diagnostics |
| Handle stale or missing data | Bot should surface a stale or blocked state | Algorithm author must understand and handle timing/data differences |
| Model orders and fills | Not a real-order feature; paper activity only | Brokerage, fill, fee, slippage, and other models can be configured |
| Approve real-money risk | Outside TradingWizard | Depends on the user's selected brokerage and deployment controls |
A sophisticated codebase is valuable when you need custom logic. It is unnecessary overhead when the immediate question is simply whether a watched asset has a complete setup or should remain in WAIT.
The comparison should not be reduced to which platform shows a better equity curve. Simulations answer questions about a model under stated assumptions. They do not prove how the same process will behave with live data and real orders.
QuantConnect's reconciliation documentation says backtests and live deployments can differ because of data timing, custom-data availability, modeling, brokerage behavior, fees, slippage, fill timing, and market impact. It notes that backtest fills can occur immediately while live orders travel to a brokerage and may fill differently or not at all.
Alpaca's paper-trading documentation makes a similar point: simulation may not reproduce market impact, information leakage, queue position, latency-driven slippage, price improvement, regulatory fees, or dividends.
For TradingWizard, this boundary is simpler. Paper activity is there to make the workflow reviewable without risking money inside the product. It is not live investment performance and cannot establish future returns.
TradingWizard is the more direct fit when you want to:
Read AI trading scanner vs setup engine vs bot for the difference between discovery and monitoring.
QuantConnect is the more direct fit when you want to:
That flexibility is powerful, but it is not a shortcut around validation. Every assumption and operational failure path still needs to be tested.
| Step | Question | TradingWizard fit | QuantConnect fit |
|---|---|---|---|
| 1 | Do you want to write the strategy logic? | No-code bot workflow | Yes, custom algorithm development |
| 2 | Do you need real brokerage execution inside the platform? | No; real orders are outside TradingWizard | Available through supported live deployment configurations |
| 3 | Do you need a readable state immediately? | Built around current state and reason | Must be produced by the algorithm and its diagnostics |
| 4 | Do you need custom datasets or models? | Not the primary job | Core reason to choose a programmable platform |
| 5 | Can the workflow refuse weak conditions? | Explicit no-trade states | Must be implemented in the strategy |
| 6 | How will you validate the process? | Review paper scans, waits, blocks, and changes | Backtest, paper/live deployment checks, and reconciliation |
| 7 | Who controls real-money risk? | The user, outside TradingWizard | The user and the chosen brokerage/deployment setup |
The CFTC's AI trading-bot advisory warns that AI cannot predict sudden market changes and that guaranteed or unusually high return claims are red flags. Whether a product is no-code or code-first, ask:
For a broader safety review, use the AI-bot risk-control checklist and paper-bot testing guide.
Choose TradingWizard for a no-code bot that watches a supported asset, explains its state, and stays in paper mode. Choose QuantConnect when you want to build and operate your own algorithmic system. In either case, judge the workflow by its data, permissions, failure handling, and evidence—not by a return promise.
FAQ
Aug 18, 2026 · 8 min read
Jul 10, 2026 · 7 min read
Jul 7, 2026 · 9 min read
Jun 26, 2026 · 9 min read
14 days free. No card.
Trading involves risk. Bots trade a Demo account with simulated money. Nothing here is investment advice.