FX31337 / FX-BT-Scripts

:page_facing_up: Useful scripts for backtesting.
MIT License
34 stars 39 forks source link

Add support for the HCC format in read_mt_formats.py #78

Closed LemonBoy closed 7 years ago

LemonBoy commented 7 years ago

Yo, this partially solves #77 (I don't know how to use codemill though, it's the first time using it). I didn't write the support for converting the data into the csv file because the format is quite ... complex (many headers and such) and it might make sense to deduplicate some code (the BStruct is quite handy for parsing). Please let me know :)

Cheers :balloon:

codemill-id-57e9a96678e731000348058a fixes #77

LemonBoy commented 7 years ago

Heavy PR ahead since I had to shuffle around some code, I'm quite satisfied of the result.

codemill-id-57e9a96678e731000348058a fixes #77