@danalytica/charteye-tradingview-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.6 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i @danalytica/charteye-tradingview-plugin

Weekly Downloads

9

Version

1.0.0-beta.6

License

MIT

Unpacked Size

1.08 MB

Total Files

31

Last publish

Collaborators

  • boyedanalytica