get_plans
Retrieve all investment plans and their computed totals from the spreadsheet so you can review which past entry signals worked before committing to a new trade.
Instructions
Read back all investment plans from the permanent spreadsheet, including the formula-computed totals (Total Invested, Realized P&L, Status). Use this for the track-record loop — reviewing which entry signals actually worked before committing to a new trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | No | If provided, return only this plan. | |
| openOnly | No | If true, return only plans whose Status is not 'Closed'. |