OPEN-SOURCE SCRIPT
5 Major Signal Strategy / 7 Candlestick Patterns

## 5 Major Signal Strategy / 7 Candlestick Patterns
This strategy is based on the `HanJinSignals26` signal library and is designed to detect multiple independent candlestick reversal and momentum patterns on the chart.
The strategy currently supports the following signal groups:
1. Pinbar
2. Engulfing Pattern
3. Fractal Top
4. Fractal Bottom
5. Single Harami
6. Double Harami
7. Big Body Candle
Each signal can be enabled or disabled independently from the input panel. When a signal is disabled, the related library function will not be called, keeping the detection flow clean and modular.
## Core Design
The main design goal of this strategy is signal independence.
Each enabled signal has:
* Its own detection logic
* Its own chart marker
* Its own strategy entry ID
* Its own webhook alert tag
This means that different signal types can trigger independently without depending on one shared signal result.
## Webhook Bridge
The strategy also includes a webhook payload generator.
When a confirmed signal appears at bar close, the strategy sends a structured JSON payload containing:
* Secret key
* Unique signal ID
* Timestamp
* Symbol
* Trade side
* Signal comment/tag
This makes the script suitable for connecting TradingView alerts to external automation systems, bridge services, or execution engines.
## Important Notes
This script is designed for signal research, automation testing, and strategy development.
It is not financial advice and does not guarantee profitability.
Users should always perform their own backtesting, forward testing, risk control, and parameter adjustment before using any signal in a real trading environment.
## Author
Created by richardgong1988.
This strategy is based on the `HanJinSignals26` signal library and is designed to detect multiple independent candlestick reversal and momentum patterns on the chart.
The strategy currently supports the following signal groups:
1. Pinbar
2. Engulfing Pattern
3. Fractal Top
4. Fractal Bottom
5. Single Harami
6. Double Harami
7. Big Body Candle
Each signal can be enabled or disabled independently from the input panel. When a signal is disabled, the related library function will not be called, keeping the detection flow clean and modular.
## Core Design
The main design goal of this strategy is signal independence.
Each enabled signal has:
* Its own detection logic
* Its own chart marker
* Its own strategy entry ID
* Its own webhook alert tag
This means that different signal types can trigger independently without depending on one shared signal result.
## Webhook Bridge
The strategy also includes a webhook payload generator.
When a confirmed signal appears at bar close, the strategy sends a structured JSON payload containing:
* Secret key
* Unique signal ID
* Timestamp
* Symbol
* Trade side
* Signal comment/tag
This makes the script suitable for connecting TradingView alerts to external automation systems, bridge services, or execution engines.
## Important Notes
This script is designed for signal research, automation testing, and strategy development.
It is not financial advice and does not guarantee profitability.
Users should always perform their own backtesting, forward testing, risk control, and parameter adjustment before using any signal in a real trading environment.
## Author
Created by richardgong1988.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.