[3Commas] XAUT RSI Reversal DCA - Short Strategy XAUT RSI Reversal DCA - Short Strategy
🔷 What it does:
This is a short-only DCA strategy that fades overbought momentum on XAUT / USDT (Tether Gold). A short deal opens when the 3-minute RSI(9) crosses down through 80 — a momentum-exhaustion signal after a fast push higher. Up to three averaging orders then fill at fixed deviations ABOVE the base entry (+1%, +2%, +3%) with uniform sizing, pulling the average entry up if price keeps rising. Exit is a 1.3% Take Profit from the average entry with a 0.3% trailing retrace, and a hard 8% Stop Loss caps the downside.
- Single base order plus up to three uniform averaging orders on a fixed +1% / +2% / +3% ladder.
- Tight 1.3% Take Profit with a 0.3% trailing lock — captures the mean-reversion snap-back, then trails to squeeze a little extra.
- Hard 8% Stop Loss closes the trade if the short keeps running against the position — a real, bounded per-trade risk.
- Every entry, averaging order, and exit emits a webhook-ready JSON alert payload for direct DCA Bot consumption.
🔷 Who is it for:
- Intraday traders fading overbought spikes on gold-pegged XAUT on lower timeframes.
- Bot operators who want to drive a DCA Bot short deal from PulseWire alerts with per-event JSON payloads.
- Traders who want a mechanical short with a defined stop, modest averaging, and a quick profit target rather than an open-ended hold.
- Operators looking for a low-correlation, short-side contributor (a gold-tracking asset) alongside crypto strategies.
🔷 How does it work:
Entry Trigger: A 3-minute RSI(9) is sampled via request.security with lookahead disabled (no repaint). The base short opens when that RSI crosses DOWN through 80 — i.e., the prior 3m close was ≥ 80 and the current is below it, marking the moment overbought momentum rolls over.
Base Order: Sized at 500 USDT default (5% of 10k capital), placed as a Limit order at the signal bar's close (Market toggle available).
Averaging Orders (Uniform DCA Ladder): After the base fill, the strategy monitors price deviation above the base entry. Each averaging order has a fixed deviation — +1%, +2%, +3% — with uniform sizing (250 USDT each, half the base). If price rises against the short, each rung adds size and raises the average entry, so a smaller reversal is needed to reach Take Profit.
Exit (TP + Trailing): A 1.3% Take Profit below the running average entry arms a trailing exit. Once price trades through the TP level, the strategy tracks the in-favor low and closes when price retraces 0.3% off that low — locking the move while letting it extend.
Stop Loss: A hard 8% Stop Loss above the average entry. If price runs against the short past that level, the position closes at market. This is the strategy's defined, bounded per-trade risk.
🔷 Why it's unique:
- Momentum-Exhaustion Trigger: Rather than shorting any overbought reading, the deal opens specifically on the RSI crossing DOWN through 80 — the rollover moment — which filters out trades that fire while momentum is still climbing.
- Defined-Risk DCA: Most martingale DCA shorts run without a stop. This one keeps a modest 3-rung uniform ladder AND an 8% hard stop, so the worst-case loss per deal is bounded and known in advance.
- Trailing Take Profit: The 1.3% target arms a 0.3% trailing exit rather than a fixed limit — capturing the reversion snap and then riding any follow-through.
- DCA Bot Integration: Every event (base, AO 1–3, exit) emits a fully-formed JSON alert payload. Connect one alert to a DCA Bot's webhook URL and the strategy drives the bot end-to-end without any glue layer.
🔷 Considerations Before Using the Strategy:
Sample Size (Important): The backtest produced only 25 closed trades — far below the ~100-trade floor for statistical relevance. The 100% win rate and the undefined profit factor (no losing trades in the sample) are a direct consequence of this tiny, favorable window — they are NOT evidence of a deterministic edge and should not be extrapolated. Treat these numbers purely as a demonstration of the mechanic, run the strategy over a much longer window and across multiple assets, and expect losing trades in any realistic sample.
Short Execution Venue: This is a short strategy. It cannot be executed on a spot account — live shorting of XAUT requires a margin or perpetual venue. Backtest figures shown here were generated on the XAUTUSDT chart; confirm your live venue supports shorts before deploying.
Lower-Timeframe Sensitivity: Tested on a 3-minute chart with a 3-minute RSI trigger. Lower timeframes generate more signals but are more sensitive to noise and fees. Confirm trade frequency and fee drag fit your execution venue.
Stop Loss Discipline: The 8% Stop Loss is the defining risk control. With the base plus three averaging orders, maximum deployed capital is ~1,250 USDT (12.5% of default equity); an 8% stop on that position bounds the worst-case loss to roughly 1% of equity. Keep the stop enabled — removing it converts this into an unbounded martingale short.
Trend Risk: Fading overbought conditions works best in ranges and choppy regimes. In a strong, sustained uptrend the short can hit the 8% stop repeatedly. The RSI-crossing-down trigger reduces but does not eliminate this.
Commission Calibration: The default 0.06% commission is calibrated for Bybit perpetual taker conditions. Match it to your exchange's actual fees.
🔷 STRATEGY PROPERTIES
Symbol: XAUTUSDT — short execution requires a margin or perpetual venue.
Timeframe: 3M chart (3M RSI trigger).
Test Period: March 16, 2026 — June 12, 2026 (~2.9 months).
Initial Capital: 10,000 USDT.
Order Size: 500 USDT base (5%) + 3 averaging orders of 250 USDT each (uniform).
Max Capital Deployed: ~1,250 USDT per trade (~12.5% of equity).
Commission: 0.06% per trade.
Slippage: 3 ticks.
Margin for Short Positions: 100% (1× leverage, Isolated in source config).
Indicator Settings: Default Configuration.
Base Order: 500 USDT, Limit by default (Market toggle available).
Entry Trigger: 3m RSI(9) Crossing Down 80.
Averaging Orders: 3 with fixed deviations +1% / +2% / +3% above base entry; uniform 250 USDT sizing.
Take Profit: 1.3% below average entry, with 0.3% trailing.
Stop Loss: 8% above average entry (hard close).
Strategy: Short Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance. This is a small (25-trade) sample — see the Sample Size note above.
Net Profit: +124.66 USDT (+1.25%)
Max Equity Drawdown: 83.27 USDT (0.83%)
Total Closed Trades: 25
Percent Profitable: 100.00% (25 / 25)
Profit Factor: n/a — no losing trades in this small sample (profit factor undefined)
🔷 How to Use It:
🔸 Adjust Settings: Open the strategy inputs and review the Base Order Size, the averaging-order count/deviation/size, the RSI trigger level, the Take Profit and Trailing percentages, and the Stop Loss. Defaults mirror the source DCA Bot configuration — recalibrate per asset and timeframe.
🔸 Results Review: This configuration produced only 25 closed trades with no losers — far too few to be statistically meaningful. Extend the backtest window substantially and/or test across multiple assets before drawing any conclusion; expect a realistic win rate well below 100% over a larger sample.
🔸 Create alerts to trigger the DCA Bot: Add one alert on the strategy using "Any alert() function call". Paste the DCA Bot's webhook URL into the alert's Webhook field, and fill the Bot ID, Email Token, and Pair inputs on the script. The strategy will emit JSON payloads for entry, each averaging order, and exit — formatted for direct DCA Bot consumption.
🔷 INDICATOR SETTINGS
Base Order Size (USDT): USDT amount opened on the initial short.
Use LIMIT for Base: Toggle between Limit (default) and Market entry.
Averaging Orders per Trade: Number of safety orders (default 3).
First AO Size (USDT): Size of each averaging order (uniform by default).
Deviation to First AO (%) / Deviation Step Multiplier: Spacing of the AO ladder above base entry. Defaults to uniform +1% steps.
Order Size Multiplier: Per-rung size scaling (1.0 = uniform).
RSI Timeframe / Length / Crossing Down Level: The 3m RSI(9) crossing-down trigger for the base short.
Take Profit (%) / Trailing (%): TP distance below average entry and the trailing retrace that closes the position.
Stop Loss (%): Hard stop above average entry.
DCA Bot Webhook: Bot ID, Email Token, and Pair fields injected into every alert payload.
Visualization: Toggle DCA Ladder, Avg / TP / SL plot lines, fill labels, status table.
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Strategy

