Skip to Content
Introduction

GoCharting SDK Documentation

Welcome to the GoCharting SDK documentation! This comprehensive guide will help you integrate professional trading charts into your web applications.

What is GoCharting SDK?

GoCharting SDK is a powerful, feature-rich charting library designed for financial applications. It provides:

  • πŸ“Š Professional Trading Charts - Advanced charting with 100+ technical indicators
  • 🎨 Customizable Themes - Light/dark modes and custom styling
  • πŸ“± Responsive Design - Works seamlessly across all devices
  • ⚑ High Performance - Optimized for real-time data streaming
  • πŸ”§ Easy Integration - Simple API for React, TypeScript, and vanilla JavaScript
  • πŸ“ˆ Trading Features - Built-in order placement and position management

Quick Start

Get started with GoCharting SDK in just a few steps:

Installation

npm install @gocharting/chart-sdk

Basic Usage

import { createChart } from "@gocharting/chart-sdk"; const chart = createChart({ container: document.getElementById("chart-container"), symbol: "AAPL", interval: "1D", });

Documentation Sections

Features

Chart Types

  • Candlestick, Line, Area, Bars, Heikin Ashi, Renko, and more

Technical Analysis

  • 100+ built-in indicators
  • Custom indicator support
  • Drawing tools and annotations

Trading Integration

  • Order placement and management
  • Position tracking
  • Real-time P&L calculations

Data Management

  • Custom datafeed support
  • Real-time data streaming
  • Historical data loading

Support

Need help? We’re here for you:

License

GoCharting SDK requires a commercial license for production use. Contact usΒ  for licensing information.


Ready to get started? Check out the Quick Start Guide β†’

Last updated on