Skip to content

Commit 011a6c5

Browse files
committed
docs: update notebook with get_orders, get_positions and tag/strategy_ids filtering docs
1 parent e7716a1 commit 011a6c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/tutorial/notebooks/09_report_and_llm_workflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@
303303
"| Tool | What it does |\n",
304304
"|------|-------------|\n",
305305
"| `get_trades` | All trades with entry/exit prices, P&L (top N by return magnitude) |\n",
306-
"| `get_orders` | All orders with side, type, status, price, amount, fee, slippage |\n",
307-
"| `get_positions` | All positions with symbol, amount, cost |\n",
306+
"| `get_orders` | All orders with side, type, status, price, amount, filled, cost, fee, fee_rate, slippage. Supports `window` filter and `limit` (default 50) |\n",
307+
"| `get_positions` | All positions with symbol, amount, cost. Supports `window` filter |\n",
308308
"| `get_symbol_breakdown` | Per-symbol performance breakdown |\n",
309309
"| `get_return_scenarios` | Best/worst case return scenarios |\n",
310310
"\n",

0 commit comments

Comments
 (0)