You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Earnings Trade Automation
2
2
3
-
Automated trading bot for executing earnings calendar spread strategies using options, with robust risk management and workflow automation. Integrates with Google Sheets for trade tracking and Alpaca for order execution. Includes CI/CD with CircleCI.
3
+
Automated trading bot for executing earnings calendar spread strategies using options, with robust risk management and workflow automation. Integrates with Google Sheets for trade tracking and Alpaca for order execution.
4
4
5
5
## Features
6
6
-**Automated Earnings Calendar Spread Trading**: Opens and closes calendar spreads around earnings events based on strict screening criteria.
7
7
-**Kelly Criterion Position Sizing**: Uses a 10% Kelly fraction for optimal, risk-managed position sizing.
8
8
-**Google Sheets Integration**: Tracks trades and workflow status in a Google Sheet via Apps Script.
9
9
-**Alpaca API Integration**: Places and closes trades automatically using Alpaca brokerage API.
10
-
-**CI/CD with CircleCI**: Automated build and dependency checks with pip caching and build file retention.
11
10
-**Configurable and Extensible**: Modular codebase for easy strategy tweaks and integration.
0 commit comments