OPEN-SOURCE SCRIPT
已更新 PulseBox Trader

PulseBox Trader is a multi-timeframe trading assistant designed for both scalping and swing trading. It helps traders see when a possible long or short setup is forming, what filters are active, where the trade box entry is, where the swing-based stop loss is, and where ATR-based profit targets may sit. It also may help trail or stay in the Trade to maximise gains.
This tool is provided for educational and decision-support purposes only. It is not financial advice, does not guarantee profitable trades, and should be tested carefully before any live use. Please feel free to use it for Non Commercial purposes.
The indicator combines several entry ideas:
1. Supertrend flip after candle close
2. Supertrend continuation with VWAP or EMA200 trend alignment
3. RSI trigger candle breakout
4. Doji breakout
5. Flat base or flat top breakout
Filters:
1.VWAP / EMA200 Lead Filter
Auto mode uses VWAP on timeframes up to 15 minutes.
Auto mode uses EMA200 on timeframes above 15 minutes.
Helps decide whether long or short trade boxes are allowed.
2.Supertrend Direction Filter
Longs are preferred when Supertrend is bullish.
Shorts are preferred when Supertrend is bearish.
3.ADX / DMI Momentum Filter
Blocks weaker trade boxes when momentum is low.
Uses ADX plus +DI / -DI.
The lead filter automatically adapts to the chart timeframe:
- On lower timeframes up to 15 minutes, VWAP can guide the trade direction.
- On higher timeframes above 15 minutes, EMA200 can guide the trade direction.
This means the same tool can be used for short-term scalping as well as higher-timeframe swing trading.
The trade box is designed to make the setup easier to understand visually. When a valid setup appears, the box shows:
- Entry price
- Swing-based stop loss
- TP1 at 0.5 ATR
- TP2 at 1 ATR
- TP3 at 1.5 ATR
- TP4 at 2 ATR
- Approximate percentage profit for each target
The panel and settings is built to help newer traders understand what is happening without needing to inspect every setting. It shows:
- Whether a long or short trade box is active
- Which entry method triggered
- Which filters are active
- Any caution, such as price moving against the entry
- Current market session
- Long, short, and total win-rate statistics
- Entry, stop loss, and target levels
The indicator also includes optional market session tools:
- Asian session
- UK session
- Indian session
- US session
- Session open and close lines
- Optional opening range box shading
These session tools are turned off by default, so the chart stays clean unless the trader wants them.
PulseBox Trader is not a buy/sell guarantee. It is a structured decision-support tool. It attempts to combine trend direction, candle triggers, volatility targets, and session awareness into one readable chart overlay. The SL's may be large, please use discretion. Traders should still use risk management, check market context, and test settings before using it live. Capital Appreciation and Capital preservation both are important.
This indicator includes concepts inspired by common technical-analysis methods such as Supertrend, VWAP, EMA200 trend filtering, RSI trigger candles, ATR-based targets, swing-based stop placement, session markers, opening range concepts, doji candles, and marubozu breakout logic.
parts of the script design, organization, wording, panel layout, and Pine Script implementation were developed with AI assistance using OpenAI Codex.
This tool is provided for educational and decision-support purposes only. It is not financial advice, does not guarantee profitable trades, and should be tested carefully before any live use. Please feel free to use it for Non Commercial purposes.
The indicator combines several entry ideas:
1. Supertrend flip after candle close
2. Supertrend continuation with VWAP or EMA200 trend alignment
3. RSI trigger candle breakout
4. Doji breakout
5. Flat base or flat top breakout
Filters:
1.VWAP / EMA200 Lead Filter
Auto mode uses VWAP on timeframes up to 15 minutes.
Auto mode uses EMA200 on timeframes above 15 minutes.
Helps decide whether long or short trade boxes are allowed.
2.Supertrend Direction Filter
Longs are preferred when Supertrend is bullish.
Shorts are preferred when Supertrend is bearish.
3.ADX / DMI Momentum Filter
Blocks weaker trade boxes when momentum is low.
Uses ADX plus +DI / -DI.
The lead filter automatically adapts to the chart timeframe:
- On lower timeframes up to 15 minutes, VWAP can guide the trade direction.
- On higher timeframes above 15 minutes, EMA200 can guide the trade direction.
This means the same tool can be used for short-term scalping as well as higher-timeframe swing trading.
The trade box is designed to make the setup easier to understand visually. When a valid setup appears, the box shows:
- Entry price
- Swing-based stop loss
- TP1 at 0.5 ATR
- TP2 at 1 ATR
- TP3 at 1.5 ATR
- TP4 at 2 ATR
- Approximate percentage profit for each target
The panel and settings is built to help newer traders understand what is happening without needing to inspect every setting. It shows:
- Whether a long or short trade box is active
- Which entry method triggered
- Which filters are active
- Any caution, such as price moving against the entry
- Current market session
- Long, short, and total win-rate statistics
- Entry, stop loss, and target levels
The indicator also includes optional market session tools:
- Asian session
- UK session
- Indian session
- US session
- Session open and close lines
- Optional opening range box shading
These session tools are turned off by default, so the chart stays clean unless the trader wants them.
PulseBox Trader is not a buy/sell guarantee. It is a structured decision-support tool. It attempts to combine trend direction, candle triggers, volatility targets, and session awareness into one readable chart overlay. The SL's may be large, please use discretion. Traders should still use risk management, check market context, and test settings before using it live. Capital Appreciation and Capital preservation both are important.
This indicator includes concepts inspired by common technical-analysis methods such as Supertrend, VWAP, EMA200 trend filtering, RSI trigger candles, ATR-based targets, swing-based stop placement, session markers, opening range concepts, doji candles, and marubozu breakout logic.
parts of the script design, organization, wording, panel layout, and Pine Script implementation were developed with AI assistance using OpenAI Codex.
版本注释
Here is what changed in new release of PulseBox Trader:Main Behaviour
Conservative mode is unchanged and remains the default.
Conservative still creates only one trade box per confirmed Supertrend flip.
Aggressive mode now keeps the same safety filters as Conservative by default.
Aggressive only differs by allowing extra entry methods: continuation, RSI breakout, doji breakout, and flat base / flat top breakout.
Filters
VWAP is used automatically on timeframes up to the cutoff, default 15 minutes.
EMA filter is used automatically above the cutoff, default EMA 200.
EMA edge protection blocks trades too close to the EMA.
Supertrend direction filter remains active.
ADX/DMI low-momentum filter remains active.
BOS/CHoCH structure logic remains visual and optional.
Trade Box
Trade box uses ATR-based targets:TP1 = 0.5 ATR
TP2 = 1 ATR
TP3 = 1.5 ATR
TP4 = 2 ATR
Stop loss uses wider ATR plus swing safety by default to reduce early stop-outs.
Entry, SL, TP levels and profit percentages are shown on chart and in the panel.
Panel now remembers the latest completed trade values instead of going blank.
Panel
Panel wording is clearer and beginner-friendly.
Caution messages now explain the reason, for example:LONG BLOCKED: BELOW EMA
WAIT: TOO CLOSE TO EMA
WAIT: LOW MOMENTUM
EXIT WATCH: TREND DOWN
Panel shows active setup, active filters, session status, win/loss count, win rate, entry, SL, and TP values.
Sessions
Session tools were added and are OFF by default.
Asian, UK, Indian, and US sessions are available.
Session open and close lines can be shown.
Optional ORB shading is included.
Publishing Note
You can describe it as a beginner-friendly trade-box overlay for scalping through swing trading. It attempts to convert filtered Supertrend and breakout conditions into clear trade plans with automatic ATR targets, swing-aware stop placement, session context, and a live guidance panel.
开源脚本
秉承TradingView的精神,该脚本的作者将其开源,以便交易者可以查看和验证其功能。向作者致敬!您可以免费使用该脚本,但请记住,重新发布代码须遵守我们的网站规则。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。
开源脚本
秉承TradingView的精神,该脚本的作者将其开源,以便交易者可以查看和验证其功能。向作者致敬!您可以免费使用该脚本,但请记住,重新发布代码须遵守我们的网站规则。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。