Releases: tastyware/tastytrade-cli
Releases · tastyware/tastytrade-cli
tastyware/tastytrade-cli:v0.4
What's Changed
- Adds
trade
subcommand allowing for buying/selling stock, crypto and futures - Upgrades SDK version to latest for newest features
- Colored formatting in trade review screens
Full Changelog: v0.3...v0.4
tastyware/tastytrade-cli:v0.3
What's Changed
- Added --dte option to option put and call methods by @andywatts in #9
- Added
stock
subcommand which allows buying/selling equities and ETFs - Handles a lot more edge cases, like futures with high precision ticks
- Add documentation around configuration to README
New Contributors
- @andywatts made their first contribution in #9
Full Changelog: v0.2...v0.3
tastyware/tastytrade-cli:v0.2
Added portfolio command with the following subcommands:
positions
: list positions for 1 or more accounts, which can be closed. Shows position details such as P/L, greeks, indicators, etc.
margin
: break down margin usage by position for an account; can be configured to warn for high BP usage
history
: view previous transactions and filter by symbol, instrument, date, etc.
balance
: view current balances for an account, such as net liquidity, cash, BP usage
Full Changelog: v0.1...v0.2