Mini S&P Strategy

Explore an intraday algorithmic trading strategy for E-mini S&P futures using dual timeframes (15-min & daily) with reverse and time-based exits.

Published · Updated · Methodology: Technical Indicators

Part of: Algorithmic & Automated Trading

  • Methodology: Technical Indicators
  • Content type: strategy
  • Timeframes: 15-minute bars, Daily bars
  • Markets: E-mini S&P futures, Micro E-mini S&P futures, Other stock indices, Metals futures, Energies futures

Source video

Decoded from: Algo Trading - Mini S&P Strategy by Algo Trading With Kevin Davey — watch the original

Key timestamps:

  • 0:00 - Introduction to the strategy
  • 0:30 - Strategy applicability and testing
  • 1:30 - Strategy development process importance
  • 2:00 - Strategy performance over years
  • 2:30 - Strategy mechanics: intraday, two data streams, reverse exit, time exit
  • 2:50 - Data streams explained: 15-minute and daily bars
  • 3:10 - Sample trades and reverse exit examples
  • 4:00 - Performance metrics: win rate, slippage, commission
  • 4:30 - Importance of development process for real-time performance
  • 5:00 - Student success story

Strategy overview

Most intraday index systems are built on a single chart, and the interesting choice in this one is that it is not: the video describes a Mini S&P strategy that runs on two data streams at once — 15-minute bars for the trading decisions and daily bars alongside them — so that the model reads intraday movement and a slower, higher-level series in the same breath. The other structural detail the video calls out is how positions end: a reverse exit and a time exit, meaning a trade closes because the signal flips or because the clock says so, rather than only because a price level was reached. Those two choices — multi-timeframe input and non-price exits — define the shape of the system before any indicator is named.

The source video, "Algo Trading - Mini S&P Strategy" from the channel Algo Trading With Kevin Davey, spends more of its short runtime on the development process than on the setup itself. The ordering is deliberate: applicability and testing come first, the importance of a disciplined build process second, a look back at how the strategy has behaved across years third, and only then the mechanics of the strategy. That is the argument the channel is making — that for a mechanical intraday model the method of construction and validation is the part worth defending, and the rules are downstream of it.

No ruleset was extracted for this entry, so this page does not reproduce entry conditions, parameters, or any of the performance figures discussed in the video. What it does give you is the architecture to reason about: a 15-minute execution timeframe paired with a daily series, exits driven by reversal and elapsed time, and an instrument — the Mini S&P — whose session hours, tick size, and margin make intraday timing a first-class design constraint rather than an afterthought.

Topics

trading strategy · pine script · tradingview strategy · e-mini s&p futures · micro e-mini s&p futures · futures trading strategy · intraday strategy · 15 minute strategy · algo trading strategy · technical indicators · metals futures strategy · energies futures strategy · stock indices strategy

Frequently asked questions

What does it mean for a strategy to use two data streams?

It means the strategy is fed more than one timeframe of the same market at once. Here, 15-minute bars carry the intraday decisions while daily bars supply a slower reference series, so conditions can combine short-term movement with a broader view instead of relying on a single chart.

What is a reverse exit and a time exit?

A reverse exit closes a position when the strategy's own signal flips to the opposite side, so the exit and the next entry share the same trigger. A time exit closes a position after a defined amount of time or at a set point in the session, regardless of where price is. Both are alternatives to exiting purely on a profit target or stop level.

Why is the Mini S&P a common market for intraday algorithmic strategies?

The E-mini S&P 500 contract is liquid, heavily traded through the US session, and has well-defined contract specifications, which makes it practical to model mechanically. The trade-off is that session hours, tick size, and margin requirements become part of the strategy design rather than background details.

Does this page include the strategy's full rules?

No. No ruleset was extracted for this entry, so Strategy Decoder does not list entry conditions or parameters here — the page covers the concept and the structure the video describes. For the specifics, refer to the original video from Algo Trading With Kevin Davey.

About this strategy page

This trading strategy was decoded by Strategy Decoder's AI from a public YouTube trading video and turned into a structured, reviewable specification. In the interactive app this page shows the full entry and exit logic, risk management settings, the indicators involved with their parameters, AlgoWizard-compatible logic and a Pine Script export ready for TradingView backtesting — plus an automated backtest verdict when one has been computed for this strategy.

Strategy Decoder catalogs 2,229 decoded strategies. Each one is extracted with confidence scoring, cross-linked to the indicators it uses, and kept up to date as new videos are processed daily. Load this page with JavaScript enabled to use the interactive tools, or start from the strategy explorer to filter by methodology, market and timeframe.

Other versions of this strategy

More decoded strategies