Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:49 +08:00
commit 4a63eaf12f
11 changed files with 1816 additions and 0 deletions

18
commands/translate.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: Convert strategy documentation into Python or Pine Script code
---
Activate the strategy-translator skill to convert strategy docs into code.
Ask user:
- Strategy document location or paste strategy description
- Output format (Python, Pine Script, or both)
- Framework compatibility notes (for Python)
Generate:
- Clean, documented code
- Parameterized functions
- Risk management logic
- Usage examples
Save code to location specified by user.