For use as an automated trading bot for TastyTrade customers.
Referral link - https://start.tastytrade.com/#/login?referralCode=SP8DSHF682
The code will actually place an order when liveTradingEnabled
is True (default is False).
Never give your password to anyone. This code is open source. You can verify that the TastyTrade API Wrapper does not save nor transmit your password other than the initial authentication API call getSessionAuthorizationToken
.
All communication between TastyTrade and the TastyTrade API Wrapper is encrypted using SSL.
python 3.11
pip 23.3.2
pip install -r requirements.txt
Your Tasty credentials and settings should be stored in a file named tastytrade.ini
. Modify, protect, and guard accordingly. Git ignore it!
There is no implied warranty for any actions and results which arise from using it. Any examples, rules, or algorithms are intended for educational purposes only and not financial advice. Use at your own risk.