trading-view-trends
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Trading view trends

Written on NodeJS with typescript

This package is fully compatible with original python lib: deathlyface/python-tradingview-ta.

Install

npm i trading-view-trends

Usage

import {
  TradingViewScan,
  SCREENERS_ENUM,
  EXCHANGES_ENUM,
  INTERVALS_ENUM,
} from 'trading-view-trends';

const result = await new TradingViewScan(
  SCREENERS_ENUM['crypto'],
  EXCHANGES_ENUM['BINANCE'],
  'BNBUSDT',
  INTERVALS_ENUM['1m'],
  // You can pass axios instance. It's optional argument (you can use it for pass custom headers or proxy)
).analyze();

console.log(result);

Package Sidebar

Install

npm i trading-view-trends

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

35 kB

Total Files

14

Last publish

Collaborators

  • stellantilet