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 TSLA every trading day via the Alpaca trading API. The position is opened near the open and closed in the early 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.
Trading script that runs a 4-leg Iron Butterfly on SPY (S&P 500 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 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 TSLA every trading day via the Alpaca trading API. The position is opened near the open and closed in the early afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Butterfly on NVDA every trading day via the Alpaca trading API. The position is opened near the open and closed in the early afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Condor on TSLA every trading day via the Alpaca trading API. The position is opened near the open and closed in the early 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.
Trading script that runs a 4-leg Iron Condor on TSLA (Tesla) once per week via the Alpaca trading API. The position is opened Monday through Thursday and closed the same afternoon, targeting weekly options expiring the following Friday.
Trading script that runs a 4-leg Iron Butterfly on META every trading day via the Alpaca trading API. The position is opened near the market open and closed in the early afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Butterfly on TSLA every trading day via the Alpaca trading API. The position is opened near the market open and closed in the early afternoon, using next-Friday weekly options.
Trading script that runs a 4-leg Iron Butterfly on TSLA weekly via the Alpaca trading API. The position is opened near the Monday market open and closed on Thursday afternoon, using the following-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 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 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 every Monday morning and closed every Thursday afternoon, using next-Friday weekly 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 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 —…
Trading script that runs a multi-signal mean reversion strategy on TSLA via the Alpaca trading API. The strategy buys oversold dips and exits when price reverts toward the mean, running continuously during extended market hours on weekdays.
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. ...