Indicator

Indicator

Attique Golden Pocket IndicatorWhat this indicator does
Swing Fib draws a swing-based Fibonacci retracement grid on the price chart after the script decides there is a completed impulse leg between two anchored pivots. It is not a manual Fib tool: the anchors, direction (bull vs bear leg), and whether anything is drawn are all rule-based from pivot logic and a volatility filter.
The overlay includes:
A dashed blue line between the two swing anchors (the impulse leg).
Horizontal levels for a fixed set of retracement ratios (see below).
Optional Golden Pocket (GP) zone: two gold boundary lines (defaults 61.8% and 78.6% between the same anchors) and optional shading between them.
Optional retention of the previous fib when a new valid leg appears (prior leg is dimmed rather than deleted immediately).
How the anchors and “impulse” are defined
Pivots
The script uses PulseWire’s standard pivothigh / pivotlow with configurable left and right bar counts:
Chart timeframe = Fib pivot timeframe (see next section): pivots use liqLeft / liqRight on the chart series.
Fib pivot timeframe higher than chart: pivots are read from the higher timeframe via request.security using fibPivotL / fibPivotR.
A pivot is only confirmed after right bars have printed to the right of the swing. Until then, the pivot can change or disappear on history as new bars form. That is normal pivot behavior, not a bug.
Bull vs bear leg (which fib you get)
Bullish fib leg: the script uses the most recently confirmed swing high and swing low such that the high pivot occurs after the low pivot in time, and high price > low price. Conceptually this is a push up from the swing low toward the swing high; retracements are measured back down from the high toward the low.
Bearish fib leg: the low pivot occurs after the high pivot, still with high price > low price (the swing high is the structural high of the leg). Conceptually a push down from the swing high toward the swing low; retracements are measured back up from the low toward the high.
ATR minimum range filter
Even if pivot structure qualifies, the fib does not draw unless the impulse range (high minus low of the anchored leg) is at least:
fibMinRangeAtrCh × ATR(atrLen)
This suppresses tiny, noisy swings. If the chart looks “empty,” lower fibMinRangeAtrCh slightly; if it is too busy, raise it.
How Fib prices are computed (important for reading the levels)
For both directions the math is anchored as:
0% = impulse high price, 100% = impulse low price
So the same formula maps ratios into the range between the two swing prices, with 0% at the top of the leg and 100% at the bottom. The BULLISH FIB vs BEARISH FIB title tells you which time ordering of pivots was used; the numeric labels still refer to that high → low retracement scale.
Standard levels drawn (labels match these ratios)
Between the anchored high and low, the script plots (from the high toward the low):
0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 88.6%, then extension-style ratios −61.8%, −27.2%, −12.7%, and 100%.
You will also see two gold “GP” lines at the Golden Pocket inputs (defaults 61.8% and 78.6%). Because those defaults overlap the standard grid, you may see two lines near the same prices (one from the standard set, one from GP styling). That is intentional: GP is visually emphasized.
Chart timeframe vs higher-timeframe Fib
The script compares the chart period to fibAnchorTf using seconds, not fragile string matching.
Match (same duration as chart): anchors use xloc.bar_index (bar indices). The fib aligns exactly with how you see swings on that timeframe.
Higher fibAnchorTf than chart: anchors use higher-timeframe pivot prices and the pivot bar’s time on that HTF, and drawings use xloc.bar_time so the grid lines up in time on your lower chart.
Practical rule: If you want the fib to match what you see on the current chart swings, set fibAnchorTf = your chart timeframe. If you want a structure map from a slower TF (for example 15m or 1h swings on a 1m or 2m chart), set fibAnchorTf higher and accept that the leg definition is HTF pivot-based, not the same as every small chart swing.
Visual and UX options
Extend levels right: horizontal lines extend to the right by fibExtendBarsCh bars (and update as bar_index advances).
Level labels: optional text for each ratio; position Right, Left, or Middle along the span.
Prior fib: optional freeze + dim of the last fib when a new valid leg forms, useful for comparing previous vs current swing context.
Indicator

