d3fc-candle-to-record
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

d3fc-candle-to-record Build status npm version codecov

Map a d3fc Candle to a talib Record

Install

npm install d3fc-candle-to-record

Use

import candleToRecord from 'd3fc-candle-to-record'
 
import Candle from 'd3fc-candle'
import Record from 'timeseries-record'
 
const candle: Candle = getRandomCandle()
const record: Record = candleToRecord(candle)

Related

Dependents (0)

Package Sidebar

Install

npm i d3fc-candle-to-record

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

4.12 kB

Total Files

4

Last publish

Collaborators

  • hamroctopus