5 Major Signal Strategy / 7 Candlestick Patterns by richardgong1988
By richardgong1988
Performance Metrics
- Author: richardgong1988
- Symbol: FX_IDC:XAUUSD
- Timeframe: 15 minutes
- Win Rate: 41.2%
- Profit Factor: 1.021
Description
## 5 Major Signal Strategy / 7 Candlestick PatternsThis 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. Pinbar2. Engulfing Pattern3. Fractal Top4. Fractal Bottom5. Single Harami6. Double Harami7. Big Body CandleEach 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 DesignThe 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 tagThis means that different signal types can trigger independently without depending on one shared signal result.## Webhook BridgeThe 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/tagThis makes the script suitable for connecting TradingView alerts to external automation systems, bridge services, or execution engines.## Important NotesThis 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.## AuthorCreated by richardgong1988.