All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Option trading functionality.
- Limit and stop order functionality.
- Support for trading option spreads.
- Support for macOS compatibility.
- Updated
README.md
to fix typo in keyring parameters example from "cookie" to "etrade_cookie". - Edited
bot.py
to fix console output print statements' formatting. - Fixed issues with the
pyetrade
forked repository'ssetup.py
file.
- Updated
authentication.py
Exception handling to remove unnecessary print statements.
- Updated driver management to
webdriver_manager
library to handle webdriver management.
- Traceback functionality to
is_market_open()
function for better error diagnosis.
- Updated
pandas-market_calendars
from version 4.1.4 to 4.3.3 for enhanced features and bug fixes.
- Resolved an error related to 'Timestamp' object handling in
is_market_open()
.
- Addressed security vulnerability in
setuptools
by downgrading to a safer version (67.6.0).