★ Flagship AI capability
Describe Any Indicator, Your AI Builds It
Tell your AI agent what you want to see, it invents the indicator, and renders it live on your MyLinedChart chart. Your whole chart toolkit, driven by conversation.
★ Flagship AI capability
Tell your AI agent what you want to see, it invents the indicator, and renders it live on your MyLinedChart chart. Your whole chart toolkit, driven by conversation.
Your AI translates that into an indicator that renders on your chart exactly like a built-in indicator.
A custom formula can reference your chart's own price data and indicators.
An unsupported or malformed indicator is rejected before it's ever written to your chart, with a specific error shown to you. The worst case if something is off is a wrong or mislabeled line on your chart.
See every built-in indicator, or the full MCP toolkit, including propose_chart_changes and its drawing and indicator capabilities. Explore every chart drawing tool and note type your AI can add, review the MyLinedChart product overview, or compare plans and pricing.
It computes a restricted math expression over your chart's own price data, open, high, low, close, volume, plus hl2, hlc3, and ohlc4, using window functions like sma, ema, wma, rsi, stdev, highest, lowest, and sum, a ref() look-back for earlier bars, and basic arithmetic. It renders as a line on your chart, same as a built-in indicator.
No. There is no code execution, no eval, no scripting language, no access to anything outside the fixed set of price-data variables and window functions. An invalid or unsupported formula is rejected before it's ever written, with a specific parse error. Worst case if something is wrong, you get a mislabeled or incorrect line, never a trade, never account access, never a security risk.
No. Custom formula indicators are local to your device. They render on your chart and are visible to your AI agent via the direct connection, but they are never uploaded to cloud sync.
A full library, MA, EMA, SMA, BOLL, MACD, RSI, KDJ, CCI, DMI, VWAP, and many more. Custom formula indicators go beyond that library, invented on demand from a formula when you need something the built-ins don't cover.
No. Custom formula indicators are a capability of the existing propose_chart_changes tool, one of MyLinedChart's nine MCP tools. No new tool was added.