TradingView
Trading Calendar & LifestyleInstall Command
npx clawhub@latest install tradingview-claw
Installation Guide
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
Run the install command above in your terminal. ClawHub will automatically download and install TradingView to the ~/.openclaw/skills/ directory.
Run openclaw skills list to check your installed skills and confirm TradingView appears in the list.
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
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.