Skip to content

Danalytica/charteye-tradingview-plugin

Repository files navigation

ChartEye TradingView Plugin

Unlock the power of AI-driven technical analysis directly within TradingView's Advanced Charts with the ChartEye TradingView Plugin.

Integration

These instructions will help you integrate the ChartEye TradingView Plugin into TradingView's Advanced Charts.

Prerequisites

  • A project with TradingView's Advanced Charts library integrated.
  • A ChartEye API key. You can get one by signing up at ChartEye.
  • Whitelisted hostname(s). You can whitelist your domain by signing up at ChartEye.

Installation

  1. Add the ChartEye TradingView Plugin script to your project. Either via npm:
npm install @danalytica/charteye-tradingview-plugin

or via CDN:

<script type="module" src="https://cdn.jsdelivr.net/gh/Danalytica/charteye-tradingview-plugin-dist/charteye.js"></script>
  1. Instantiate the plugin by passing an instance of the TradingView.widget constructor and a configuration object with at least a ChartEye API key:
const widget = new TradingView.widget({
  // Your Advanced Charts configuration
});

const charteyePlugin = new ChartEye(widget, {
  apiKey: 'xxx'
});
  1. Call the init method to initialize the plugin:
charteyePlugin.init();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published