StrategyQuant X Custom Blocks and Indicators Loading

Learn to load custom indicators like Hurst, RSI, SSL, and Atara along with custom blocks (XML files) into StrategyQuant X. This beginner guide clarifies the imp

Published · Updated · Methodology: Technical Indicators

Part of: RSI Strategies

  • Methodology: Technical Indicators
  • Content type: educational

Indicators used

  • Hurst smooth
  • RSI
  • SSL
  • Atara

Source video

Decoded from: StrategyQuant X Custom Blocks Explained loading with Extra Indicators. by No Nonsense Trader — watch the original

Key timestamps:

  • 0:00 - Introduction to loading indicators and custom blocks
  • 0:30 - Explaining the difference between SXP and XML files
  • 1:20 - How to load SXP indicator files in Code Editor
  • 2:00 - How to load XML custom block files in Algo Wizard
  • 2:30 - Listing specific indicators mentioned (Hurst smooth, RSI, SSL, Atara)

Strategy overview

RSI measures the speed and size of recent price changes on a bounded 0–100 scale, and it is one of the few indicators that ships with practically every platform by default. This entry, however, is not a trading setup built on it — it is a workflow video about the step that comes before any indicator-based strategy can be built in StrategyQuant X: getting the indicator into the platform in the first place.

The source is No Nonsense Trader's "StrategyQuant X Custom Blocks Explained loading with Extra Indicators.", a short walkthrough aimed at users who have downloaded community indicators and found that SQX does not simply pick them up. The video's organising idea is that custom content arrives in two different file formats with two different destinations inside the platform — one handled through the Code Editor, the other through Algo Wizard — and that choosing the wrong route is the usual reason an import appears to do nothing. It closes by naming the specific indicators being loaded in the demonstration: Hurst smooth, RSI, SSL and Atara.

That mix is worth noting, because it shows what the exercise is for. A generator can only assemble strategies from the building blocks available to it, so the practical ceiling on what SQX can discover is set by the indicator library you have installed — whether that means a smoothed cycle measure, a trend-following overlay, or simply a variant of RSI that differs from the built-in one. This page covers the concept and the source video rather than a decoded rule set, since the material is a platform tutorial and not a strategy with entry and exit conditions.

Topics

strategyquant · custom indicators · trading indicators · technical indicators · indicator loading · trading software tutorial · algorithmic trading · quant trading

Frequently asked questions

What are custom blocks in StrategyQuant X?

Custom blocks are user-added building elements — indicators, signals or conditions — that extend the default library StrategyQuant X uses when generating and testing strategies. Once loaded, they become available to the strategy builder alongside the platform's native blocks.

Which indicators does this video use as examples?

The walkthrough names four: Hurst smooth, RSI, SSL and Atara. They serve as demonstration files for the loading process rather than as the components of a specific trading strategy.

Why load a custom RSI when StrategyQuant X already includes one?

Community and third-party versions often differ from the stock implementation — in smoothing, calculation basis or added logic — so traders who want to reproduce a particular published approach need that exact variant available as a block before the platform can build with it.

Is this a trading strategy I can backtest?

No — this entry documents a platform workflow, not an entry/exit rule set, so there is no setup here to test on its own. Strategy Decoder catalogues video sources like this one alongside the strategies it decodes, so tooling material stays separate from tradeable logic.

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