GithubHelp home page GithubHelp logo

strong-roots-capital / bitmex-candle-to-record Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 262 KB

Map a BitMEX Candle to a talib Record

Home Page: https://www.npmjs.com/package/bitmex-candle-to-record

TypeScript 92.31% JavaScript 7.69%
transform bitmex candle talib record

bitmex-candle-to-record's Introduction

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

Map a BitMEX Candle to a talib Record

Install

npm install bitmex-candle-to-record

Use

import bitmexCandleToRecord from 'bitmex-candle-to-record'
import Record from 'timeseries-record'

import { BitmexAPI } from 'bitmex-node'
const bitmex = new BitmexAPI()

(async () => {
    const quotes = await bitmex.Trade.getBucketed({
        binSize: '1d',
        partial: false,
        symbol: 'XBTUSD',
        reverse: true
    })
    const records: Record[] = quotes.map(q => bitmexCandleToRecord(q, '1d'))
}) ()

Notes

BitMEX stores the time of the candle close in the timestamp field as opposed to the candle open (that most exchanges use). To convert this representation of a candle to a Record this API subtracts the length of the session from each timestamp, so the apparent time of a Record will not match its associated Candle.

Related

bitmex-candle-to-record's People

Contributors

dependabot[bot] avatar ericcrosson avatar

Watchers

 avatar  avatar

bitmex-candle-to-record's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.