AminHP / gym-mtsim

A general-purpose, flexible, and easy-to-use simulator alongside an OpenAI Gym trading environment for MetaTrader 5 trading platform (Approved by OpenAI Gym)
MIT License
412 stars 101 forks source link

Training with CSV #17

Closed TheSnowGuru closed 2 years ago

TheSnowGuru commented 2 years ago

Hello, thanks for this great repo, I wonder, why did you use pkl files and not csv's? and how can I replace the csv with my own data set to be in the form of csv or even metatrader files?

thanks

AminHP commented 2 years ago

Hi @TheSnowGuru, Because a tuple of simulator.symbols_info and simulator.symbols_data is stored in the pkl files. This link might be useful.