Initial commit
This commit is contained in:
18
commands/translate.md
Normal file
18
commands/translate.md
Normal 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.
|
||||
Reference in New Issue
Block a user