2 AM 4H Candle Levels
**2 AM 4H Candle Levels**
This indicator marks the high and low of the 4-hour candle that opens at 2:00 AM and projects those levels forward through the rest of the trading day — for every historical day on the chart as well as the current session.
Many intraday strategies treat the early-morning 4H range (2 AM – 6 AM) as a key reference: it often brackets the pre-session liquidity that price later sweeps or respects once the more active hours begin. This tool makes that range visible at a glance so you can watch how price interacts with it — breakouts, retests, or rejections — without redrawing levels every day.
**What it draws**
- **Window box** — a box spanning the full 4H window, from the 2 AM open to the 6 AM close, framed at the candle's high and low. The left and right borders mark the open and close times; the top and bottom borders trace the range. Optional fill with adjustable transparency.
- **Extended level lines** — from the 6 AM close, a high line and a low line carry the range forward. You choose where they stop: **End of day**, or a **Custom time** you set (e.g. 9:30 AM for the NYSE open).
- On the **current day**, the box builds in real time while the 2 AM candle is still forming, and the lines can optionally extend to the right edge of the chart until their cutoff arrives.
**Settings**
- **4H candle open hour** — defaults to 2 AM; anchor the window to any hour.
- **Timezone** — "Exchange" by default; set it to match your chart's displayed timezone (UTC, America/New_York, GMT+2, …) so the window lands on the candle you see.
- **Lines end at** — End of day, or a custom hour/minute (24-hour clock).
- **Window box** — show/hide, border color, width, style (solid/dashed/dotted), and fill color.
- **Extended lines** — independent colors for the high and low lines, width, and style.
**How it works**
The script does not rely on `request.security`. It identifies all chart bars whose open time falls inside the 4-hour window (in your chosen timezone) and accumulates their high and low directly. This keeps the levels accurate and non-repainting on any intraday timeframe — from 1 minute up to 4 hours — and means the levels appear at the window itself rather than four hours late, a common artifact of higher-timeframe data requests.
**Notes & limitations**
- Works on intraday timeframes up to 4H. On Daily and above a whole day is a single bar, so there is nothing to draw; the indicator shows a small notice instead.
- If the levels don't line up with the candle you expect, the timezone setting is almost always the reason — match it to the clock at the bottom-right of your chart.
- PulseWire caps drawing objects per indicator, so history reaches back roughly 250 trading days.
---
Indicator

Indicator

Craty Evaluation Account Level E8 - Live Execution SetupCraty Evaluation Account Level E8 - Live Execution Setup is an intraday MNQ 1-minute evaluation trading strategy based on an Opening Range Breakout model.
The strategy uses London and New York AM sessions only, with no overnight holding. It waits for a confirmed opening-range breakout, applies a 3-bar human delay, checks VWAP alignment, breakout candle strength, stop validity, risk limits, and chase protection before entering.
Each trade uses a structural stop behind the breakout level, a capped aggressive target, and automatic profit protection using both R-based and dollar-based locking rules. The setup is designed for evaluation-style trading with a $3,000 profit target, $2,000 trailing drawdown protection, and a maximum single-trade profit cap of $1,400.
E8 adds live execution tools including entry alerts, quantity, entry price, stop loss, take profit, risk amount, chart labels, live SL/TP plots, and a dashboard showing current PnL, peak PnL, drawdown from peak, remaining drawdown, position status, and live stop/target.
This version keeps the same trading logic as the E7 pass candidate and is intended for alert-based live execution and further validation with commission, slippage, and longer date ranges.
Strategy

Indicator

Indicator

Hitesh Nimje Indicator# Hitesh Nimje Indicator
The **Hitesh Nimje Indicator** is a comprehensive all-in-one market structure and session analysis tool designed for intraday, swing, and institutional-style traders. It combines multi-timeframe key levels, global market session tracking, support/resistance zones, session volume analysis, VWAP, trend detection, and an advanced market dashboard into a single indicator.
## Key Features
### Multi-Timeframe Highs & Lows
Track important market reference levels directly on your chart:
* Today's High & Low
* Previous Day High & Low (PDH / PDL)
* Previous Week High & Low (PWH / PWL)
* Previous Month High & Low (PMH / PML)
* All-Time High & Low (ATH / ATL)
Each level is automatically updated and labeled for easy identification.
### Dynamic Support & Resistance
Built-in standard pivot calculations provide:
* Daily R1, R2, S1, S2
* Weekly R1, R2, S1, S2
* Monthly R1, R2, S1, S2
These levels help identify potential reversal zones, breakout areas, and profit targets.
### Global Market Session Tracking
Monitor major trading sessions simultaneously:
* New York Session
* London Session
* Tokyo Session
* Sydney Session
Each session can be independently customized with:
* Session Range Boxes
* Trendlines
* Session Mean Price
* Session VWAP
* Session High/Low Tracking
### Session Range Analysis
Visual session boxes display:
* Session High
* Session Low
* Price Expansion
* Market Volatility
This allows traders to quickly identify liquidity zones and session breakout opportunities.
### Session VWAP
Calculate a separate VWAP for each trading session to help determine:
* Institutional price positioning
* Fair value areas
* Potential support and resistance levels
### Session Trend Detection
Built-in linear regression analysis identifies the dominant direction within each session:
* Bullish Trend
* Bearish Trend
Useful for aligning trades with session momentum.
### Volume Delta Analysis
The indicator measures:
* Buyer Volume
* Seller Volume
* Volume Delta
This provides insight into which side of the market is currently in control.
### Advanced Market Dashboard
The dashboard displays real-time information for all sessions, including:
* Session Status (Active / Inactive)
* Price Trend
* Volume Trend
* Buyer Volume
* Seller Volume
* Volume Delta
* Dominant Market Side (Buyers / Sellers)
An overall market sentiment summary is also generated automatically.
### Timezone Flexibility
Choose between:
* Exchange Timezone
* Custom Timezone
This makes the indicator suitable for traders worldwide.
### Session & Daily Dividers
Optional visual dividers help separate:
* Trading Sessions
* Trading Days
for improved chart readability.
## Best Used For
* Intraday Trading
* Scalping
* Futures Trading
* Forex Trading
* Index Trading
* Session Breakout Strategies
* Smart Money Concepts (SMC)
* ICT-Based Trading Approaches
* Liquidity and Range Analysis
## Notes
* Works on all markets and timeframes.
* For best results, use intraday charts where session activity and volume behavior are most relevant.
* Session times are fully customizable to match your trading style and market preferences.
Thank you for using the Hitesh Nimje Indicator. Trade smart, manage risk, and always follow your trading plan.
Indicator

Indicator

