0.4.4 • Published 5 years ago

hst2json v0.4.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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)
0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago