Skip to content

Releases: lev-corrupted/TradingViewMCPServer

v3.4.1 - Bug Fixes & Repository Improvements

22 Oct 10:40

Choose a tag to compare

🔧 Bug Fixes & Improvements

This patch release fixes CI/CD issues and improves repository organization.

Fixed ✅

  • Python Version Requirements: Updated to Python 3.10+ (MCP SDK compatibility)

    • Fixed CI/CD dependency resolution failures
    • Updated pyproject.toml, GitHub Actions, and all documentation
    • CI/CD now tests on Python 3.10, 3.11, 3.12
  • Code Formatting: Fixed all black and isort formatting issues

    • Reformatted 26 Python files with black
    • Fixed import sorting with isort (black-compatible profile)
    • Added [tool.isort] and [tool.black] configuration to pyproject.toml
    • CI/CD code quality checks now pass ✅

Improved 📈

  • Repository Organization: Cleaned up file structure

    • Moved improvement docs to docs/releases/
    • Moved TradingViewPineStrats/ to examples/pine-scripts/
    • Cleaner root directory with only essential files
  • Documentation: Fixed all broken links after reorganization

    • Added comprehensive "Repository Structure" section to README

Changed 🔄

  • Python requirement: >=3.9>=3.10
  • CI/CD test matrix: [3.9, 3.10, 3.11, 3.12][3.10, 3.11, 3.12]

⚠️ Breaking Changes

None! This is a backward-compatible patch release.

📊 Impact

  • ✅ CI/CD pipeline now passes all checks
  • ✅ Repository is cleaner and better organized
  • ✅ All documentation links work correctly
  • ✅ Code follows consistent formatting standards

Full Changelog: v3.4.0...v3.4.1

v2.0.0 - Multi-Asset Trading Assistant

04 Oct 16:00

Choose a tag to compare

TradingView MCP Server v2.0.0

🚀 Major Release: Multi-Asset Trading Assistant

Features

Multi-Asset Support

  • Forex: 22+ currency pairs (majors, crosses, exotics) + gold (XAUUSD)
  • Stocks: US equities (AAPL, TSLA, NVDA, etc.) and ETFs
  • Crypto: Major cryptocurrencies (BTC, ETH, SOL, etc.)

20+ Technical Indicators

  • Volume Profile & Market Profile
  • VWAP (Volume Weighted Average Price)
  • Fibonacci Retracement
  • Bollinger Bands
  • MACD (Moving Average Convergence Divergence)
  • Moving Averages (SMA)
  • ATR (Average True Range)
  • Support/Resistance Detection
  • Pivot Points
  • Stochastic Oscillator
  • ADX (Trend Strength)
  • Ichimoku Cloud
  • Gap Detection
  • Correlation Analysis

Integration

  • 🤖 Seamless Claude Desktop integration via MCP
  • 📊 Real-time data from Alpha Vantage API
  • 🔧 Easy setup with virtual environment

Installation

See README.md for detailed installation instructions.

Requirements

  • Python 3.13+
  • Claude Desktop
  • Alpha Vantage API key (free)

What's New in v2.0.0

  • Multi-asset support (Forex, Stocks, Crypto)
  • 20+ professional technical indicators
  • Universal price quote system
  • Enhanced error handling
  • Comprehensive documentation

Full Changelog: https://github.com/lev-corrupted/TradingViewMCPServer/commits/v2.0.0