Skip to content

Commit 588540f

Browse files
committed
docs: link to QTSurfer/strategy-skills for strategy authoring help
1 parent 005181a commit 588540f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ public class MyStrategy extends AbstractTickerStrategy {
196196
}
197197
```
198198
199+
For help writing strategies — indicators, window listeners, state management, examples, and advanced patterns — install the **[QTSurfer Strategy Skills](https://github.com/QTSurfer/strategy-skills)**:
200+
201+
```bash
202+
npx skills add QTSurfer/strategy-skills
203+
```
204+
199205
## Building from source
200206
201207
```bash

0 commit comments

Comments
 (0)