1.0.12 • Published 3 years ago

trading-view-parser-nodejs-16 v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Trading view stats parser for Node > 16

Written on NodeJS with typescript

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

This code is from https://github.com/tvorilas/trading-view-recommends-parser-nodejs

Install

npm i trading-view-recommends-parser-nodejs

Usage

import {
  TradingViewScan,
  SCREENERS_ENUM,
  EXCHANGES_ENUM,
  INTERVALS_ENUM,
} from 'trading-view-recommends-parser-nodejs';

const result = await new TradingViewScan(
  SCREENERS_ENUM['crypto'],
  EXCHANGES_ENUM['BINANCE'],
  'BNBBUSD',
  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);
1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago

1.0.3

3 years ago