This strategy is using Swing Failure Patterns as a reversion indicator. The strategy automatically adapts itself to the timeframe of the current chart. Swing Failure Pattern occurs when the price trend fails to set new highs in uptrend or meet new lows in a downtrend. This pattern helps traders decide when to enter and exit the market. Usually, traders enter...
The indicator detect to swing failure pattern and shows it. Swing Failure Pattern (or SFP) is a type of reversal pattern in which (swing) traders target stop-losses above a key swing low or below a key swing high to push the price in the other direction by generating enough liquidity.
Custom swing fail detector with levels and breakouts both major and minor plus colored candles based on SFP momentum.
This script is used to visually highlight candles which may signal a reversal following a false break of a support or resistance level. Inputs are: Lookback period: look for the highest high and the lowest low of the prior x bars. SMA length: used for a simple moving average of the range (high minus low) of the prior x bars. Range multiple: used to filter...
Tried to create a script for Swing Failure / Stop Run patterns. It is based on my QuantNomad - "Significant Pivot Reversal" Indicator. It's quite tricky to code these kinds of patterns, so it's really not ideal. I alert when a candle cross pivot level but close below (above for bottom) it and previous close was below (above) it as well. You can setup params for...