VSCode OKX TradingView Extension: Monitor Crypto Prices in Your Status Bar

·

Overview

The VSCode OKX TradingView extension displays real-time cryptocurrency prices from OKX exchange directly in your Visual Studio Code status bar. This powerful tool helps traders and developers stay updated on market movements without leaving their coding environment.

Key Features

Installation Guide

From VSCode Marketplace

  1. Open Visual Studio Code
  2. Access the Extensions view (Ctrl+Shift+X or click the Extensions icon)
  3. Search for "OKX TradingView"
  4. Click Install

Manual Installation

  1. Download the .vsix file from the GitHub repository
  2. In VSCode:

    • Open Extensions view
    • Click the ... menu
    • Select "Install from VSIX..."
    • Choose the downloaded file

👉 Explore more developer tools

Configuration Options

Add these settings to your VSCode settings.json:

{
  "okxTradingview.pairs": ["BTC-USDT-SWAP", "ETH-USDT-SWAP"],
  "okxTradingview.displayMode": "row",
  "okxTradingview.carouselInterval": 5000,
  "okxTradingview.abbreviation": "disable"
}

Detailed Configuration Reference

SettingTypeDefaultDescription
okxTradingview.pairsString Array["BTC-USDT-SWAP", "ETH-USDT-SWAP"]List of trading pairs to monitor (append -SWAP for perpetual contracts)
okxTradingview.displayModeString"row"Display style: "row" for horizontal layout or "carousel" for rotating display
okxTradingview.carouselIntervalNumber5000Rotation interval in milliseconds (carousel mode only)
okxTradingview.abbreviationString"disable"Enable/disable pair name abbreviation ("enable" or "disable")

Usage Instructions

  1. After installation, locate the OKX button in your status bar
  2. Click to activate price monitoring:

    • Active monitoring shows real-time prices
    • Button icon changes to indicate active state
  3. Click again to deactivate
  4. Features include:

    • Independent control per VSCode window
    • Automatic WebSocket reconnection
    • Manual refresh capability

Troubleshooting FAQ

Why aren't prices displaying?

Prices seem delayed

Display issues in status bar

👉 Discover advanced trading tools

Technical Specifications

Development Roadmap

Version History

Contribution Guidelines

We welcome community contributions:

  1. Fork the repository
  2. Create feature branches
  3. Submit pull requests
  4. Follow standard GitHub workflow

Legal Information

Support Resources

Acknowledgments

This extension combines trading convenience with developer workflow efficiency, bringing essential market data directly to your coding environment.