akumidv / trade-strategies-backtesting-optimization

Python based trade strategies optimization
GNU General Public License v3.0
4 stars 1 forks source link

trade_strategies_optimization

Python based trade strategies optimization examples

Running

  1. Google Colab:

    • Save the files with extension .ipnb on your Google Drive.
    • Double-Click on it.
    • The file should open in Google Collab.
    • Open menu Run and click on menu item Run all
    • Scroll down to see the optimization results.
    • If you want change parameters do these changes in BASE PARAMETERS section and rerun cells below.
  2. Open file in Jupiter Notebook and do as for Google Colab.