Skip to content

Repository files navigation

Quickstart

  1. Install prerequisites
  2. Create a Conda environment and install Python packages.
conda create -n algo-trading python=3.13 -y
conda activate algo-trading
pip install -r requirements.txt
  1. Copy .env.example to .env and fill in your IB account ID.
  2. Run IB Gateway and log in with your account.
  3. In the upper menu of IB Gateway, go to "Configure->Settings" and uncheck "Read-Only API".
  4. Run python login_test.py to test the connection to IB Gateway.
  5. Run python test_bitcoin.py to test the Bitcoin trading logic.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages