Skip to content

Releases: fcsapi/chart-js

4.0.0

01 Jan 14:54
705d01c

Choose a tag to compare

FCS API Chart JavaScript v4.0.0

First Release - Advanced JavaScript charting library for real-time Forex, Crypto, and Stock market data visualization.

What's New

Initial release with complete charting implementation:

  • Real-time Charts - Live price updates via WebSocket streaming
  • 60+ Technical Indicators - RSI, MACD, Bollinger Bands, SMA, EMA, Ichimoku
  • Drawing Tools - Trendlines, Fibonacci retracements, shapes, annotations
  • Multiple Chart Types - Candlestick, OHLC, Line, Area, Heikin-Ashi
  • Customizable Themes - Dark and Light themes
  • Horizontal Line API - Programmatic TP/SL/Entry price lines for brokers
  • Export Functionality - Screenshot and image export

Installation

CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fcsapi/chart-js/src/fcsapi-chart.css">
<script src="https://cdn.jsdelivr.net/gh/fcsapi/chart-js/src/fcsapi-chart.js"></script>

Quick Start

<div id="fcs_chart"></div>

<script>
    const chart = new FCSAPIChart({
        container: document.getElementById('fcs_chart'),
        parentid: 'fcs_chartparent',
        accessKey: 'YOUR_API_KEY',
        symbol: 'BINANCE:BTCUSDT',
        period: '1H'
    });
</script>

Examples Included

  • simple.html - Minimal setup (3 required settings)
  • index.html - Full configuration with all features

Supported Markets

  • Forex: FX:EURUSD, FX:GBPUSD, FX:USDJPY
  • Crypto: BINANCE:BTCUSDT, COINBASE:ETHUSD
  • Stocks: NASDAQ:AAPL, NYSE:TSLA

Timeframes

1m, 5m, 15m, 30m, 1h, 4h, 1D, 1W, 1M

Requirements

  • Modern browser with ES6+ support
  • FCS API access key

Documentation

Get API Key

Sign up for free at https://fcsapi.com