Bjorgum Double Tap

Jun 13, 2022

Static chart image
Support and Resistance
Signals
Patterns
Pivot Based (Retrospective)
Trailing-Stop
Volatility

The Bjorgum Double Tap indicator is a pattern recognition tool that identifies and executes trades based on Double Top and Double Bottom formations. It functions as both an automated strategy for backtesting and a real-time detection system with integrated support for third-party trading alerts.

Usage

The Usage section describes how the script can be used, focusing on identifying "M" (Double Top) and "W" (Double Bottom) shapes. The script tracks price action pivots to find instances where a swing high or low is tested twice without breaking.

Pattern Detection

The script uses a zig-zag method to filter price action. It connects swing highs and lows based on the "Pivot Length" setting. A pattern is confirmed when the price breaks the "neckline" (the center point of the pattern). Users can adjust the "Pivot Tolerance" to allow for slight variations in the height of the two peaks or troughs.

Trading and Execution

If "Use Strategy" is enabled, the script will simulate entries on the breakout of the neckline. It automatically projects a Take Profit (TP) level based on the "Target Fib" (defaulting to 100% of the pattern height) and sets a Stop Loss (SL) at the pattern's invalidation point.

Third-Party Alerts

The script is optimized for automated trading. Users can select from several destinations in the settings:

  • Custom JSON: For web applications or custom APIs.
  • Trading Connector: For routing trades to MT4/MT5.
  • Alertatron/3Commas: Specifically for cryptocurrency exchange automation.
  • Discord: For sending formatted pattern notifications to chat groups.

Details

The indicator utilizes Pine Script matrices to track pivot points and their corresponding bar indexes. This ensures that the script can monitor if a specific pivot has already been used in a trade, preventing duplicate signals on the same price structure.

The strategy is designed to avoid repainting by waiting for bar confirmation before triggering signals. For real-time execution, users can enable "Recalculate on every tick," though this is recommended only for forward testing as it may cause discrepancies between historical backtests and live alerts.

Settings

Detection and Trade Parameters

  • Use Strategy: Toggles between an automated strategy with backtesting data and a simple visual indicator.
  • Detect Bottoms/Tops: Enables or disables the detection of specific pattern types.
  • Pivot Tolerance: The maximum allowable percentage difference between the height of the two pivots in a pattern.
  • Pivot Length: The number of bars used to determine significant swing points.
  • Target Fib: The profit target expressed as a percentage of the pattern's height.
  • Stop Loss Fib: Adjusts the invalidation point relative to the pattern high/low.

Trailing Stop

  • Use Trail Stop: Enables an ATR-based trailing stop once the initial target is reached.
  • ATR Length/Multiplier: Parameters for calculating the volatility-based stop distance.
  • Swing Lookback: The number of bars checked to find the recent high or low for trailing calculations.

Alert Strings

  • 3rd Party: Dropdown to select the alert message format (JSON, Trading Connector, etc.).
  • Passphrase/API Keys: Fields to input authentication data for specific trading bots.
  • 3Comma Keys: Specific fields for entering start/end deal IDs for 3Commas bots.

FAQ

How do I use this as an indicator without taking trades? Disable the "Use Strategy" checkbox in the settings. This will display the patterns and levels on your chart without generating strategy performance metrics or simulated orders.

Can I use this for live automated trading? Yes, by selecting a third-party provider in the "Alert Strings" section and setting up a webhook alert using the {{strategy.order.alert_message}} placeholder.

How do I get access to the Bjorgum Double Tap? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.

Free access on the following platforms
tradingviewSymbolTradingView
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

ninjatraderNinjaTrader
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

metatrader4MetaTrader 4/5
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

thinkorswimThinkorswim
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.

Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.

Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.

As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.

Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.

Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.

This does not represent our full Disclaimer. Please read our full disclaimer.

© 2026 LuxAlgo Global, LLC.