0.4.4 • Published 6 years ago

hst2json v0.4.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago