Skip to content

This is a trading script that utilizes donchian channels.

License

Notifications You must be signed in to change notification settings

vriken/py-breakout

Repository files navigation

How to use

  1. Create .env file containing your avanza username, password totp secret and account id in the following format
   AVANZA_USERNAME="yourusername"
   AVANZA_PASSWORD="yourpassword"
   AVANZA_TOTP_SECRET="yourtotpsecret"
   AVANZA_ACCOUNT_ID="youraccountid"
  1. run docker-compose up --build
  2. If you already built, just run docker-compose up

OR, create the .env and run the main.py in /src/

About

This is a trading script that utilizes donchian channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages