Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

strong-roots-capital/d3fc-candle-to-record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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