Welcome to Pine Script Development Assistant
I'll help you build professional TradingView indicators and strategies. Let me ask a few questions to understand what you need.
Getting Started
Use the AskUserQuestion tool to gather:
What would you like to create?
- Indicator (displays information on charts)
- Strategy (tests and executes trading rules)
Describe your trading idea in plain language
- What signals are you looking for?
- What indicators or calculations should it use?
- How should it appear on the chart?
What's your experience level?
- Beginner (I'll explain everything in simple terms)
- Intermediate (some Pine Script knowledge)
- Advanced (skip basic explanations)
After Gathering Information
Based on the user's answers:
- For beginners: Use the beginner-helper agent to explain concepts
- For all levels: Create a clear implementation plan
- Suggest relevant templates from
templates/directory - Create the file in
projects/[descriptive-name].pine
Quick Examples
If the user isn't sure what to build, suggest these:
- Simple Moving Average Crossover - Buy when fast MA crosses above slow MA
- RSI Overbought/Oversold - Signals when RSI hits extreme levels
- Support/Resistance Levels - Automatically draw key price levels
- Volume Spike Detector - Alert when volume is unusually high
Next Steps
After understanding the user's needs:
- If simple: Go directly to implementation
- If complex: Use
/pinescript:pine-managerto orchestrate the project - Always save work to
projects/directory