save_strategy
Persist proven trading strategies by recording entry rules, assets, timeframe, and win/loss data. Reuse or update them anytime by unique name after meaningful performance.
Instructions
Save or update a trading strategy in persistent memory to reuse later.
Use a clear, unique name. Record the entry_rules (the exact condition that
triggers a call/put), which assets and timeframe it suits, and its observed
results (trades, wins, net_profit). Add honest notes — including the
sample size, since a short good run may be luck rather than an edge. Saving an
existing name updates only the fields you pass.
Save a strategy only after it has shown genuinely good results over a meaningful number of trades — not after one or two lucky wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| wins | No | ||
| notes | No | ||
| assets | No | ||
| trades | No | ||
| timeframe | No | ||
| net_profit | No | ||
| description | No | ||
| entry_rules | No |