OPEN-SOURCE SCRIPT
Aggiornato RBD Advanced Pinbar

Inputs / Settings
Detection parameters
Visual options
Toggle display of hammer / shooting star markers, labels, background highlights, and info table.
Customize colors and label size.
For each candle:
Hammer Pinbar (Bullish) if
Shooting Star (Bearish) if
Detection parameters
- lookback_period → How far back to compare wick sizes.
- min_wick_ratio → Minimum wick length as % of total candle height.
- max_body_ratio → Maximum body size as % of total candle height.
- atr_multiplier → Ensures the pinbar candle’s total height is at least a multiple of the ATR (filters out small candles).
- wick_size_multiplier → The wick must be at least X times larger than the biggest wick in recent candles.
Visual options
Toggle display of hammer / shooting star markers, labels, background highlights, and info table.
Customize colors and label size.
For each candle:
- Calculates upper wick, lower wick, and body size in both absolute and percentage terms.
- Checks if the total candle size is “large enough” using ATR.
- Looks back lookback_period bars to find the largest historical upper and lower wick.
- Compares current wick size to the past max wick (must exceed it by wick_size_multiplier).
- Classifies the candle:
Hammer Pinbar (Bullish) if
- Lower wick ≥ min_wick_ratio
- Body ≤ max_body_ratio
- Candle is big enough (ATR filter)
- Lower wick is significantly longer than past wicks
Shooting Star (Bearish) if
- Upper wick ≥ min_wick_ratio
- Body ≤ max_body_ratio
- Candle is big enough
- Upper wick is significantly longer than past wicks
Note di rilascio
To use on Key levels, E.g. Moving average, Support/ResistanceNote di rilascio
Update Chart SettingsScript open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.