19 lines
467 B
Markdown
19 lines
467 B
Markdown
---
|
|
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.
|