---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: ['bug']
assignees: ''
---
## π Bug Description
A clear and concise description of what the bug is.
## π Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## β
Expected Behavior
A clear and concise description of what you expected to happen.
## β Actual Behavior
A clear and concise description of what actually happened.
## π± Environment
- **OS:** [e.g. macOS 14.1, Windows 11, Ubuntu 22.04]
- **Python Version:** [e.g. 3.10.12]
- **UV Version:** [e.g. 0.1.0] (run `uv --version`)
- **Claude Desktop Version:** [e.g. 1.0.0]
- **MCP Server Version/Commit:** [e.g. main@abc1234]
## π Configuration
```json
// Your claude_desktop_config.json MCP server configuration
{
"mcpServers": {
"tradingview-mcp": {
// paste your config here
}
}
}
```
## π Data Context
- **Exchange:** [e.g. KUCOIN, BINANCE]
- **Symbol:** [e.g. BTCUSDT, AAPL]
- **Timeframe:** [e.g. 15m, 1D]
- **Tool Used:** [e.g. top_gainers, coin_analysis]
## πΌοΈ Screenshots/Logs
If applicable, add screenshots or error logs to help explain your problem.
```
// Paste error logs here
```
## π Additional Context
Add any other context about the problem here. For example:
- Does this happen consistently or intermittently?
- Did this work before and recently break?
- Are you using any custom configurations?
## β
Checklist
- [ ] I have searched existing issues for similar problems
- [ ] I have tried restarting Claude Desktop
- [ ] I have verified my MCP configuration syntax
- [ ] I have tested with different exchanges/symbols
- [ ] I have included all relevant information above