[3Commas] Dual RSI DCA INJ - Long StrategyDual RSI DCA — Long Strategy
🔷 What it does:
This is a long-only DCA strategy that captures oversold-to-overbought rotations confirmed by two independent RSI conditions on a lower timeframe. A long entry opens only when the lower-timeframe RSI crosses up out of an oversold zone; the take profit fires only when the lower-timeframe RSI crosses down out of an overbought zone AND a minimum profit threshold from average entry has been reached. Five safety orders form a deviation ladder for adverse downward price action. No trailing, no Stop Loss.
- Single base order with up to five safety orders, sized at a 1.25× progression for soft compounding.
- Dual-RSI architecture: RSI(14) cross up 31 on 3m for entry, RSI(14) cross down 69 on 3m for exit.
- Deviation ladder: 1.3% to first safety order, 1.3× step multiplier — five rungs from 1.30% to 11.75% below base entry.
- Profit-armed exit: take profit fires only when minimum profit (default 2.4%) above average entry has been reached.
- Every entry, safety order, and exit emits a webhook-ready JSON alert payload for direct DCA Bot consumption.
🔷 Who is it for:
- Swing traders looking for systematic long exposure on crypto perpetuals that frequently sweep liquidity into local lows.
- DCA-style traders who want both entry and exit signals gated by momentum confirmation, not just price levels.
- Bot operators who want to drive a DCA Bot via webhook with per-event JSON payloads tagged for each base / safety order / exit action.
- Risk-conscious operators — at default settings the maximum deployed capital is ~9.93% of equity per trade, comfortably inside the conventional 5–10% per-trade risk band.
🔷 How does it work:
Entry RSI Filter: A 3-minute RSI(14) is sampled via request.security with lookahead disabled. The entry gate fires when RSI crosses up the oversold threshold (default 31). The cross is detected at host-bar close, comparing the current LTF RSI value to the previous host bar's reading.
Entry: When the entry gate fires and no position is open, a long position opens at the base order size (default 90 USDT ≈ 0.9% of equity). The base order is configurable as Market (default) or Limit at the bar's close.
Safety Order Ladder: After the base fill, the strategy monitors price deviation downward against the position. The k-th safety order fires when close ≤ base entry × (1 − cumulative deviation), where cumulative deviation grows by the step multiplier (default 1.3). At default settings the deviations are: 1.30%, 2.99%, 5.18%, 8.04%, 11.75%. Each safety order's size grows by the size multiplier (default 1.25) — soft compounding without aggressive martingale.
Exit RSI Filter: A 3-minute RSI(14) is sampled in parallel. The exit gate is checked only when price has reached the minimum profit target (default 2.4% above average entry). When the exit gate fires (RSI crosses down 69), the position closes at market.
Profit-Armed Exit: This is the key mechanic. The take profit does not fire on a static target — it waits for momentum confirmation. The strategy lets winners run when RSI keeps climbing, and only exits when RSI rolls over from overbought, locking in profit at a momentum peak rather than a fixed distance.
🔷 Why it's unique:
- Dual-RSI Architecture: Two independent RSI cross conditions on the same lower timeframe — one for entry, one for exit. Most DCA tools gate only one end of the deal; this one filters both.
- Profit-Armed Exit: The take profit waits for the lower-timeframe RSI to roll over from overbought. Winners run while momentum holds, then exit on the first sign of rotation — better expectancy than a fixed-target exit on trending moves.
- Soft Compounding Ladder: The 1.25× size multiplier scales position size with adverse drift but doesn't blow up capital deployment. Five safety orders cap maximum exposure at ~9.93% of equity.
- DCA Bot Integration: Every event (base, AO 1–5, exit) emits a fully-formed JSON alert payload. Connect one alert to a DCA Bot's webhook URL and the strategy drives the bot end-to-end without any glue layer.
🔷 Considerations Before Using the Strategy:
Market & Timeframe: Defaults are calibrated for INJUSDT perpetual on 3m. The dual-RSI mechanic is portable to other liquid crypto perpetuals that mean-revert from oversold conditions, but RSI thresholds and the deviation ladder should be reviewed before redeployment.
Sample Size: The backtest produced 102 closed trades — just above the ~100-trade floor for statistical relevance, not far above it. The high win rate and profit factor reflect favorable conditions over the test window and the profit-armed exit mechanic; treat them as indicative rather than a forward-performance guarantee. Extend the window or test across multiple assets to build a larger sample.
Strong Downtrends: Like any oversold-reversal setup, the strategy is positioned for ranges and rotations, not waterfall declines. In sustained downtrends the strategy may fill the entire 5-AO ladder and hold the position while price grinds lower. The dual RSI filter limits exposure to confirmed oversold conditions, but a regime shift to a strong downtrend requires manual oversight.
Cross Detection Granularity: LTF RSI cross detection happens at host-bar close. A cross that completes and reverses inside a single host bar may be missed by design — this prevents over-signaling on intra-bar noise.
Funding Rates (Perpetuals): Backtests do not account for perpetual funding rates. Sustained negative funding (shorts pay longs) improves live performance for this long strategy; sustained positive funding degrades it. Review the historical funding pattern before live deployment.
No Stop Loss Justification: There is no exit on adverse moves beyond the 5-AO ladder. Per-trade risk is structurally capped by the bounded position-size ladder — at defaults that is base 90 + AO sum ~903 = 993 USDT max deployed ≈ 9.93% of equity, inside the conventional 5–10% per-trade band. If a hard stop is required at the exchange level, layer it on the bot side.
🔷 STRATEGY PROPERTIES
Symbol: BYBIT:INJUSDT.P (Perpetual) — portable to any INJ / USDT pair.
Timeframe: 3M
Test Period: March 16, 2026 — June 11, 2026 (~2.9 months).
Initial Capital: 10,000 USDT.
Order Size per Trade: 0.9% of Capital base + 5 safety orders at 1.25× progression.
Max Capital Deployed: ~993 USDT per trade (~9.93% of equity).
Commission: 0.08% per trade.
Slippage: 3 ticks.
Margin for Long Positions: 100%.
Indicator Settings: Default Configuration.
Base Order: 90 USDT, Market by default (Limit toggle available).
Take Profit: 2.4% minimum profit, armed by 3m RSI crossing down 69.
Stop Loss: None — bounded position size is the structural risk cap.
Entry Filter: 3m RSI(14) Crossing Up 31.
Exit Filter: 3m RSI(14) Crossing Down 69 + minimum profit 2.4%.
Averaging Orders: 5, Deviation 1.3%, Deviation Step 1.3×, Size Multiplier 1.25×.
Strategy: Long Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance.
Net Profit: +223.16 USDT (+2.23%)
Max Equity Drawdown: 204.77 USDT (1.98%)
Total Closed Trades: 102
Percent Profitable: 84.31% (86 / 102)
Profit Factor: 15.628
🔷 How to Use It:
🔸 Adjust Settings: Open the strategy inputs and review the Base Order Size, the entry RSI filter (timeframe / length / level), the exit RSI filter, the 5-AO ladder, and the Minimum Profit threshold. Defaults are calibrated for INJUSDT.P 3m — recalibrate per asset before deploying.
🔸 Results Review: Run a full-period backtest and confirm Max Drawdown stays inside your personal risk band. This configuration produced 102 closed trades — just above the ~100-trade floor for statistical relevance; a larger sample increases confidence. Update commission and slippage to match your exchange's actual conditions.
🔸 Create alerts to trigger the DCA Bot: Add one alert on the strategy using "Any alert() function call". Paste the DCA Bot's webhook URL into the alert's Webhook field, and fill the Bot ID, Email Token, and Pair inputs on the script. The strategy will emit JSON payloads for entry, each safety order, and exit — formatted for direct DCA Bot consumption.
🔷 INDICATOR SETTINGS
Base Order Size (USDT): USDT amount opened on the long entry.
Use LIMIT for Base: Toggle between Market (default) and Limit at bar close.
Averaging Orders per Trade: Maximum number of safety orders per deal (default 5).
First AO Size (USDT): USDT size of the first safety order; subsequent AOs scale by the Size Multiplier.
Deviation to First AO (%): Distance from base entry at which AO1 becomes eligible.
Deviation Step Multiplier: Ladder factor that widens each subsequent deviation step.
Order Size Multiplier: Factor that grows each subsequent safety order's USDT size.
Entry RSI Timeframe / Length / Level: Lower-timeframe RSI filter that gates the base entry.
Exit RSI Timeframe / Length / Level: Lower-timeframe RSI filter that arms the take profit.
Minimum Profit (%): Threshold above the running average entry that must be reached before the exit signal can fire.
DCA Bot Webhook: Bot ID, Email Token, and Pair fields injected into every alert payload.
Visualization: Toggle DCA Ladder, fill labels, status table.
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Strategy

