Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnhancedTradingSystem

Optimizing your trading strategy: Building a complete trading system to enhance market performance

Developing a profitable trading strategy requires identifying reliable indicators and optimizing their parameters over time.


Made withJupyter GitHub License GitHub code size in bytes GitHub repo size Static Badge


Local Development

  • Create a Python virtual environment and activate

    $ python -m venv --upgrade-deps --clear dev
    $ export PIP_CONFIG_FILE="pip.conf"
    # PowerShell
    $ .\dev\Scripts\Activate.ps1
    
    # Linux/macOS
    $ source dev/bin/activate
    
    # Windows Command Prompt
    $ .\dev\Scripts\activate.bat
  • Install the packages and dependencies as listed in requirements file

    $ pip install -U -r requirements.txt --no-cache-dir --disable-pip-version-check
  • Start your development Jupyter Notebook or Jupyter Lab server

    $ jupyter lab --notebook-dir=.\notebooks --no-browser
  • Install the below packages to run the Python script

    $ pip install -q numpy pandas matplotlib yfinance vectorbt

About

Optimizing Your Trading Strategy: Building a Complete Trading System to Enhance Market Performance

Topics

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages