Create your first indicator
Here's how to build your first indicator from scratch — start to finished script in a couple of minutes.
Describe what you want
Open the Indicator Creator from the sidebar.
Type a description of the indicator you want. Be specific about the pieces:
- what it calculates ("RSI crossover")
- any filters ("with a 200 EMA filter")
- whether it sits on the chart or below it ("overlay")
- any visuals ("with buy/sell labels")
A good first prompt: "RSI crossover with a 200 EMA filter, overlay, with buy/sell labels."
Send it. The AI writes a complete Pine Script and returns it in a code block, along with a short how-to.
Copy the script
Each generated script comes with a Copy to Pine Editor button. Click it to copy the full code, then head to TradingView to paste it in.
See Paste into TradingView for the step-by-step on getting it onto your chart.
Attach a chart as reference
If you have a chart that shows the look or behavior you're after, attach a screenshot with your description. The AI can use it as a reference while writing the script.
💡 Tip: Mention whether you want it as an overlay (drawn on the price chart, like a moving average) or in a separate pane (below the chart, like RSI). It's the most common thing people forget, and it changes the script.
Premium
The Indicator Creator is Premium. Free users get 1 creation to try, then see an "Upgrade to Premium" prompt.