cd_new_QT_CxGeneral: This indicator is a multi-layered time and market structure analyzer specially developed for traders using Smart Money Concepts (SMC), Quarterly Theory (QT), and Inner Circle Trader (ICT) methodologies.
It is based on the fact that market price movements are governed not only by a "price" axis but also by "time"-based cycles. The algorithm helps you track institutional order flow with the highest accuracy by combining Institutional Time Cycles, Smart Market Divergences (SMT - Smart Money Technique), and Asset Correlations on a single screen.
🚀 Details
1. Multi-Layered Time Cycle Models (Cycles)
The indicator supports 2 different theories to make sense of market timeframes, and additionally, personal cycles can be generated with free selections.
• Daye's Theory : Yearly, Quarterly, Monthly, Weekly, Daily, 90m, Micro, and Mini Cycles are generated.
• Zeussy's Theory: Daily (270m), 90m, 30m, and 10m time cycles are generated.
• Free Model : A free cycle model where you can completely customize the starting time, timezone, and division coefficients according to your own strategy.
2. Triad Selection & SMT & SSMT Divergence
Tracking It analyzes market correlations (correlation triads) simultaneously in the background. It catches market divergences by automatically drawing HTF SMT (High Timeframe SMT) and (SSMT) Cyclic SMT lines on the chart. Cycle + higher cycle and lower cycle (SMT + SSMTs) appropriate for the chart timeframe are visualized. The triad (assets) is determined via the menu; its special box must be checked for inverse correlation relationships. By default:
3. HTF Cycle Candles
It reflects the candle bodies and wicks of the institutional cycles in the (one step higher) high timeframe onto the chart in the lower timeframe you are currently on. Sweep, SSMT, FVG, and PSP forms are marked on the HTF cycle candles.
4. Components
• Cycle Sweep (Liquidity Sweep): Automatically detects sweep movements at the highest and lowest levels.
• Cycle SMT (Divergence): Automatically detects divergences at the highest and lowest levels between cycles.
• HTF SMT (Divergence): Automatically detects divergences at the highest and lowest levels between HTF candles.
• Cycle FVG (Fair Value Gap): Tracks institutional imbalance areas and price gaps between cycles.
• BSL/SSL SMT : Tracks BSL/SSL levels and the resulting divergences.
• PSP : Tracks correlation breakups (CIC) between correlated assets on cycle and chart candles.
• CISD (Change In Status of Delivery): Used as transaction confirmation when the desired forms occur as the final stage of the trade. It shows the changes in the market delivery status with Bullish/Bearish color transitions.
5 . Bias (Direction)
Panel Through a special table placed in the bottom right/left corner of the chart, it guides the trader by calculating the instantaneous institutional market direction (Bullish / Bearish / Invalid) obtained from cycle analyses in real-time. Bias is determined according to the cycle selected from the menu (A higher cycle / Aligned higher cycle).
6. Alert Options Instead of producing random signals, the indicator features a dynamic alert structure that operates at the most reliable institutional order flow confirmation points and is fully compatible with the alert() function. For an alert to be triggered, the formation of a single structure in the market is not enough; a precise institutional trigger followed by a CISD (Change In Status of Delivery) confirmation is required. The system generates confirmed alerts through two different scenarios:
• Correlated (Multi-Asset) Alert Condition: Once a Cycle Sweep + SSMT (Simultaneous SMT) formation occurs on the main asset or any of the defined correlated pairs, the alert is triggered the exact moment the CISD confirmation arrives on the main pair.
• Main Pair Specific Alert Condition: Once a Cycle Sweep takes place on the main pair, a dynamic signal is sent as soon as one of the accompanying structures is completed—such as:
o BSL / SSL SMT (Liquidity divergence),
o Cycle FVG Tap (Fair value gap test),
o Standard SMT or SSMT
—and is immediately followed by a CISD confirmation.
🛠️ How to Use?
-Time Zone (Timezone): Select the time zone (for example, GMT-4 for New York or your local time) from the indicator settings according to the asset you are trading.
-Model Selection: Activate one of the Daye's Theory, Zeussy's Theory models or the free option according to your strategy. In the free option; the start hour-minute, daily cycle duration (6 hours in Daye - 270 minutes in Zeussy), and into how many equal parts the lower cycles will be divided are entered.
-Correlation: The indicator automatically detects your chart asset (e.g., EURUSD) and starts SMT analysis with the other assets in the triad group (GBPUSD and DXY). You can use the B-ADJ (Contract Adjustment) filter for Futures charts.
-Appearance and color options can be customized. Cycle appearances are customized from the (Box – Line) options. The cycle body (between opening and closing values) is displayed with the Body option. Cycle names are displayed with the Label option.
-Alert setup is done separately for each cycle.
Final Words:
• The indicator notifies you of the formation that triggers the alert. Trading decisions and risk management belong entirely to the user.
• Please feel free to share your feedback and suggestions.
Happy trading!
Indicator

Indicator

