Volume Oscillator, StrategyQuant X

Explore a Volume Oscillator trading strategy for S&P 500, Orange Juice, and AUDUSD on the Daily timeframe. Uses RSI 2 period for entry signals.

Published · Updated · Methodology: Technical Indicators

Part of: RSI Strategies

  • Methodology: Technical Indicators
  • Content type: both
  • Timeframes: Daily
  • Markets: S&P 500 (ES), Orange Juice, Australian Dollar (Forex)

Indicators used

  • Volume Oscillator
  • RSI 2 period

Source video

Decoded from: Real StrategyQuant X Automation ➔ How I Built a Strategy Using a Custom Oscillator by Ali Casey | StatOasis — watch the original

Key timestamps:

  • 0:00 - Intro
  • 1:04 - Volume Oscillator Indicator explained
  • 5:46 - Creating Indicator in StrategyQuant X
  • 12:39 - Developing Filter Blocks (greater than, lower than, rising, falling)
  • 16:22 - Testing Custom Blocks Performance
  • 18:15 - Automating Strategy on Autopilot (using custom blocks to build strategies)
  • 21:38 - Custom Blocks as Trading Filters (using custom blocks to filter existing strategies)

Strategy overview

The Relative Strength Index is a momentum oscillator that scores the speed of recent price changes from 0 to 100, and the 2-period setting used here is an unusually short, fast-reacting variant of it. But this entry is less about RSI as a signal than about how an indicator gets built and put to work inside an automated system: it was decoded from Ali Casey's StatOasis video "Real StrategyQuant X Automation ➔ How I Built a Strategy Using a Custom Oscillator", where the real star is a custom-coded Volume Oscillator and RSI-2 rides along as a fast momentum component on the daily chart.

A volume oscillator measures the gap between a faster and a slower average of traded volume, turning raw volume into a single line that leans one way when activity is expanding and the other when it is fading. The video walks through coding that indicator as a custom block in StrategyQuant X, wrapping it in reusable filter conditions — greater-than, lower-than, rising and falling — testing how those blocks behave, and then handing them to SQX's automated build engine so it can assemble and evolve strategies from them on "autopilot" rather than a trader wiring every rule by hand.

That build-first framing is what separates this page from the other RSI entries in this cluster: the emphasis is on the engineering workflow — custom indicator, custom filter blocks, automated generation — not on a fixed discretionary setup. No mechanical rules were extracted from the source, so this page stays with the concept and the video's process; the specific indicator settings and any generated logic live with the source rather than being reproduced here.

Topics

volume oscillator strategy · strategyquant x strategy · technical indicators · trading strategy · algorithmic trading · daily trading strategy · es futures strategy · forex strategy · audusd strategy · rsi strategy · s&p 500 trading · pine script

Frequently asked questions

What is a 2-period RSI, and why use such a short setting?

A 2-period RSI is a very short-lookback version of the Relative Strength Index that reacts to just the last couple of bars, so it swings quickly toward its extremes. Short RSI settings are popular in systematic strategies as fast momentum or mean-reversion triggers rather than as slow trend gauges.

What is a volume oscillator?

A volume oscillator expresses the difference between a faster and a slower average of traded volume as a single line, making it easier to read when participation is expanding or contracting behind a price move. In this video it is coded as a custom indicator inside StrategyQuant X.

What does this video actually focus on?

It is a StrategyQuant X automation walkthrough by Ali Casey (StatOasis): building a custom Volume Oscillator, turning it into reusable filter blocks (greater-than, lower-than, rising, falling), testing those blocks, and letting SQX's engine assemble strategies from them automatically — the process of building, not a manual set of rules to copy.

Can I get the exact rules and test this strategy?

No fixed mechanical rules were extracted from this source, so there is no rule-by-rule recipe to reproduce. Strategy Decoder catalogs strategies like this from video sources and, where rules are available, structures them so you can evaluate and backtest them on TradingView.

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