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

Pickle files #9

Closed sadimoodi closed 2 years ago

sadimoodi commented 2 years ago

Hello @AminHP , What data do you store inside the pickle files in the data folder?

AminHP commented 2 years ago

The data is stored by the save_symbols method. It's a tuple of simulator.symbols_info and simulator.symbols_data.