create
Installation
SKILL.md
Quick Pine Script Creation
Creating new Pine Script from your description: $ARGUMENTS
Implementation Steps
-
Analyze the request to determine:
- Type: Indicator or Strategy?
- Complexity: Simple, Medium, or Complex?
- Key components needed
-
Check for relevant templates in:
templates/indicators/- For indicator patternstemplates/strategies/- For strategy patternstemplates/utilities/- For helper functions
-
Create the file at
projects/[descriptive-name].pine