FX31337 / FX-BT-Scripts

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

Python script to add/modify values in symbols.raw #83

Closed kenorb closed 7 years ago

kenorb commented 7 years ago

Write a script in Python 3, similar to read_mt_formats.py which instead of reading, it's modifying existing values, adds new records, or removes. Suggested script filename: modify_mt_format.py (or similar)

The format is already defined in SymbolsRaw class in bstruct_defs.py which can be reused.

The feature should include:

Suggested input parameters:

Related: #41

symbols.raw.zip symbols.raw-samples.zip

kenorb commented 7 years ago

Fixed in #84