Strategies running on AI Velocity Trading
Trading script that runs a 4-leg Iron Condor on QQQ (Nasdaq-100 ETF) once per week via the Alpaca trading API. The position is opened on Monday morning and closed on Thursday afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Butterfly on SPY (S&P 500 ETF) once per week via the Alpaca trading API. The position is opened on Monday morning and closed on Thursday afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Condor on SPY (S&P 500 ETF) each weekday via the Alpaca trading API. A new position is opened near the market open and closed on the same afternoon, using weekly options expiring the following Friday.
/strategy-descriptions/readme-files/README-dailyironbutterflyspy.md
Trading script that runs a 4-leg Iron Condor on QQQ (Nasdaq-100 ETF) each weekday via the Alpaca trading API. A new position is opened near the market open and closed the same afternoon, using weekly options expiring the following Friday.
Trading script that runs a 4-leg Iron Butterfly on QQQ (Nasdaq-100 ETF) each weekday via the Alpaca trading API. A new position is opened near the market open and closed the same afternoon, using weekly options expiring the following Friday.
Trading script that runs a 4-leg Iron Butterfly on SPY (S&P 500 ETF) once per week via the Alpaca trading API. The position is opened on Monday morning and closed on Thursday afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Condor on QQQ (Nasdaq-100 ETF) once per week via the Alpaca trading API. The position is opened on Monday morning and closed on Thursday afternoon, using next-Friday weekly options.
/strategy-descriptions/readme-files/README-dailyironbutterflyiwm.md
/strategy-descriptions/readme-files/README-dailyironbutterflydia.md
/strategy-descriptions/readme-files/README-dailyironbutterflyxlf.md
/strategy-descriptions/readme-files/README-dailyironbutterflyxle.md
/strategy-descriptions/readme-files/README-dailyironbutterflyuvxy.md
/strategy-descriptions/readme-files/README-dailyironbutterflytqqq.md
SPXW is the S&P 500 Index Weeklys options root traded on the CBOE, cash-settled at the full S&P 500 Index (SPX) level; since Alpaca has no direct SPXW spot feed, this strategy estimates its live level via put-call parity against the SPY ETF.
DJX is the Dow Jones Industrial Average Index options root traded on the CBOE, cash-settled at 1/100th of the DJIA level; since Alpaca has no direct DJX spot feed, this strategy estimates its live level via put-call parity against the DIA ETF.
DJX is the Dow Jones Industrial Average Index options root traded on the CBOE, cash-settled at 1/100th of the DJIA level; since Alpaca has no direct DJX spot feed, this strategy estimates its live level via put-call parity against the DIA ETF.
XSP is the Mini-SPX Index options root traded on the CBOE, cash-settled at 1/10th the value of the S&P 500 Index (SPX); since Alpaca has no direct XSP spot feed, this strategy estimates its live level via put-call parity against the SPY ETF.
XSP is the Mini-SPX Index options root traded on the CBOE, cash-settled at 1/10th the value of the S&P 500 Index (SPX); since Alpaca has no direct XSP spot feed, this strategy estimates its live level via put-call parity against the SPY ETF.
SPXW is the S&P 500 Index Weeklys options root traded on the CBOE, cash-settled at the full S&P 500 Index (SPX) level; since Alpaca has no direct SPXW spot feed, this strategy estimates its live level via put-call parity against the SPY ETF.
Trading script that runs a Bull Call Spread on XLK (Technology Select Sector ETF) via the Alpaca trading API. The spread is opened every Monday morning and closed every Thursday afternoon, using next-Friday weekly options.
Trading script that runs a Bull Put Spread on AAPL (Apple Inc.) via the Alpaca trading API. The spread is opened every Monday morning and closed every Thursday afternoon, using next-Friday weekly options.
Trading script that runs a Bull Call Spread on XLK (Technology Select Sector ETF) via the Alpaca trading API. The spread is opened and closed daily, using same-day or next-day options.
Trading script that runs a Bull Put Spread on AAPL (Apple Inc.) via the Alpaca trading API. The spread is opened and closed daily, using same-day or next-day options.
Trading script that runs a Bear Call Spread on MU (Micron Technology) via the Alpaca trading API. The spread is opened every Monday morning and closed every Thursday afternoon, using next-Friday weekly options.
Trading script that runs a Bear Put Spread on AMZN (Amazon) via the Alpaca trading API. The spread is opened and closed daily, using same-day or next-day options.
Trading script that runs a Bear Call Spread on MU (Micron Technology) via the Alpaca trading API. The spread is opened and closed daily, using same-day or next-day options.
Trading script that runs a Bear Put Spread on AMZN every week via the Alpaca trading API. The position is opened on Monday morning and closed on Thursday afternoon, using next-Friday weekly options.
Is a standalone script that reads today's extracted stock mentions from the local SQLite database and places inverse, extended-hours limit orders through Alpaca.
Is a standalone script that reads today's extracted stock mentions from the local SQLite database and places directional, extended-hours limit orders through Alpaca.
Is a daily equity momentum strategy that captures pre-earnings price divergence. It identifies stocks that outperformed the broad market (SPY) on the day before their earnings announcement, enters a long position at the market close, and exits at the close on earnings day —…
A Python-based mean reversion trading strategy that uses RSI + MACD + Bollinger Bands + Volume to trade SPY via the Alpaca brokerage API. Also includes a Node-RED translation for visual flow-based execution.
A Python-based mean reversion trading strategy that uses RSI + MACD + Bollinger Bands + Volume to trade SPY via the Alpaca brokerage API. Also includes a Node-RED translation for visual flow-based execution. ...