ATOM RSI Strategy [3Commas] by 3Commas
By 3Commas
Performance Metrics
- Author: 3Commas
- Symbol: BYBIT:ATOMUSDT.P
- Timeframe: 4 hours
- Win Rate: 70.2%
- Profit Factor: 3.417
Description
ATOM RSI Long Strategy [3Commas]🔷 What it does:This is a long-only DCA (Dollar-Cost Averaging) strategy for ATOM / USDT that opens a position only in deep-oversold conditions and then averages down on a fixed safety-order ladder. A base order fires when 4h RSI(14) drops below 28; if price keeps falling, five averaging orders add to the position at fixed deviations from the base entry, each larger than the last. The full position is closed at a fixed take-profit above the blended average entry. There is no trailing exit and no stop loss — the position is structurally bounded by the five-order ladder. - Single entry filter: 4h RSI(14) below 28 (deep oversold). - Five averaging orders at fixed deviations (−2%, −5%, −9.5%, −16%, −25%) with 1.8× size scaling per rung. - Fixed take-profit on the blended average entry; no trailing, no stop loss. - Every fill and close emits a webhook-ready JSON alert payload for a DCA Bot.🔷 Who is it for: - Swing traders accumulating ATOM on deep RSI flushes rather than chasing momentum. - Bot operators who want a chart-driven signal source with base / safety-order / close webhook JSON ready to drive a DCA Bot. - Traders comfortable with martingale-style averaging who size their capital to the worst-case ladder fill. - Range / mean-reversion traders who prefer mechanical oversold entries over discretionary timing.🔷 How does it work: Entry (Base Order): On each closed 4h bar the strategy reads RSI(14). When RSI falls below 28 and there is no open position, it opens the base order at market (or limit, optionally) and dispatches the entry webhook. Averaging Orders: Once in a position, the strategy watches price relative to the original base entry. The five safety orders are armed at fixed deviations from that base entry — not cumulatively — at −2%, −5%, −9.5%, −16%, and −25%. As each threshold is crossed on bar close, the corresponding averaging order fires. Order sizes scale 1.8× per rung ($900 → $1,620 → $2,916 → $5,249 → $9,448 from a $500 base), pulling the blended average entry down toward the latest fill. Exit (Take Profit): While in a position, the strategy computes a take-profit price a fixed percentage above the current average entry. When price closes at or above that level, the entire position is closed at market and the close webhook fires. There is no trailing and no stop loss. Capital Bounds: Total deployed capital cannot exceed the base order plus the five safety orders. Once all five averaging orders are filled, no further adds occur — the position simply waits for the take-profit. This ladder cap is the strategy's primary risk control.🔷 Why it's unique: - Deep-Oversold-Only Entries: A single, strict RSI(14) < 28 filter on 4h keeps the strategy out of the market in normal conditions and only commits capital after a meaningful flush. - Fixed-Deviation Martingale Ladder: Safety orders are placed at fixed percentages from the base entry with deliberate 1.8× size scaling, so each rung has progressively more influence on the average — a transparent, fully-specified averaging schedule rather than an opaque adaptive grid. - Full Webhook Chain: Base order, each safety order, and the close all emit dedicated JSON payloads. The strategy can drive a 3Commas DCA Bot end-to-end with no glue layer. - On-Chart Transparency: The AO ladder, average entry, and take-profit target are plotted live, and the status table reports RSI, AOs filled, base/average entry, TP target, and max deployable capital — so the position state is always visible.🔷 Considerations Before Using the Strategy: Trade Volume — Below the Statistical Floor: The reference backtest produced 84 closed trades over ~30 months. This is below the ~100-trade threshold often used as a floor for statistical relevance, so treat the win rate and profit factor as indicative rather than conclusive. The strict RSI < 28 filter is what keeps the trade count low. Martingale Tail Risk: Order sizes scale 1.8× per rung, so the deepest fills are by far the largest. If ATOM trends hard below the −25% AO5 level without recovering to take-profit, the position sits fully loaded with no further adds and no stop — unrealized loss can grow until price reverts. The 1.8× scaling amplifies both the recovery speed and the downside. No Stop Loss Justification: There is no exit on adverse moves. Per-order risk is bounded by the fixed ladder allocation; aggregate exposure is capped at base + five AOs (≈ $20,633 on the default $100k account, ~20.6% of equity). Size the base/AO inputs down to match the worst-case exposure you are willing to hold. Capital Deployment & Drawdown: The reference backtest reached a 4.57% maximum equity drawdown at default sizing — but that depends on the configured ladder fitting within ATOM's observed swings. A deeper or more prolonged decline than the test sample would produce a larger drawdown. Fees: The default commission (0.06% per trade) should be matched to your exchange's actual taker fees. With a fixed 3% take-profit the per-trade edge is modest, so a fee mismatch matters. Demo Testing: Always demo-test before going live. Past results do not guarantee future performance, particularly for martingale-style averaging strategies whose risk profile is dominated by rare deep drawdowns.🔷 STRATEGY PROPERTIES Symbol: BYBIT:ATOMUSDT.P (Perpetual) — strategy is portable to any ATOM / USDT pair. Timeframe: 4H (RSI sampled on 4h). Test Period: January 1, 2024 — June 24, 2026 (~30 months). Initial Capital: 100,000 USDT. Base Order Size: 500 USDT. Averaging Orders: 5, at −2% / −5% / −9.5% / −16% / −25% from base entry. AO Sizing: 1.8× per rung — 900 / 1,620 / 2,916 / 5,249 / 9,448 USDT. Max Deployed Capital: ≈ 20,633 USDT (~20.6% of equity, all AOs filled). Commission: 0.06% per trade. Slippage: 3 ticks. Entry Filter: 4h RSI(14) below 28. Take Profit: 3% above average entry. Stop Loss: None — ladder allocation is the structural risk cap. Trailing: None. Strategy: Long Only.🔷 STRATEGY RESULTS ⚠️ Remember, past results do not guarantee future performance. Net Profit: +4,739.50 USDT (+4.74%) Max Equity Drawdown: 4,608.66 USDT (4.57%) Total Closed Trades: 84 Percent Profitable: 70.24% (59 / 84) Profit Factor: 3.417🔷 How to Use It: 🔸 Adjust Settings: Open the strategy inputs and confirm the RSI level (28), the five AO deviations and sizes, and the take-profit percentage match your risk profile. Scale the base/AO sizes down for lower exposure. 🔸 Results Review: Run a full-period backtest and confirm Max Drawdown stays within your personal risk band — note this configuration reached 4.57%. Keep in mind the 84-trade sample is below the ~100-trade floor for statistical confidence. 🔸 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. The base order, each safety order, and the close will each emit a dedicated JSON payload.🔷 INDICATOR SETTINGS Base Order Size: Capital committed on the first (base) entry. AO Deviations: Fixed percentage distances from the base entry where each safety order fires. AO Sizes: Capital per safety order (1.8× scaling by default). RSI Timeframe / Length / Level: Oversold filter for the base entry (default 4h, 14, below 28). Take Profit (%): Distance above average entry where the full position closes. Bot ID / Email Token / Pair: Webhook fields injected into every alert payload. Visualization: Toggle the AO ladder, fill labels, avg/TP lines, and 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 TradingView 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.