Archived — below our codifiability bar

9 EMA + Pivot Strategy

Discover a trading strategy that combines the 9 EMA with Pivot Points to filter out unreliable trades, improving entry and exit signals.

Published · Archived · Methodology: Technical Indicators

  • Algo score: 70%
  • Discretionary score: 50%

This strategy was decoded from a public trading video but did not clear Strategy Decoder's codifiability bar: the extraction could not pin the rules down precisely enough to be turned into a reviewable specification. It is kept here as a reference post-mortem rather than as a strategy you can trade or backtest.

Part of: EMA Strategies

  • Methodology: Technical Indicators
  • Content type: strategy

Indicators mentioned

  • EMA
  • Pivot Points

Why this strategy was archived

The 9-period EMA is one of the fastest moving averages in common use — close enough to price to act as a short-term trend proxy — while pivot points are static levels derived from the prior session's high, low and close. Pairing them is a familiar combination: the EMA supplies direction, the pivots supply the reference prices at which that direction is worth acting on. This entry decodes CoinSwitch's video "This 9 EMA + Pivot Strategy Filters Every Bad Trade", which builds its case around exactly that pairing.

**Why this entry is archived.** Our extraction found real structure here — the indicators are named, the roles they play are clear, and the logic of using pivot levels as a filter on EMA signals is coherent — but the rule set stops short of being automatable. The conditions are referenced rather than specified: which pivot set is used and how it is calculated, what constitutes a valid interaction between price and the 9 EMA, and where stops and targets sit are all left to the reader's judgment. Our extraction scored the video below the codifiability bar, because coding it would mean filling those gaps with guesswork, and a backtest built on guesswork tests our assumptions rather than the strategy.

**What it still offers.** The underlying idea is worth understanding: using a fixed, session-derived level to filter signals from a fast-reacting average is a sound way to cut down on the trades a moving average generates in directionless conditions. The video communicates that intuition clearly, and the chart work makes the interaction between the two tools easy to follow. Treat it as a starting point for your own specification rather than a finished system — and see the moving-average and pivot-point concept hubs in the active catalog for related entries where the full entry, exit and risk rules were successfully extracted.

Source video

Decoded from: This 9 EMA + Pivot Strategy Filters Every Bad Trade by CoinSwitch — watch the original

Frequently asked questions

Why is this 9 EMA + Pivot strategy archived?

Our extraction identified the indicators and the general logic, but not a complete rule set: the pivot calculation, the precise entry trigger and the stop and target rules are referenced rather than defined. That scored below the codifiability bar we require for the active catalog, since coding it would require guesswork.

What is the 9 EMA and pivot point combination meant to do?

The 9-period exponential moving average tracks short-term direction closely, while pivot points mark fixed support and resistance levels derived from the previous session's high, low and close. Used together, the pivots act as a filter, limiting EMA-based signals to locations where price is reacting to a meaningful reference level.

Is the video still worth watching?

Yes, as conceptual material. It explains the reasoning behind filtering a fast moving average with static session levels clearly, which is useful background even though the specifics you would need to automate it are not laid out.

Where can I find codifiable EMA or pivot point strategies?

The moving-average and pivot-point concept hubs in the active catalog list decoded video strategies where the full entry, exit and risk rules were successfully extracted.

Other archived strategies

Browse all archived strategies · Explore the strategies that did make the cut