[3Commas] NOT Grid - Long Indicator NOT Grid - Long Indicator
🔷 What it does:
This is a signal-only indicator that mirrors a price-grid long workflow on NOT / USDT between two fixed bounds. It tracks up to 20 independent virtual slots between a configurable High and Low — each slot fires a webhook-ready buy signal when price crosses down through it, and a paired sell signal when price subsequently crosses up through the slot immediately above. The indicator computes a running average entry, total deployed capital, and open PnL from the live slot ledger and renders all of it on the chart.
- Pre-computes 7–200 grid levels in Geometric (default) or Arithmetic spacing.
- Each slot is an independent ownership flag with its own buy/sell webhook payload.
- Avg entry is derived from fill-by-fill bookkeeping — total cost and total qty are updated on every event.
- Every event emits a webhook-ready JSON alert payload tagged with the specific grid slot.
🔷 Who is it for:
- Swing traders harvesting volatility on NOT in range-bound regimes.
- Bot operators looking for a chart-driven signal source that emits per-slot JSON ready for a DCA Bot configured for grid execution.
- Traders who want to monitor a virtual grid state — avg entry, owned slots, deployed capital, open PnL — directly on the chart without a backtest engine.
- Portfolio operators using a high-trade-count contributor alongside directional strategies.
🔷 How does it work:
Grid Construction: On script load, the indicator computes N price levels between the configured High and Low bounds. In Geometric mode (default), level k is at High × (Low/High)^(k/(N-1)), giving constant percent spacing — approximately 1.0% per step at default settings. In Arithmetic mode, levels are linearly spaced by absolute price.
Per-Slot State Machine: Each grid level is an independent slot tracked by a boolean ownership flag. When close price crosses down through an empty slot's level, the slot is marked owned, virtual cost-basis is added, and the BUY webhook payload is dispatched. When close price crosses up through the level immediately above an owned slot, the slot is marked free, virtual cost-basis is subtracted, and the SELL webhook payload is dispatched.
Honest Virtual Bookkeeping: Total cost and total qty are updated incrementally on each event, so the avg entry, deployed capital, and open PnL displayed in the status table reflect the actual broker-equivalent position state — no shortcuts from base entry, no synthetic averaging. The table also accumulates the realized PnL from every closed slot (the exact round-trip profit between adjacent levels), so it shows how much the grid has actually earned over the chart history.
No Trailing, No Stop Loss: By design, each slot has a fixed exit (the level above). The indicator never trails the exit and never signals a slot-out for a loss — slots that fall below their entry stay owned until price comes back. This is the canonical grid-bot behavior.
🔷 Why it's unique:
- Per-Level Webhook Ledger: Every BUY and SELL emits a fully-formed JSON alert payload tagged with the specific grid slot ("Grid_BUY_L5" / "Grid_TP_L5"). The indicator can drive a DCA Bot configured for grid emulation without any glue layer.
- Fill-by-Fill Avg Entry: The orange avg-entry line is derived from running totals updated on every event — what you see is what the broker-equivalent position would actually have.
- Active Slot Highlighting: Owned grid levels are rendered with a thicker green stroke; empty slots stay dashed gray. Slot density and current loading are visible at a glance.
- Range Box & Bounds Labels: A semi-transparent box spans the configured High/Low range, and crisp HIGH/LOW labels mark the bounds — the grid topology is obvious without zooming.
- Calibrated for NOT 15m: Default bounds, level count, and step size are set against NOT's recent observed range. The 20-level geometric ladder gives roughly 1.0% per step — wide enough to clear taker fees on each round-trip, granular enough to keep catching 15m swings inside the range.
🔷 Considerations Before Using the Indicator:
Market Selection & Range Validity: Grid strategies are most profitable in range-bound, mean-reverting markets. On strong directional trends below the configured Low, slots will keep marking as owned as price falls and won't free until price reverses. The default High/Low (0.0004277 / 0.0003518) was set against NOT's recent observed range; update both whenever the regime changes.
Capital Deployment: The default Total Investment of 10,000 USDT is a virtual reference used for the avg-entry and open-PnL computation. The real sizing happens on the bot side — match the indicator's per-slot allocation to your bot's grid configuration to keep the avg-entry display honest.
Small-Cap Asset Volatility: NOT is a lower-priced, higher-volatility asset. The narrow ~17.8% grid range can be exited quickly on a strong directional move, leaving the lowest slots loaded. Reassess the bounds frequently.
Cross Detection Granularity: Crossings are detected on bar close, comparing the current close to the previous close. A bar that spikes through a level and returns within the same bar may be missed by design — this prevents over-signaling on intra-bar wicks.
Live vs Historical State: The virtual slot ledger is rebuilt from chart history each time the indicator is recompiled. If the indicator is added mid-deployment or the live bot diverges from the signal stream (manual interventions, partial fills), the indicator state may not match the live bot. Toggle the indicator off and on to reset.
No Stop Loss: There is no exit signal on adverse moves below the lowest grid level. Risk is structurally capped on the bot side by the bounded Total Investment configured at the bot. If a hard stop is required, layer it on the bot side.
Backtesting Note: This is an indicator, not a strategy. There is no built-in P&L tester. For performance metrics over a ~14.3-month sample (1,011 closed trades, 58.26% win rate, 12.13% max drawdown, profit factor 1.808, +32.88% net return), use the companion strategy version on identical parameters. The 1,011-trade sample is far above the ~100-trade floor for statistical relevance.
🔷 How to Use It:
🔸 Add the indicator to a NOT / USDT 15m chart.
🔸 Set the High and Low bounds to a range you expect NOT to respect.
🔸 Pick Geometric (default, recommended) or Arithmetic spacing.
🔸 Set Grid Levels (7–200) and the virtual Total Investment used for avg-entry computation.
🔸 In the DCA Bot Webhook group, paste your Bot ID, Email Token, and Pair (QUOTE_BASE format, e.g., USDT_NOT).
🔸 Create an alert on the indicator with "Any alert() function call". Paste the DCA Bot's webhook URL into the alert's Webhook field. Every grid-level buy and grid-level close will emit a dedicated JSON payload tagged with the slot index, so each level can be tracked independently downstream.
🔷 INDICATOR SETTINGS
High Price: Top of the grid. The highest level a slot can be created from.
Low Price: Bottom of the grid. The lowest level a slot can be created from.
Grid Levels: Number of price levels between High and Low (default 20, range 7–200).
Spacing Mode: Geometric (constant percent step) or Arithmetic (constant absolute step).
Total Investment (USDT): Virtual capital allocated across all slots. Used for the avg-entry and open-PnL computation only.
Bot ID / Email Token / Pair: Webhook fields injected into every alert payload.
Visualization: Toggle grid lines, range box, HIGH/LOW labels, avg entry plot, fill labels, signal triangles, status table (shows status, range, levels, owned slots, avg entry, deployed capital, open PnL, and cumulative realized PnL).
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Indicator

