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 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 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 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. ...