Skip to content

rodrigo2019/open_b3

Repository files navigation

Usage:

  • Execute pip install -r requirements

  • Copy and rename .env_conf_template.json to .env_conf.json.

  • Edit .env_conf.json using your credentials. (If you don't have any credentials, contact your broker to hire the MetaTrader 5 platform)

  • Execute:

      cd ./tools
      python get_data_mt5.py
      python generate_dataset.py
      python preprocess_dataset.py
    
  • At this point you should have your own dataset ready for training, then execute:

      cd ../classifcation/training
      python train.py
    
  • You can also train a deep reinforcement model using the drl.py script

    python drl.py
    

Limitations:

  • As MetaTrader5 works based on Windows platform, this repository in only compatible with Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors