Home Tutorials Categories Skills About
ZH EN JA KO
📈

TradingView

Trading Calendar & Lifestyle

Install Command

npx clawhub@latest install tradingview-claw

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install TradingView to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm TradingView appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Real-Time Quotes Technical Indicators Trading Signals

Detailed Description

The TradingView skill brings the data and analytical capabilities of the TradingView financial trading platform into OpenClaw, enabling your AI assistant to read candlestick charts.

Core Features

  • Real-Time Quotes: Get real-time prices for stocks, cryptocurrencies, forex, and other assets
  • Technical Indicators: Calculate common technical indicators including MA, RSI, MACD, Bollinger Bands, and more
  • Candlestick Data: Retrieve historical candlestick data for different timeframes
  • Trading Signals: Generate buy/sell signals based on technical analysis
  • Market Overview: Quick summary of multiple asset quotes

Configuration

{
  skills: {
    "tradingview-claw": {
      defaultMarket: "crypto",  // crypto, stocks, forex
      indicators: ["MA", "RSI", "MACD"],
      alertEnabled: false
    }
  }
}

Use Cases

  • "What's BTC's current price and RSI?"
  • "Analyze ETH's daily chart technicals"
  • "How has Apple stock performed over the past month?"
  • "Which cryptocurrencies are up more than 5% today?"

Disclaimer

This skill provides market data and technical analysis for reference only and does not constitute investment advice. Trading involves risk; invest with caution.