Order History
What Is Order History?
Order history is the chronological record of all trade orders placed by an investor, including filled, cancelled, expired, and rejected orders, serving as a vital audit trail for performance analysis and tax reporting.
Order history is the comprehensive log of your intent in the market. While your "Portfolio" shows what you own *now*, and your "Transaction History" shows what you *bought/sold*, your Order History shows everything you *tried* to do. It includes: * Filled Orders: Trades that happened. * Cancelled Orders: Orders you placed but pulled back. * Expired Orders: Day orders that didn't fill by market close. * Rejected Orders: Instructions denied by the broker (e.g., insufficient funds). This complete dataset is a goldmine for self-improvement. It reveals the "shadow" trades—the ones that got away, the ones you hesitated on, and the ones you luckily avoided. For algorithmic traders, order history is critical for debugging code (e.g., "Why is my bot spamming 100 orders a second?").
Key Takeaways
- Order history differs from "Trade History" or "Executions" because it includes orders that never resulted in a trade.
- It is essential for reviewing mistakes (e.g., "Why was this order rejected?" or "Why did I cancel this winner?").
- Tax authorities and auditors rely on these records to verify cost basis and wash sales.
- Analyzing order history helps identify behavioral patterns, such as over-trading or hesitation.
- Brokers are legally required to maintain these records for a specific period (usually 6-7 years).
Why It Matters: Audit and Compliance
For tax purposes, the IRS (and other tax bodies) cares about executions. However, in disputes, order history is evidence. If you claim a broker failed to execute a stop loss, the order history proves whether you actually placed it, when, and at what price. It is also crucial for "Wash Sale" tracking. If you place orders to buy back a stock you just sold for a loss, specifically if those orders execute, the history tracks the timing to the second, determining if the loss is disallowed.
Using Order History for Performance Analysis
Turning data into discipline.
| Metric | What it Reveals | Goal |
|---|---|---|
| Cancellation Rate | Hesitation / indecision | Reduce (Trust your plan) |
| Rejection Rate | Lack of awareness (Margin/Rules) | Eliminate (Know your limits) |
| Time to Fill | Liquidity issues / Limit price tightness | Optimize (Better pricing) |
| Modification Count | Chasing the price | Reduce (Set it and forget it) |
Real-World Example: Diagnosing a "Bad Luck" Streak
Trader Jane feels like she "always misses the move." She reviews her order history.
Important Considerations
Most brokers only keep detailed order history accessible in the active trading platform for a limited time (e.g., 90 days to 1 year). Older history is archived in monthly statements. Serious traders should export their order history to a CSV or Excel file regularly (monthly/quarterly) to maintain their own permanent database for analysis.
Advantages of Keeping Records
Dispute Resolution: Proof of your actions in case of broker error. Journaling: It forms the backbone of a Trading Journal. Strategy Refinement: Helps optimize entry/exit logic.
Disadvantages and Risks
Data Volume: Active traders can generate thousands of lines of data, making manual review difficult without software. Privacy: Order history contains sensitive financial data; exporting and storing it insecurely creates a hacking risk.
FAQs
Regulations (like FINRA Rule 4511) typically require keeping records for at least 6 years. However, immediate online access might be limited to 1-2 years. You can always request older records, though it might take time to retrieve them.
No. Trading activity is private and not reported to credit bureaus unless you have a margin call that goes to collections.
It varies by platform, but generally, "Open" means the order is live at the exchange working to get filled. "Pending" might mean it is held locally (e.g., a "Stop" order that hasn't triggered yet) or is waiting for market open.
Common reasons include: Insufficient buying power (cash/margin), incorrect ticker symbol, trying to short a hard-to-borrow stock, or violating a pattern day trading (PDT) restriction.
No. Financial regulations require immutable records of all market activity. You cannot hide or delete a trade or an order from the broker's legal records.
The Bottom Line
Order history is the "black box" flight recorder of your trading career. While most traders obsess over the P&L column, the order history tells the true story of discipline, execution, and mechanics. By regularly auditing this data, investors can uncover behavioral leaks, verify tax liabilities, and ensure that their strategy is being executed exactly as intended. It is the unvarnished truth of your market participation.
More in Account Operations
At a Glance
Key Takeaways
- Order history differs from "Trade History" or "Executions" because it includes orders that never resulted in a trade.
- It is essential for reviewing mistakes (e.g., "Why was this order rejected?" or "Why did I cancel this winner?").
- Tax authorities and auditors rely on these records to verify cost basis and wash sales.
- Analyzing order history helps identify behavioral patterns, such as over-trading or hesitation.