TradingView
vaidab
12 de Jun de 2021 19:05

Swing Failure Pattern Inquisitor 

Bitcoin / TetherUSBinance

Descrição

SFP Inquisitor
v0.2a

coded by Bogdan Vaida

Code for Swing High, Swing Low and Swing Failure Pattern.
Note that we're still in the alpha version, bugs may appear.

Note that the number you set in your Swing History variable
will also be the minimum delay you see until the apples appear.
This is because we're checking the forward "history" too.

The SFP will only check for these conditions:
- high above Swing History high and close below it
- low below Swing History high and close above it

In some cases you may see an apple before the SFP that "doesn't fit"
with the SFP conditions. That's because that apple was drawn later and
the SFP actually appeared because of the previous apple .
20 candles later.

Legend:
🍏 - swing high
🍎 - swing low
🧺 - candle where the last swing was driven from
🍌 - swing failure pattern
🍎🍌 - hungry scenario: swing low but also a SFP compared to the last swing

Notas de Lançamento

Added strategy code.

Notas de Lançamento

Added alerts.

Notas de Lançamento

Added cake 🍰 for stronger SFPs / SFPs in a row (but with a the secret sauce).

Notas de Lançamento

Updated to PineScript v5.
Corrected a mistake displaying cakes instead of bananaces in swing lows.
Comentários
imal_max
and a tip for the work
imal_max
imal_max
imal_max
imal_max
imal_max
and more
vaidab
Thank you very much!
dddom
Ah, never mind it repaints it self when refresh page or change timeframe,it useless for real trading
vaidab
It actually works for real trading if you get to understand the code. You don't trade using the swing high/low (which get repainted because you, per definition, need the forward bars too), you trade using the swing failure pattern which *doesn't* get repainted (even though it uses barssince because it checks only that a historical swing exists there). So if you add an alert for the SHFP/SLFP to become >0 you will be notified real time when such a pattern happens, which is the exact purpose of the code. So it's used for real trading without any issue, but it's not an indicator that pinpoints a moment to buy, it pinpoints a change in market structure that's indicative of a move. You'd normally take into account OI, POC, shorts/longs relations and others.
dddom
@vaidab, Sorry, I don't understand what you mean,what's the point of drawing🍏🍎🍌 ?
Mais