[3Commas] NOT Grid Bot - Long Strategy NOT Grid Bot - Long Strategy
🔷 What it does:
This is a long-only price-grid strategy that harvests volatility on NOT / USDT through repeated round-trips on a pre-defined ladder of price levels between two fixed bounds. Each level is an independent slot: when price crosses down through a level, the strategy opens one slot; when price subsequently crosses up through the level immediately above, that slot is closed for a fixed round-trip profit. The grid is generated geometrically by default, so spacing adapts to the price scale.
- Up to 20 simultaneous long slots at default settings, each sized as a fixed fraction of the configured Total Investment.
- No trailing exit, no stop loss — each slot's exit is the level above its entry.
- Per-slot exposure is approximately 5.00% of equity at default settings, inside the conventional 5–10% per-trade risk band.
- Every fill and close emits a webhook-ready JSON alert payload tagged with the specific grid slot.
🔷 Who is it for:
- Swing traders harvesting volatility on NOT in range-bound regimes.
- Bot operators looking for a chart-driven signal source with per-slot webhook JSON ready to drive a DCA Bot configured for grid execution.
- Traders running a portfolio of low-correlation strategies who want a high-trade-count contributor with bounded per-trade risk.
- Range traders who prefer mechanical execution over discretionary entries.
🔷 How does it work:
Grid Construction: On script load, the strategy computes N price levels between the configured High and Low bounds. In Geometric mode (default), level k is at High × (Low/High)^(k/(N-1)), giving constant percent spacing — approximately 1.0% per step at default settings. In Arithmetic mode, levels are linearly spaced by absolute price.
Per-Slot Logic: Each grid level is an independent slot tracked by a boolean ownership flag. When bar close moves price down through an empty slot's level, a long is opened at that level for one slot's worth of capital (Investment / N). When bar close moves price up through the level immediately above an owned slot, that slot is closed, locking the round-trip profit between the two adjacent levels.
No Trailing, No Stop Loss: By design, each slot has a fixed exit (the level above). The strategy never trails the exit and never stops a slot out for a loss — slots whose entry price is below current market simply wait until price comes back. This is the canonical grid-bot behavior.
Capital Bounds: Total deployed capital cannot exceed the configured Investment. When all 20 slots are filled, no new orders are opened until price rises and starts closing slots. This structural cap is the strategy's primary risk control.
🔷 Why it's unique:
- Per-Level Webhook Ledger: Every fill and close emits a fully-formed JSON alert payload tagged with the specific grid slot ("Grid_BUY_L5" / "Grid_TP_L5"). The strategy can drive a DCA Bot configured for grid emulation without any glue layer.
- Pre-Allocated State: All up to 200 slot ledgers live in fixed-size arrays, so state lookups are constant-time and the chart can render every active slot with no performance overhead.
- Honest Backtest Surface: The avg entry line plotted on the chart and the open PnL displayed in the status table both reflect the actual broker-equivalent position state — derived from fill-by-fill bookkeeping, not synthetic averaging. The status table also reports the cumulative realized net profit (how much the grid has actually earned, in USDT and % of starting capital), so live performance is visible directly on the chart.
- Calibrated for NOT 15m: Default bounds, level count, and step size are set against NOT's recent observed range. The 20-level geometric ladder gives roughly 1.0% per step — wide enough to clear taker fees on each round-trip, granular enough to keep catching 15m swings inside the range.
🔷 Considerations Before Using the Strategy:
Market Selection & Range Validity: Grid strategies are most profitable in range-bound, mean-reverting markets. On strong directional trends below the configured Low, slots will keep loading as price falls and won't close until price reverses. The default High/Low (0.0004277 / 0.0003518) was set against NOT's recent observed range; update both whenever the regime changes.
Capital Deployment & Drawdown: The default Investment of 10,000 USDT equals 100% of starting capital — high-conviction setting that assumes the configured range holds. Per-slot risk is moderate (~5.00% of equity), but if price collapses below the Low bound, aggregate unrealized loss can grow further. Scale the Investment input down to match the worst-case drawdown you are willing to absorb in a range-break scenario.
No Stop Loss Justification: There is no exit on adverse moves below the lowest grid level. The strategy's per-trade risk is structurally capped by the per-slot allocation (Investment / N levels) — at defaults that is ~500 USDT per slot, inside the conventional 5–10% per-trade band. The aggregate unrealized exposure is controlled separately via the Investment input.
Trade Volume & Fees: Grid bots on 15m generate a high number of round-trips. The ~1.0% step is deliberately wider than a tight scalp grid so each round-trip comfortably clears the taker fee. The default commission (0.06% per trade) should be matched to your exchange's actual fees; any mismatch will materially shift the results.
Small-Cap Asset Volatility: NOT is a lower-priced, higher-volatility asset. The narrow ~17.8% grid range can be exited quickly on a strong directional move, leaving the lowest slots loaded. Reassess the bounds frequently and keep the Investment sized for a possible range-break.
Demo Testing: Always demo-test before going live. Past results do not guarantee future performance, especially on a strategy whose profitability is bounded by the chosen High/Low range remaining valid.
🔷 STRATEGY PROPERTIES
Symbol: BYBIT:NOTUSDT.P (Perpetual) — strategy is portable to any NOT / USDT pair.
Timeframe: 15M
Test Period: April 1, 2025 — June 10, 2026 (~14.3 months).
Initial Capital: 10,000 USDT.
Total Investment: 10,000 USDT (100% of capital, high-conviction setting).
Order Size per Slot: Investment / 20 = 500 USDT (~5.00% of equity).
Commission: 0.06% per trade.
Slippage: 3 ticks.
Margin for Long Positions: 100%.
Indicator Settings: Default Configuration.
Grid Bounds: High 0.0004277 / Low 0.0003518 (range −17.75%).
Grid Levels: 20 (Geometric spacing, ~1.0% per step).
Stop Loss: None — per-slot allocation is the structural risk cap.
Trailing: None.
Strategy: Long Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance.
Net Profit: +3,287.62 USDT (+32.88%)
Max Equity Drawdown: 1,344.70 USDT (12.13%)
Total Closed Trades: 1,011
Percent Profitable: 58.26% (589 / 1,011)
Profit Factor: 1.808
🔷 How to Use It:
🔸 Adjust Settings: Open the strategy inputs and set the High and Low bounds to a range you expect NOT to respect. Pick Geometric for percent-spaced levels (default, recommended) or Arithmetic. Set Grid Levels (7–200) and Total Investment to match your risk profile.
🔸 Results Review: Run a full-period backtest and confirm Max Drawdown stays within your personal risk band. Validate that the trade count is high enough to be statistically meaningful — this configuration produced 1,011 closed trades over the test window, far above the ~100-trade floor for statistical relevance.
🔸 Create alerts to trigger the DCA Bot: Add one alert on the strategy using "Any alert() function call". Paste your DCA Bot's webhook URL into the alert's Webhook field, and fill the Bot ID, Email Token, and Pair inputs on the script. Every grid-level buy and grid-level close will emit a dedicated JSON payload tagged with the slot index, so each level can be tracked independently downstream.
🔷 INDICATOR SETTINGS
High Price: Top of the grid. The highest level a slot can be created from.
Low Price: Bottom of the grid. The lowest level a slot can be created from.
Grid Levels: Number of price levels between High and Low (default 20, range 7–200).
Spacing Mode: Geometric (constant percent step) or Arithmetic (constant absolute step).
Total Investment (USDT): Total capital allocated across all slots. Per-slot size = Investment / Grid Levels.
Bot ID / Email Token / Pair: Webhook fields injected into every alert payload.
Visualization: Toggle grid lines, range box, HIGH/LOW labels, avg entry plot, fill labels, status table (shows range, levels, owned slots, investment, per-slot size, open PnL, and cumulative realized net profit).
Brand Watermark: Configurable text, position, size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Strategy

