CGMO
Indicator AI

Plain English to a working indicator

Describe how you trade and CGMO's copilot writes the indicator with you — clean, validated Pine Script v6, ready for your TradingView chart in seconds.

Pine Script v6
Long when price reclaims VWAP with rising volume, exit on a 2R target or VWAP loss.
//@version=6
indicator("CGMO VWAP Reclaim", overlay=true)

vwap   = ta.vwap(hlc3)
volMA  = ta.sma(volume, 20)
long   = ta.crossover(close, vwap)
         and volume > volMA
target = close + (close - vwap) * 2

plotshape(long, "Long",
  shape.triangleup, location.belowbar,
  color.new(#2b9bff, 0), size.small)
plot(vwap, "VWAP", #5baaff, 2)
VWAP Reclaimcompiled · 0 errors
▲ LONGTP · +2R
Ready for your chart

Capabilities

Built to understand how traders actually think

CGMO speaks the language of price action, indicators and risk — so you describe the idea, not the syntax.

Indicators & oscillators

RSI, MACD, EMA/SMA, VWAP, Bollinger Bands, stochastics and dozens more, ready out of the box.

Price-action logic

Breakouts, retests, divergences, support/resistance and candlestick patterns described in plain words.

Risk & position sizing

Stop-loss, take-profit, R-multiples and sizing baked straight into the generated script.

Multi-timeframe

Reference higher timeframes for confirmation and filters — all within a single indicator.

Alerts & signals

Auto-generated alert conditions so a setup never slips past you again.

Always valid

Every script is checked against Pine v6 rules and compiled before you ever see it.

Live demo

Watch a prompt become working Pine

The same loop you'll use every day: describe the setup, watch the script stream in, see it land on the chart.

Pine Script v6
Generate

// describe a strategy above to generate Pine Script…

Pine Script v6 Copy to TradingView

live chart appears here

How it works

From idea to indicator in three steps

No syntax, no debugging, no Pine Script knowledge required.

01

Describe it on your chart

Tell the copilot how you trade — in plain English, right where you analyze.

02

CGMO writes the Pine

It builds clean, commented Pine Script v6, compiles it, and explains every line.

03

Refine & ship

Tweak the prompt or the code, then drop the indicator straight onto TradingView.

Stop analyzing. Start automating.

Describe your next indicator in plain English and let CGMO build it with you — free to start.