TradingView
QuantNomad
Nov 14, 2019 1:10 PM

Significant PP - Swing Failure / Stop Run Alerts [QN] 

S&P 500 IndexTVC

Description

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 pivot points and also by how much it should cross pivot level with "SF ATR Mult".

I have in mind a few other things I'd like to test:

* Different types of pivot points
* Few recent pivot levels at once
* Pivots from higher timeframe
* Different types of "touching" levels
* etc.

Ideally, I want to create a strategy from it, but I'm far from it for now.

Do you have any ideas on how to make it better?

Original Significant Pivot Reversal Indicator:

tradingview.com/script/5ecVGHcA-QuantNomad-Significant-Pivot-Reversal-Strategy-Alerts/
Comments
cwspartan
Can you make a multi time frame option? I use this on the 30min for scalping and 8hr for swing trading after a swing failure retest and resumption
Peter_O
I'm working on similar thing. But I'm actually having an array of levels to store them. Might be something for you to look at, too.
QuantNomad
@Peter_O, Cool, thx, will take a look.
More