Skip to content

Commit 64a0553

Browse files
committed
~ initial commit
0 parents  commit 64a0553

File tree

8 files changed

+3291
-0
lines changed

8 files changed

+3291
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lib
2+
dist
3+
node_modules
4+
data

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# HST File Parser
2+
--
3+
Under Development: So far, only file version 400 supported. I plan to package this for npm.
4+
### Summary
5+
MetaTrader History (.hst) file format support for node.js
6+
_only support for reading .hst files for now. If you need write support, shoot me a message._
7+
8+
### Usage
9+
10+
### Author
11+
Kyron Taylor (gitbugr)
12+
13+
### Thank You
14+
Simon Gniadkowski: (HTS File Specification)[https://www.mql5.com/en/forum/149178]
15+
16+
### Licence
17+
MIT

0 commit comments

Comments
 (0)