Package Exports
- trading-view-ind-ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (trading-view-ind-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
trading-view-ind-ts
Trading View Technical Indicator Recommendations
Install
$ npm i trading-view-ind-ts
Usage
const Indicators = require('trading-view-ind-ts').default
const ind = new Indicators()
const indData = await ind.getData({
ticker: 'SPY',
exchange: 'AMEX',
interval: '15min'
})