Skip to main content

Trading Operator

The Trading Operator opens TradingView charts directly in the embedded browser and uses the vision LLM to identify trade setups, draw levels, and execute trades.

How It Works

  1. You say: “Open BTC chart and find support levels”
  2. Agent opens TradingView in the embedded browser
  3. LLM analyzes the chart screenshot (price action, indicators, patterns)
  4. Agent identifies key levels and potential setups
  5. If a trade opportunity is found, agent requests approval before executing

Commands

  • “Open TradingView and show BTC chart”
  • “Add RSI indicator”
  • “Find support and resistance levels on SPY daily”
  • “Check if AAPL has a bullish setup”
  • “Execute paper trade: buy 10 shares AAPL at market”

Safety

  • Paper trading by default — Live trading requires explicit opt-in
  • Position limits — Max size per trade configurable in settings
  • Daily loss limit — Agent stops trading if drawdown exceeds threshold
  • Approval required — Every real trade needs your confirmation

Settings

Configure in Desktop app settings:
  • tradingPaperMode — true/false (default: true)
  • tradingMaxPosition — max pertrade(default:per trade (default:1,000)
  • tradingMaxLoss — daily loss limit (default: $500)