Strategies | AI Velocity Trading

Strategy Performance

Strategies running on AI Velocity Trading

Directional Neutral Options

Directional Neutral Options

Weekly Iron Condor SPY

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.

Directional Neutral Options

Daily Iron Condor SPY

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.

Directional Neutral Options

Daily Iron Butterfly SPY

/strategy-descriptions/readme-files/README-dailyironbutterflyspy.md

Directional Neutral Options

Weekly Iron Butterfly SPY

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.

Directional Bullish Options

Directional Bullish Options

Weekly Bull Call Spread XLK

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.

Directional Bullish Options

Weekly Bull Put Spread AAPL

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.

Directional Bullish Options

Daily Bull Call Spread XLK

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.

Directional Bullish Options

Daily Bull Put Spread AAPL

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.

Directional Bearish Options

Directional Bearish Options

Weekly Bear Call Spread MU

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.

Directional Bearish Options

Daily Bear Put Spread AMZN

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.

Directional Bearish Options

Daily Bear Call Spread MU

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.

Directional Bearish Options

Weekly Bear Put Spread AMZN

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.

Alt Data

Alt Data

CNBC Signals - Invert Fast Money and Cramer

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.

Alt Data

CNBC Signals - Follow Cramer

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.

Alt Data

Pre-Earnings Divergence Trader

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 —…

Mean Reversion

Mean Reversion

Mean Reversion QQQ

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.

Mean Reversion

Mean Reversion SPY

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