Guide
How does the Bjorgum Double Tap strategy work ?
The Bjorgum Double Tap strategy is designed to identify and act upon the occurrence of Double Top and Double Bottom patterns in pricing charts, which signals potential trend reversals. It efficiently filters price movements by connecting alternating swing highs and lows, creating a zig-zag pattern that underlines significant trend changes and establishes crucial support and resistance levels.
The core of this detection script revolves around pattern definition and recognition. A pattern is defined as a Double Top or Bottom that resembles an "M" or "W" shape, respectively. The strategy enters a trade once the price action breaks through the central neckline of the pattern, targeting a distance equal to the formation's height projected beyond the neckline.
The script actively scans the history of bars to identify these patterns, updating a dynamic list with swing high and low values. This patterning process combined with the trader’s discretion allows for meticulous execution of entry and exit strategies. By default, stop orders are placed at the farthest extent of the pattern as a risk control measure, and an ATR-based trailing stop is available to secure profits after reaching the target projection.
On top of detecting patterns for manual trading, the script can simulate historical trading performance (backtesting) or execute trading orders live. Additionally, traders may use it to trigger automated trading bots upon pattern recognition, either at the moment of detection or when a pattern is confirmed.