create

Installation
SKILL.md

Quick Pine Script Creation

Creating new Pine Script from your description: $ARGUMENTS

Implementation Steps

  1. Analyze the request to determine:

    • Type: Indicator or Strategy?
    • Complexity: Simple, Medium, or Complex?
    • Key components needed
  2. Check for relevant templates in:

    • templates/indicators/ - For indicator patterns
    • templates/strategies/ - For strategy patterns
    • templates/utilities/ - For helper functions
  3. Create the file at projects/[descriptive-name].pine

Installs
27
GitHub Stars
150
First Seen
Jul 14, 2026
create — traderspost/pinescript-agents