hst2json
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

hst2json

convert MT4, MT5 time-series history file(.hst) to json.

install

npm install --save hst2json

Usage

const fs = require('fs')
const hst2json = require('hst2json')
 
const buffer = fs.readFileSync('filename.hst')
const json = hst2json(buffer)

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i hst2json

    Weekly Downloads

    9

    Version

    0.4.4

    License

    MIT

    Unpacked Size

    78.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • charlie043