Indicator

S/R & Liquidity ProOverview
DT S/R & Liquidity Pro is a clean, multi-layer Support and Resistance toolkit that maps three distinct sources of structural memory onto a single chart: pivot-based liquidity zones, daily session anchors, and psychological round numbers. Each layer is independently toggleable, all lines extend right of the last bar, and nothing repaints.
How It Works
Layer 1 — Pivot Liquidity S/R
The indicator scans historical bars for confirmed swing highs and swing lows using a configurable lookback window. Each confirmed pivot is treated as a liquidity zone — a price where a meaningful number of participants were previously stopped out, filled, or reversed. These levels tend to act as magnets on subsequent approaches because trapped positions and pending orders cluster there.
Only the most recent N levels are kept on chart (adjustable input labeled Max Historical Levels), which prevents the chart from becoming a graveyard of every pivot ever made. Lines are color-coded: resistance in red, support in green by default.
What makes a pivot significant: the lookback (Pivot Strength) sets how many bars must form on each side of the high or low before it is confirmed. Higher values = fewer, higher-quality levels. Lower values = more granular intraday structure.
Layer 2 — Session Anchor Levels
Three automatic levels anchor each trading day:
Daily Open — Algos and institutional order flow are benchmarked against this level throughout the day. Reclaims and rejections at the daily open are among the most repeatable intraday setups.
Previous Day High (PDH) — A magnet for liquidity sweeps and breakout/breakdown setups, particularly in the first 90 minutes of the session.
Previous Day Low (PDL) — One of the most watched levels by professional desk traders and algorithms.
These levels update automatically at each new session. No manual input required.
Layer 3 — Psychological Round Numbers
Optional grid of horizontal levels spaced at a user-defined interval (default: every $10). Round numbers attract options strike clustering, retail stop placement, and institutional limit orders. Useful as a secondary confirmation layer, not a primary setup trigger.
Painted as faint dotted lines to minimize visual weight while remaining visible when warranted.
Recommended Inputs by Trading Style:
Scalping / Active Day Trading (1m – 15m chart)
Pivot Strength (Lookback): 5 – 7 — Captures granular intraday swing points; lower bars confirm faster
Max Historical Levels: 4 – 5 — More nearby levels needed for tight intraday decision-making
Show Session Levels: On — Daily Open is a primary intraday reference — essential
Show Previous Day H/L: On — PDH/PDL sweeps are bread-and-butter scalp setups
Show Round Numbers: Optional — Enable on high-priced instruments (e.g., SPX, TSLA) where $5–$10 intervals cluster options strikes
Round Number Step: 5.0 – 10.0 — Match to the instrument's typical daily range
Swing Trading (1H – Daily chart)
Pivot Strength (Lookback): 15 – 25 — Filters intraday noise; only confirms swing-level structural highs/lows
Max Historical Levels: 2 – 3 — On higher timeframes, only the most recent major levels matter
Show Session Levels: Optional — Daily Open is less relevant on a weekly hold; PDH/PDL retain value as weekly structure markers
Show Previous Day H/L: On — Still useful; overnight gaps into PDH/PDL are structural events on swing timeframes
Show Round Numbers: On — Psychological levels matter more over multi-day holds as price cycles through them repeatedly
Round Number Step: 10.0 – 25.0 — Larger intervals appropriate for instruments moving $10–$50 per week Indicator

Indicator

Indicator

Indicator

AVIXZGROUP - Agente Sinais PRO | S/R e Anti-SpikeDescrição:
Este é o Agente Sinais PRO da AVIXZGROUP. Desenvolvemos este indicador para limpar o ruído do mercado e focar apenas nas zonas de preço onde o dinheiro institucional realmente atua.
Ideal para quem não pode passar o dia inteiro na frente do gráfico e precisa de um rastreador automático, confiável e com gestão de risco visual. Ele não desenha dezenas de linhas confusas na sua tela; ele entrega apenas as fronteiras finais de negociação.
⚙️ Como Funciona?
O Agente mapeia o gráfico buscando pontos fortes de reversão (Topos e Fundos) em tempos gráficos maiores (Radar) e agrupa níveis próximos para formar zonas sólidas de Suporte (Chão) e Resistência (Teto).
No gráfico, você verá apenas as zonas ativas mais próximas do preço atual, com um histórico limpo de apenas 7 dias para trás e 1 dia projetado para frente.
🎯 Principais Funcionalidades
Linhas Distais (Sólidas): As linhas vermelhas (Teto) e verdes (Chão) representam o extremo da zona de briga. É o ponto exato para avaliar a sua entrada.
Gatilho Anti-Spike (Tracejadas): A grande proteção do indicador. As linhas tracejadas marcam o seu limite de risco. Se o preço romper a zona de forma violenta (além da linha tracejada), o Agente classifica como rompimento real e não emite o sinal, protegendo você de pegar a "faca caindo".
Filtro de Volume Institucional (Opcional): No painel de configurações, você pode exigir que o indicador só plote zonas ou emita sinais se houver um pico de volume financeiro confirmando o movimento.
Congelamento Diário (Cache 24h): As zonas são recalculadas apenas na virada do dia (00:00). Isso impede que as suas marcações fiquem piscando ou mudando de lugar durante as suas operações diárias.
📲 Como configurar os Alertas (Telegram/App)
Este indicador está 100% pronto para enviar alertas estruturados direto para o seu celular via Webhook.
Adicione o indicador ao gráfico e ajuste as configurações (Tempo gráfico, Agrupamento e Volume) na engrenagem.
Clique em Criar Alerta no PulseWire.
Na Condição, selecione AVIXZGROUP - Agente Sinais PRO.
Escolha a opção "Qualquer chamada da função de alerta" (Any alert() function call). Isso é obrigatório.
Na aba Notificações, insira a URL do seu Webhook e salve.
O script cuidará de formatar a mensagem com o nome do ativo, preço atual e a zona exata de defesa. Bons trades! Indicator

Indicator
