Trend Pulse OBV — Strategy by ADXAE
By ADXAE
Performance Metrics
- Author: ADXAE
- Symbol: NASDAQ:AAOI
- Timeframe: 1 day
- Net P&L: +24,311.91 USD (+844.52%)
- Win Rate: 45.8%
- Profit Factor: 3.42
- Max Drawdown: 1,311.35 USD (37.69%)
- Total Trades: 24
Description
Publication DescriptionTrend Pulse OBV Strategy is a long-only breakout strategy designed primarily for 1D Stocks and cryptocurrency charts. It builds on a Trend Pulse Channel framework by requiring volume confirmation through On-Balance Volume (OBV), with the goal of filtering weak breakouts and reducing false entries. The strategy enters only when price breaks above the upper Trend Pulse Channel band, while the broader market regime remains supportive and OBV is trading above its own EMA. This aligns price expansion, trend direction, and volume participation in a single entry model. The script is based on the logic defined in the source: a Gaussian-style cascaded EMA channel, optional zero-lag preprocessing, an OBV EMA confirmation filter, a regime EMA filter, and an ATR-based stop loss.The core Trend Pulse Channel uses a filtered price midline and an upper band derived from filtered true range multiplied by a configurable range factor. A breakout is triggered when price crosses above the upper band. To improve selectivity, the strategy can require OBV to remain above its EMA, which acts as a volume-backed confirmation that the breakout is being supported by money flow rather than price drift alone. A separate regime filter uses an EMA on price so that long entries occur only when price is already above the broader trend baseline.Risk management combines structural exits with a fixed ATR stop captured at entry. The strategy can close positions when price falls back below the channel midline or below the regime EMA, and it also places a stop loss based on ATR from the prior bar multiplied by a user-defined factor. This makes the strategy trend-following in its entries and defensive in its exits. The default configuration is long-only and was written with daily crypto charts in mind, so users should validate performance carefully before applying it to other asset classes or timeframes.How It WorksEntry: Price crosses above the Trend Pulse Channel upper band, OBV is above its EMA, the regime filter is bullish, and the bar is inside the selected date range.Exit: Price closes below the channel midline or below the regime EMA, or the ATR stop is hit.Bias: Long-only.Inputs IncludedStart Date / End DateTrend Pulse source, poles, period, and range multiplierLag ModeOBV confirmation toggle and OBV EMA lengthRegime filter toggle and EMA lengthExit togglesATR length and ATR stop multiplierSuggested “Important Notes” SectionThis strategy is intended for research and backtesting. It is long-only and was developed primarily for daily Stocks and crypto charts. Results may vary significantly across assets, brokers, and market conditions. Past performance does not guarantee future results. Always validate parameters, commissions, slippage, and execution assumptions before using it in live decision-making. This caution is consistent with TradingView’s publication standards, which emphasize clear descriptions, realistic presentation, and non-misleading claims.Suggested Tagsbreakout, trend-following, obv, volume, atr, crypto, strategy, emaSuggested Chart Note for PublishingUse a clean chart showing:TPC UpperTPC MidlineRegime EMALong Entry markersLong Exit markersTradingView’s publishing rules specifically call for a clean, understandable chart where the script’s output is easy to identify.Best one-line summary for the top of the descriptionA long-only breakout strategy for daily Stocks and crypto charts that combines Trend Pulse Channel breakouts with OBV volume confirmation, a regime EMA filter, and ATR-based risk control.