Commit 20893f7
committed
docs(strategy-format): generalise to base-class family; delegate to strategy-skills
The section previously stated strategies "extend AbstractTickerStrategy"
(single type). Broaden to "extends a strategy base class chosen by its
data source; AbstractTickerStrategy (live tickers) is the most common"
— accurate now that AbstractKlineStrategy and AbstractFundingRateStrategy
are also documented in the skill.
Remove the stale `// ... see SDK docs for the full strategy API` comment.
Reframe the skill reference as the source of truth for the full
base-class family and all authoring guidance, reducing future drift.1 parent 3c47420 commit 20893f7
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | | - | |
| 212 | + | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
0 commit comments