My strategyThe Combination 1 strategy is a precision-based breakout and retest setup designed for the EUR/USD 2-minute chart, operating during the Asia and London sessions (UTC-4). It identifies a unique consolidation zone where price, the 20-period SMA, and the 200-period SMA all align within a tight 2-pip range, signaling potential buildup. Once price breaks 10 to 15 pips above this consolidation area, the strategy waits for a retest—specifically, a wick that touches the zone, followed by a bullish close. This confirms buyer strength and triggers a BUY alert, with the take profit set at the breakout high and the stop loss at the recent swing low. This strategy filters for clean trends and disciplined breakouts, minimizing noise and maximizing precision.
Chart patterns
Fibonacci Spectrum + Regression Channel + ConfirmationsA versatile multi-strategy tool for technical traders using Fibonacci levels, regression channels, and dynamic confirmations.
📘 Overview
This TradingView strategy script helps traders detect high-probability breakouts, reversals, and trend continuations using:
🔢 Fibonacci retracement zones
📉 Regression channels (local & multi-timeframe)
✅ Multiple confirmations (Volume, RSI, MACD, Candlestick)
🔄 Preset strategy modes (Trend-follow, Mean-reversion, Breakout, Custom)
📊 Visual dashboard for real-time analysis
🔔 Alerts for breakout and breakdown signals
🛠️ Inputs & Configuration
🎛️ Preset Modes
Choose from 4 trading modes:
Custom — manually enable/disable confirmations
Trend-follow — emphasizes RSI & MACD alignment
Mean-reversion — tight channels, ignores volume
Breakout — aggressive setup, tighter fib lookback & wider bands
🔧 Changing preset automatically adjusts parameters like regression length, fib lookback, and confirmation rules.
🔢 Fibonacci Settings
Fib Lookback: Number of bars to calculate the high/low range.
Fib Ratios A-E: Defines retracement levels (0.236 to 0.786 by default).
Zones are shaded for clarity:
🟧 0.236–0.382
🟨 0.382–0.5
🟩 0.5–0.618
🟦 0.618–0.786
📉 Regression Channel
Reg Channel Length: Period used for linear regression.
StdDev Multiplier: Defines channel width.
Multi-Timeframe Support: Choose a higher timeframe (like 1h) to overlay broader trends.
✅ Confirmations (toggle ON/OFF or preset controlled)
Volume: Must be above its 20-bar average.
RSI: Must be above 50 and rising (or below 50 and falling for shorts).
MACD: Line must cross above Signal (bull) or below (bear).
Candlestick Pattern: Looks for Bullish or Bearish Engulfing candles.
📅 Backtest Settings
Enable/disable strategy entries and exits for simulation.
Entries:
Long when price breaks above Fib 0.618 with all confirmations met
Short when price breaks below Fib 0.382 with all bearish confirmations
Exits:
Long exits when price breaks below Fib 0.382
Short exits when price breaks above Fib 0.618
🔍 How to Use the Strategy
🔹 Step 1: Choose a Preset
Pick one of the four Preset Modes:
Want to follow a trend? Select Trend-follow
Expect a price bounce? Try Mean-reversion
Expect volatility? Use Breakout
Prefer full control? Use Custom
🔹 Step 2: Enable Confirmations (if in Custom mode)
Activate/deactivate:
Volume
RSI
MACD
Candlestick Patterns
These filters increase signal quality.
🔹 Step 3: Watch for Signals
Look for:
💠 "READY" labels (potential breakout or breakdown)
Color-coded Fibonacci zones and channel bounds
📈 Entry/Exit signals (when backtesting is enabled)
🔹 Step 4: Use the Dashboard
Located in the top-right, the table shows:
Indicator values
Trend direction (Up/Down)
Status (Bull/Bear, High/Low, Above/Below)
Closest Fibonacci level and candlestick patterns
Colors:
🟢 Green = Bullish or Positive
🔴 Red = Bearish or Negative
🟡 Yellow = Close to a key Fib level
🔔 Alerts (Included)
You can set alerts on the following conditions:
Pre-Breakout — all bullish confirmations + Fib 0.618 cross
Pre-Breakdown — all bearish confirmations + Fib 0.382 break
Position Opened — any strategy entry (for backtest tracking)
To activate:
Right-click the chart → Add Alert
Select this strategy and the condition (e.g., “Pre-Breakout Signal”)
📊 Example Use Cases
🟢 Breakout Trader
Set to Breakout
Watch for “READY” label above Fib 0.618
Confirm with strong volume & bullish MACD
Alert triggers → enter trade
🔴 Mean Reversion Trader
Set to Mean-reversion
Price hits lower channel + Fib 0.382
Weak volume, but RSI rebounds → consider long
⚖️ Trend Follower
Set to Trend-follow
RSI, MACD, and price all moving up above midline
Enter on Fib 0.618 bounce
🧪 Tips & Notes
Combine with multi-timeframe analysis by enabling the MTF Channel
Tweak Fib ratios if you're using alternative levels (e.g., 0.886)
Use strategy.percent_of_equity for dynamic position sizing in backtests
Set proper timeframes (e.g., 15m, 1h) based on your trading style
Not financial advice at all. Strategy still WIP, i mainly think the indicator is ready.
High Freq Buy The Dips Bull Market [Quant Trading]STRATEGY OVERVIEW
This is a significantly enhanced and optimized version of the original "Buy The Dips in Bull Market" strategy from Coinrule (2020). The strategy has been completely rewritten in Pine Script v6 with substantial improvements in performance, risk management, and functionality. Based on extensive analysis of 2+ years of BTC hourly data, this optimized version delivers 312.6% better returns with a 74.8% win rate compared to the original implementation.
Key Philosophy: The strategy capitalizes on temporary price dips during bull market conditions by entering long positions when RSI indicates oversold conditions while maintaining a bullish market structure, then exiting when price recovers above key moving averages.
HOW IT WORKS
Entry Logic
The strategy enters long positions when ALL of the following conditions are met:
RSI Oversold Condition: RSI drops below the configurable threshold (default: 45)
Bull Market Structure: Long-term MA (150) is below the slow MA (40), indicating overall bullish momentum
Within Date Range: Trade occurs within the specified backtesting period
Exit Logic
Positions are closed when BOTH conditions are satisfied:
Price Recovery: Current price moves above the fast MA (15-period)
MA Alignment: Fast MA crosses above slow MA, confirming trend continuation
Optional Short Trading
When enabled, the strategy can also trade short positions using inverse logic:
Short Entry: RSI overbought (above 55 by default) + bearish market structure
Short Exit: Price decline below fast MA + bearish MA alignment
KEY IMPROVEMENTS OVER ORIGINAL
1. Enhanced Risk Management
ATR-Based Stop Loss/Take Profit: Dynamic risk levels based on market volatility
Configurable Risk-Reward Ratio: Default 2:1 ratio with full customization
Alternative Percentage-Based Risk: Option to use fixed percentage stops instead of ATR
2. Optimized Parameters
RSI Period: Increased to 14 (from original) for more reliable signals
RSI Buy Signal: Optimized to 45 (from 35) reducing false signals
Fast MA: Shortened to 15 periods (from 9) for quicker response
Slow MA: Reduced to 40 periods (from 50) for improved trend detection
Long MA: Reduced to 150 periods (from 200) for better bull market identification
3. Advanced Features
Bi-directional Trading: Optional short selling capability
Comprehensive Visualization: Enhanced plotting with risk level displays
Flexible Date Range: Improved backtesting controls with visual indicators
Modern Pine Script v6: Complete rewrite using latest Pine Script features
DEFAULT PARAMETERS EXPLAINED
RSI Settings
RSI Period: 14 bars - Standard period providing balanced sensitivity
RSI Buy Signal: 45 - Optimized threshold for bull market dip buying
Moving Average Settings
Fast MA Length: 15 - Quick-response average for exit signals
Slow MA Length: 40 - Medium-term trend confirmation
Long MA Length: 150 - Long-term bull market structure identification
Risk Management (ATR-Based)
ATR Period: 14 - Standard volatility measurement period
ATR Stop Loss Multiplier: 2.0 - Conservative stop loss distance
Risk Reward Ratio: 2.0 - Take profit at 2x the risk amount
Alternative Risk Management (Percentage-Based)
Stop Loss: 5% - Fixed percentage stop loss
Take Profit: 10% - Fixed percentage take profit target
Trading Configuration
Initial Capital: $1,000
Position Size: 100% of equity per trade
Commission: 0.1% per trade
Slippage: 3 ticks
STRATEGY PERFORMANCE CHARACTERISTICS
Strengths
High Win Rate: 74.8% successful trades based on optimization analysis
Bull Market Focused: Designed specifically for uptrending market conditions
Volatility Adaptive: ATR-based risk management adjusts to market conditions
False Signal Reduction: Optimized parameters minimize whipsaws
Considerations
Bull Market Dependency: Performance may decline in prolonged bear markets
Trend Following Nature: May experience drawdowns during strong trend reversals
High Frequency: Generates multiple signals requiring active monitoring
RISK WARNINGS
Past performance does not guarantee future results. This strategy is optimized for bull market conditions and performance may vary significantly in different market environments. Always use appropriate position sizing and risk management. Real trading results may differ due to execution costs, slippage, and market conditions.
RECOMMENDED USAGE
Optimal Market Conditions
Bull market or strong uptrending conditions
Medium to high volatility environments
Markets with clear trend structure
Timeframes
Optimized for hourly charts
Can be adapted for other timeframes with parameter adjustment
Asset Classes
Originally optimized for Bitcoin
Suitable for other trending cryptocurrencies and traditional assets
Test parameters on specific assets before live implementation
TECHNICAL REQUIREMENTS
Pine Script Version: v6
Strategy Type: Long/Short (configurable)
Overlay: Yes - plots directly on price chart
Real-time Alerts: Compatible with TradingView alert system
This strategy represents a substantial evolution of the original concept, incorporating modern risk management techniques, optimized parameters based on extensive backtesting, and enhanced functionality while maintaining the core "buy the dips" philosophy that made the original strategy popular.
AmazingTrend - Long OnlyUnlock powerful trend-following logic with this dynamic and fully customizable Pine Script™ strategy, designed for traders who want precision entries, adaptive exits, and beautiful chart visuals.
✅ Key Features:
Long Bias by Default – Designed to ride bullish momentum with intelligent entries and flexible exits.
Optional Short Capability – While optimized for longs, the engine is also fully capable of short-side logic with minor adaptation.
Multiple Entry Modes – Choose between:
Classic – Reversals only
Aggressive – Early trend detection
Conservative – Confirmed trend continuation
Momentum – Powered by ATR and price bursts
Exit Customization – Includes:
Classic – Balanced logic
Quick – Tight risk control
Trailing – Dynamic stop tracking
Time-Based – Scheduled profit-taking
Visual Feedback – Multi-layered trend glow, buy/exit highlights, and a clean on-chart info panel.
Commission + Order Size Logic – Simulate realistic brokerage conditions with configurable cost and size inputs.
🔍 Chart Compatibility:
For the best performance, we recommend:
✅ Heikin Ashi and Renko charts for clarity and noise reduction.
✅ Use Regular Candlestick Charts only on higher timeframes (Daily and above) for clean signals.
❌ Avoid lower timeframes 1second to 5minute it is not built for this.
🧠 Smart Trend Detection:
The strategy detects directional bias using smoothed ATR-based stops and automatically shifts between bullish and bearish regimes. Entry and exit logic responds dynamically to market strength, giving you the edge in both volatile and trending environments.
🧪 Strategy Tested:
Built for 100% portfolio allocation per trade
Designed for realistic backtests with slippage and commission settings backtest results on our page is 0.25 % on buy and sell so total 0.50 %
Works across multiple markets: Crypto, Forex, Stocks. (futures coming later)
📈 Ideal For:
for shorters. investors, long traders, i do not recommend scalping ever but thats up to you.
Swing and momentum setups
Renko & Heikin Ashi fans
beware tradingview dont support alerts on Renko charts.
accurate backtest results that reflect reality if you use it exactly as displayed.
🎁 This Invite-Only script includes lifetime updates and is optimized for Pine Script v5. Contact the author to gain access. we will ofc develop this script feel free to use any version you prefer in the future.
Strategi FVG 09:31 (Pro)FVG 09:31 Strategy (Pro)
In short, this is an automated trading strategy (bot) for TradingView designed to execute buy or sell orders based on a Fair Value Gap (FVG) pattern. The strategy is highly specific, as it only triggers on the 1-minute timeframe and looks for an FVG that forms precisely at 09:32 AM New York time.
Main Purpose of the Strategy
The primary goal of this script is to identify and capitalize on short-term price imbalances, known as Fair Value Gaps (FVGs). It operates during a specific, high-volatility window right after the U.S. stock market opens, often referred to by traders as the "Silver Bullet" session. By automating the detection and execution, it aims to trade these fleeting opportunities with precision.
How the Strategy Works
The strategy follows a clear, step-by-step logical flow on your chart.
1. Time & Timeframe Restriction
1-Minute Timeframe: The strategy is hard-coded to work only on the 1-minute (1m) chart. A warning label will appear on your chart if you apply it to any other timeframe.
Specific Time Window: The core logic activates only between 09:32 and 09:33 AM New York time. It searches for an FVG pattern formed by the three candles from 09:29, 09:30, and 09:31, with the pattern confirmation happening on the close of the 09:31 candle.
2. Fair Value Gap (FVG) Detection
An FVG is a three-candle pattern that signals a price imbalance.
Bullish FVG (Potential Buy): Occurs when the low of the first candle is higher than the high of the third candle. The space between these two prices is the FVG zone.
Bearish FVG (Potential Sell): Occurs when the high of the first candle is lower than the low of the third candle. The space between these two prices is the FVG zone.
If this pattern is detected at the target time, the strategy draws a colored box on the chart to visualize the FVG zone (aqua for bullish, fuchsia for bearish).
3. Entry Logic
The strategy provides two user-selectable methods for entering a trade:
Retracement (Immediate Entry): The strategy will open a position with a market order as soon as the price retraces back into the identified FVG zone.
For a Bullish FVG, a Long (buy) position is opened when the price drops to touch the upper boundary of the FVG.
For a Bearish FVG, a Short (sell) position is opened when the price rises to touch the lower boundary of the FVG.
Limit Order (Pending Entry): The strategy places a pending limit order at the edge of the FVG zone.
For a Bullish FVG, a Buy Limit order is placed at the upper boundary of the FVG.
For a Bearish FVG, a Sell Limit order is placed at the lower boundary of the FVG.
Order Expiration: If the limit order is not filled within a specified number of candles (default is 15), it is automatically canceled to avoid chasing a stale setup.
4. Exit Logic
Once a position is active, the strategy automatically manages the exit by setting a Take Profit (TP) and Stop Loss (SL) level. You can choose between two types:
Ticks (Fixed Points): You define a fixed profit target and loss limit in ticks (the smallest price movement). For example, a 200-tick TP and a 100-tick SL.
Last Swing (Dynamic Levels): The TP and SL are set dynamically based on the most recent swing high or swing low.
For a Long position: Take Profit is set at the last swing high; Stop Loss is at the last swing low.
For a Short position: Take Profit is set at the last swing low; Stop Loss is at the last swing high.
5. Daily Management
At the start of each new trading day, the script performs a reset. All variables, including any FVG data from the previous day, are cleared. This ensures the strategy only acts on fresh signals from the current day and cancels any pending orders from the day before.
Explanation of Settings (Inputs)
Here is what each user-configurable setting does:
Entry Type: Choose your preferred entry method: Retracement or Limit Order.
Order Expiration (Candles): Applies only to the Limit Order type. Sets how many candles an unfilled order will remain active before being canceled.
Stop Loss Type: Choose Ticks for a fixed-distance stop loss or Last Swing for a dynamic level.
Take Profit Type: Choose Ticks for a fixed-distance profit target or Last Swing for a dynamic level.
Pivot Lookback (SL/TP Swing): Defines how many candles the script looks back to identify the most recent swing high/low for the Last Swing SL/TP type.
Contract Size: The quantity or lot size for each trade.
Take Profit (in Ticks): The profit target distance if using the Ticks type.
Stop Loss (in Ticks): The maximum loss distance if using the Ticks type.
StarStrat Ceres Strategy [0.3.1]2025ETH 30M Trend Strategy
Retirement strategies, provided free of charge.
Break & Retest Strategy V2 (Clean Visuals)This strategy is built on a high-probability EMA breakout and retest model, designed for traders who want clean structure-based entries filtered by trend alignment and strong price action. It leverages:
• ✅ A 44 EMA trend filter on the 4H chart
• ✅ HTF directional bias from the Daily 44 EMA
• ✅ Breakout above the EMA followed by a wick-based retest
• ✅ Strong bullish candle confirmation (body > 50% of range)
• ✅ Dynamic stop loss using either the pivot low or a buffer below the EMA
• ✅ Fixed 1:3 Risk:Reward ratio for consistent reward targeting
• ✅ Cooldown system to prevent overtrading
• ✅ Clean, minimal visuals using smart RR boxes instead of chart clutter
This system is fully backtestable and designed with prop firm challenge criteria in mind — prioritizing risk control, clarity, and high-quality trade conditions.
⸻
🔧 Current Development Goals (V3 Roadmap)
We’re actively refining the system to improve win rate and profit factor, while keeping drawdown low. Key upgrades in progress:
1. 📈 Liquidity Trap Filter
• Add logic to confirm a wick below recent lows (liquidity sweep) before retesting the EMA
2. 🧠 Partial Take Profits + Breakeven Logic
• TP1 at 1.5R → move SL to breakeven
• TP2 at 3R → close remaining position
3. 🔁 Trade Session Filter
• Limit entries to London & New York AM sessions to avoid false signals in low volume periods
4. 📉 Short Entry Engine
• Mirror logic for bearish break + retest setups below the EMA
5. 🔔 Live Alerts System
• Entry signal alerts for hands-free, real-time trading decisions
6. 📊 Optimizer Toolkit (future)
• Add ATR/volatility filters
• Add market structure confluence zones (HH/HL filters)
• Smart cooldown timer based on wins/losses or volatility shifts
َUSDJPY - 3min - One Trade Per Day - LA timezone📌 USDJPY - 3min - One Trade Per Day - LA TimeZone
**🔵 High-Confidence Strategy with Over 75% Win Rate**
A minimalistic and consistent breakout trading system designed around the **Los Angeles market open**.
This strategy provides one highly filtered trade signal per day, helping you avoid noise and overtrading.
---
## ✅ Key Benefits
- 🔁 Only **one trade per day** – clean and focused approach
- ⏱ Optimized for **3-minute, 5-minute, and 15-minute** charts
- 🎯 Default **Take-Profit / Stop-Loss: 0.35%** (fully customizable)
- 🌎 Works on charts set to **Los Angeles timezone**
- 🧘 Ideal for **calm, structured, and part-time trading routines**
- 💼 Designed especially for **USDJPY** but may be applied to other high-volume FX pairs
---
## ⚙️ Settings Overview
- Opening Session Start Time (in LA time)
- Opening Range Duration (in minutes)
- Take-Profit and Stop-Loss percentages
- Force Close Time
- Trade Direction (Buy Only / Sell Only / Both)
---
## 💡 Who Is It For?
- Traders looking to simplify their day
- Those seeking **low-risk, steady profits**
- Anyone tired of chasing every move in the market
- FX traders who prefer **precision over frequency**
---
> 📌 **Note:** To ensure correct performance, set your TradingView chart’s timezone to **Los Angeles**.
---
### 🔵 Simple. Calm. Reliable.
NORRIS 3MA Crossover StrategyThis script is a version of my trading strategy. I use this primarily on the 30m timeframe. It can also be used on smaller timeframes.
On the 30 timeframe attempt a directional alert maximum of 3 times. I.E, when you get a sell signal and the market pulls back and take out trade. Re-enter based on sigal maximum of 3 time then stop trading for that particular day and await another signal.
On average you will get 1 signal per day but patience is the key to success.
HMA 3.3 - Optimizado PREMIUMStrategy based on Allan Hull, who developed his theories and mathematical calculations to perform a deep analysis.
Smart Trade Strategy JSON [Y.A.S.]Smart Trade Strategy JSON is professional trading indicator with fine-tuned settings that accurately identifies trend direction and generates clear entry and exit signals. The indicator combines multiple price analysis algorithms, including adaptive noise filtering, market phase recognition, and dynamic trend strength assessment.
Key Features:
✅ Precise Trend Detection – The algorithm minimizes false signals by filtering out market noise.
✅ Flexible Customization – Adjust sensitivity for different timeframes and volatility conditions.
✅ Automatic Stop-Loss & Take-Profit – Built-in system for optimal risk management.
✅ Real-Time Alerts – Arrows and color-coded signals for quick decision-making.
✅ Multi-Timeframe Analysis – Assess higher timeframe trends without switching charts.
How Does the Strategy Work?
Buy Signal: Candles turn green, and an up arrow appears when an uptrend is confirmed.
Sell Signal: Candles turn red, and a down arrow appears in a downtrend.
Stop-Loss is placed beyond the last swing low/high or based on ATR.
Take-Profit is calculated using a customizable risk/reward ratio.
Which Markets Does It Support?
📊 Forex (EURUSD, GBPUSD, Gold, Oil, etc.)
📈 Stocks & Indices (SP500, NASDAQ, etc.)
⚡ Cryptocurrencies (BTC, ETH, Altcoins)
Advantage: Reduces trading subjectivity, provides clear entry/exit rules, and adapts to any market condition.
Recommended Settings:
For Intraday Trading (M5-M30): Sensitivity – High, Volatility Filter – Enabled.
For Swing Trading (H1-D1): Sensitivity – Medium, ATR Stop Multiplier – 2.0-3.0.
Example Usage:
!
Ready to Trade with Maximum Precision? 🚀
TrendMaster Precision – Your reliable guide in the trading world!
ISS V5 Strategy (3, 97, 100)
This is a trend strategy that uses a classic combination of indicators:
MACD to determine the main entry signal (line crossing).
RSI as a filter to confirm the strength of the trend.
ATR for dynamic risk management (setting stop-loss and take-profit orders).
Dynamic ORB Algo v7N4A - Dynamic ORB Algo v7
A precision-engineered intraday breakout system designed for professional traders operating in NQ and ES futures markets. The strategy blends advanced ORB (Opening Range Breakout) logic with adaptive session control, dynamic filters, and quartile-based trade management to deliver robust and structured execution across multiple global trading zones.
*Session-aware Opening-Range-Breakout strategy for **NQ / MNQ / ES / MES** futures*
Invite-only · source-protected
---
## 1 What the script does
Dynamic ORB v7 isolates the first **Opening Range (OR)** of each session, waits for a *confirmed* break of that range, and then applies a **five-layer validation engine** before placing a trade.
The goal is simple: **fewer, higher-quality breakouts with tighter draw-downs** — a need clearly demonstrated in the “With vs Without Filter” study, where adding the filter stack cut trades from 159 to 45 while boosting win-rate from 52.8 % → 73.3 % and lifting the profit factor from 1.23 → 3.19
---
## 2 Five-layer validation engine
In the 4 modes, the strategy employs a multi-dimensional filter stack to validate breakout quality and reduce false signals. Each filter contributes unique confirmation logic:
1. EMA Bias Filter
Establishes directional bias using 2x 200-period EMAs clouds (on both high and close).
Filters out counter-trend setups.
Active in: Moderate, Conservative modes.
2. Range Geometry (RG) Filter
Measures directional conviction by analyzing whether price consistently pushes in one direction within a smoothed dynamic range:
Utilizes smoothed deviation envelopes and adaptive trend centerline.
Monitors for sustained directional flow (via upCounter/downCounter logic).
Prevents entries during sideways or mean-reverting environments.
3. Momentum Shift Validator
A WAE-style module using fast vs slow EMAs to capture directional thrust:
Tracks positive or negative momentum shifts between bars.
Long trades require increasing bullish momentum; shorts require the opposite.
Ensures active market participation and screens out weak breakouts.
4. Multi-Session Adaptability
Supports automated session presets for Pre-London, London, and New York trading hours. Each session auto-configures its own ORB and entry periods, while maintaining full manual control via Custom mode. Timezones are always user-configurable.
A breakout fires **only** if *all* active layers are green.
---
## 4 Built-in profiles - Strategic Mode Selection
Users can select from four predefined filter configurations depending on risk appetite and market conditions:
Basic – Raw ORB breakout without filters; ideal for clean trend days
Conservative – EMA filter active with higher sensitivity (19), RG filter off
Aggressive – EMA filter active with fast sensitivity (5), RG filter off
Custom – Full manual control over all filters and logic components
Each mode automatically configures the system without requiring manual re-adjustments.
Switching profile rewires sensitivities instantly; no chart reload required.
## 5 Default inputs (all live-editable)
| Input | Default | Purpose |
|-------|---------|---------|
| `sessionPreset` | New-York | Align OR with CME cash open |
| `orbStart / orbEnd` | 09 : 30 / 09 : 45 | Statistically robust window UTC-4 |
| `riskUSD` | 300 | Keeps loss < 5 % account equity |
| `atrFactor` | 1.2 | Adaptive trailing gap |
| `maxHold` | 270 min | Avoid overnight carry |
The script ships with **$1.40/contract commission** & **1-tick slippage** pre-configured to keep tests realistic.
---
## 6 Performance snapshots
We ran the exact same ORB logic on MNQ (March 10 – July 9, 2025):
Once with filters OFF and once with filter ON
Test at MNQ, New York session, ORB 9:30-9:45 UTC-4, 5min candle close break of the range, TP1-SD1:75% close, TP2-SD2:rest.
| Mode | Trades | Win % | PF | Max DD | Net P/L |
|---------|-------- |-------|----|--------|---------|
| Basic | 174 | 51.72 % | 1.16 | – $3040.30 | + $2861.70 |
| Aggressive | 46 | 74.00 % | 3.21 | –$981 | +$5678.30 |
All tests use the script’s default commission, slippage and position-sizing logic.
---
## 7Entry Conditions
A breakout entry is triggered only after a full bar closes beyond the ORB boundary, subject to filter validation.
Stop Loss Structure
Stops are placed using the ORB quartile framework (typically below Q1 or above Q4), combined with mid-range invalidation logic.
Risk Sizing:
Contract size is dynamically computed from ORB range volatility.
Typical exposure per trade: $200–$400
Profit-Taking Methodology
Targets can be enabled at SD0.5, SD1.0, SD1.5, and SD2.0 intervals from the ORB range. Users control exit percentages per target level. Breakeven is automatically managed after partial take-profit.
Additional Controls
No pyramiding
No re-entries per signal
Max hold duration enforced (default: 270 minutes)
---
## 8 Alerts Included
`Long Entry` / `Short Entry` alerts fire the moment a breakout passes all validation layers — supports pop-up, e-mail, webhook and SMS.
---
## 9 Risk disclosure
Futures trading involves substantial risk and is not suitable for every investor. Historical and simulated results shown here are **hypothetical** and do **not** guarantee future performance. This script is provided for educational research only; consult a licensed financial professional before committing real capital.
---
*Request access via in-platform message to **@AntonyN4A**
Reversion to Mean - TLT [with Metrics]Reversion-to-Mean Strategy
Buy when RSI < 30 and price is in bottom 10% of 52-week range.
Exit when price returns to 50% or RSI > 70.
EMA CPR Double Candle Strategy# EMA CPR Double Candle Strategy
## Strategy Overview
The **EMA CPR Double Candle Strategy** is a comprehensive technical analysis trading system that combines multiple indicators to identify high-probability entry points in trending markets. This strategy uses a systematic approach to filter trades based on trend direction, momentum, trend strength, and support/resistance levels.
## Core Components
### 1. **EMA (Exponential Moving Average) System**
- **EMA1** (Fast EMA - Default: 20 periods)
- **EMA2** (Slow EMA - Default: 50 periods)
- **Purpose**: Determines overall trend direction and provides dynamic support/resistance
- **Trend Identification**:
- Bullish when EMA1 > EMA2
- Bearish when EMA1 < EMA2
### 2. **CPR (Central Pivot Range)**
- **Components**: Pivot Point, Top Central (TC), Bottom Central (BC)
- **Calculation**: Based on previous day's High, Low, Close
- **Purpose**: Acts as support/resistance filter
- **Logic**:
- Long entries: CPR should be below current price (no resistance above)
- Short entries: CPR should be above current price (no support below)
### 3. **RSI (Relative Strength Index)**
- **Default Settings**: 14 periods, 30/70 levels
- **Purpose**: Momentum filter to avoid extreme overbought/oversold conditions
- **Logic**: RSI should be between oversold and overbought levels for both long and short entries
### 4. **ADX (Average Directional Index)**
- **Default Settings**: 14 periods, 25 threshold
- **Purpose**: Trend strength filter
- **Logic**: ADX must be above threshold to ensure strong trending conditions
## Entry Logic
### Bullish Entry Conditions
1. **Trend Confirmation**: EMA1 crossed above EMA2 (and remains above)
2. **Pattern Setup**:
- A red candle touches EMA1 (at selected candle position)
- Current candle is green and closes above EMA1
3. **CPR Filter** (if enabled): All CPR levels (TC, Pivot, BC) below current price
4. **RSI Filter** (if enabled): RSI between oversold and overbought levels
5. **ADX Filter** (if enabled): ADX above threshold (strong trend)
### Bearish Entry Conditions
1. **Trend Confirmation**: EMA1 crossed below EMA2 (and remains below)
2. **Pattern Setup**:
- A green candle touches EMA1 (at selected candle position)
- Current candle is red and closes below EMA1
3. **CPR Filter** (if enabled): All CPR levels (TC, Pivot, BC) above current price
4. **RSI Filter** (if enabled): RSI between oversold and overbought levels
5. **ADX Filter** (if enabled): ADX above threshold (strong trend)
## Risk Management
### Stop Loss
- **Long Positions**: Stop loss at EMA2 level
- **Short Positions**: Stop loss at EMA2 level
- **Logic**: Uses slower EMA as dynamic stop loss
### Take Profit
- **Calculation**: Risk-Reward ratio based (default 1:2)
- **Formula**: Risk × Risk-Reward Ratio
- **Example**: If risk is 10 points, TP is 20 points away
## Customizable Parameters
### EMA Settings
- **EMA1 Length**: Fast EMA period (default: 20)
- **EMA2 Length**: Slow EMA period (default: 50)
- **EMA1 Source**: Price source (close, open, high, low, hlc3, etc.)
- **EMA2 Source**: Price source (close, open, high, low, hlc3, etc.)
### Entry Settings
- **Entry Candle Position**: Which candle in sequence to use (1-5)
- 1 = First candle touching EMA
- 2 = Second candle (default)
- 3+ = Third candle and beyond
### CPR Settings
- **Show CPR Lines**: Display CPR levels on chart
- **Use CPR Filter**: Enable/disable CPR filtering
- **CPR Lookback**: Days to look back for CPR calculation
### RSI Settings
- **Use RSI Filter**: Enable/disable RSI filtering
- **RSI Length**: Period for RSI calculation (default: 14)
- **RSI Source**: Price source for RSI
- **Oversold Level**: Lower threshold (default: 30)
- **Overbought Level**: Upper threshold (default: 70)
### ADX Settings
- **Use ADX Filter**: Enable/disable ADX filtering
- **ADX Length**: Period for ADX calculation (default: 14)
- **ADX Threshold**: Minimum value for strong trend (default: 25)
### Risk Management
- **Risk-Reward Ratio**: Target profit vs risk ratio (default: 2.0)
## Strategy Advantages
### 1. **Multi-Layered Filtering**
- Combines trend, momentum, and volatility filters
- Reduces false signals significantly
- Adaptable to different market conditions
### 2. **Flexibility**
- Each filter can be independently enabled/disabled
- Customizable parameters for different instruments
- Adaptable entry candle positions
### 3. **Clear Risk Management**
- Defined stop loss and take profit levels
- Risk-reward ratio based position sizing
- Dynamic stop loss using EMA2
### 4. **Visual Clarity**
- Clear entry signals with triangular markers
- Optional indicator displays (RSI, ADX, CPR)
- Background color coding for trend direction
- Detailed debug labels showing all conditions
## Best Practices
### 1. **Market Conditions**
- Works best in trending markets (confirmed by ADX)
- Avoid during high volatility news events
- Consider market session timing
### 2. **Timeframe Selection**
- Higher timeframes (1H, 4H, Daily) for swing trading
- Lower timeframes (15M, 30M) for intraday trading
- Adjust EMA periods based on timeframe
### 3. **Parameter Optimization**
- Test different EMA combinations (8/21, 13/34, 20/50)
- Adjust RSI levels based on market volatility
- Optimize ADX threshold for different instruments
### 4. **Risk Management**
- Never risk more than 1-2% per trade
- Use proper position sizing
- Consider correlation between trades
## Common Use Cases
### 1. **Forex Trading**
- Major pairs during trending sessions
- Adjust for different volatility levels
- Consider economic news impact
### 2. **Stock Trading**
- Individual stocks with good liquidity
- Sector rotation strategies
- Earnings season considerations
### 3. **Cryptocurrency**
- Major cryptocurrencies with high volume
- Adjust for 24/7 market conditions
- Consider whale movements
### 4. **Index Trading**
- S&P 500, NASDAQ, DAX indices
- During market hours with good volume
- Economic data release timing
## Limitations
### 1. **Trending Markets Only**
- Performs poorly in ranging/sideways markets
- Requires ADX confirmation for effectiveness
### 2. **Lagging Nature**
- EMA-based signals can be delayed
- May miss very fast market moves
### 3. **Multiple Filters**
- Fewer signals due to strict conditions
- May miss some profitable opportunities
### 4. **Market Gaps**
- Stop losses may not be effective during gaps
- Consider gap risk in position sizing
## Conclusion
The EMA CPR Double Candle Strategy is a sophisticated trading system that combines multiple technical indicators to identify high-probability trading opportunities. Its strength lies in its comprehensive filtering system that helps traders avoid false signals while maintaining flexibility through customizable parameters. The strategy is particularly effective in trending markets and provides clear risk management rules for consistent trading performance.
**Remember**: No strategy guarantees profits. Always backtest thoroughly, use proper risk management, and consider market conditions before implementing any trading strategy.
Momentum AmplifierThe Momentum Amplifier operates on a sophisticated framework that combines momentum triggers with trend confirmation. It uses proprietary calculations to filter noise and generate actionable signals, while AI-empowered logic enhances its adaptability to diverse market conditions. The script manages positions with a structured approach, ensuring disciplined entries, exits, and risk control.
ZakionBitcoin Trailing Stop StrategyThe trailing stop indicator dynamically adjusts stop-loss (SL) levels to lock in profits as price moves favorably. It uses pivot levels and ATR to set optimal SL points, balancing risk and reward.
Trade confirmation filters, a key feature, ensure entries align with market conditions, reducing false signals. In 2023 a study showed filtered entries improve win rates by 15% in forex. This enhances trade precision.
SL settings, ranging from very tight to very wide, adapt to volatility via ATR calculations. These settings anchor SL to previous pivot levels, ensuring alignment with market structure. This caters to diverse trading styles, from scalping to swing trading.
The indicator colors the profit zone between the entry point (EP) and SL, using light green for buy trades and light red for sell trades. This visual cue highlights profit potential. It’s ideal for traders seeking dynamic risk management.
A table displays real-time trade details, including EP, SL, and profit/loss (PNL). Backtests show trailing stops cut losses by 20% in trending markets. This transparency aids decision-making.
Babanov_DOTUSDT V2🧪 Deep Backtest Results (DOT 5-Min Strategy)
Backtest conducted on DOTUSDT.P (Bybit) using a 5-minute chart timeframe over several weeks of data.
! imgur.com
⚠️ Важно: Инструкции за правилна употреба на скрипта!
Ако искате да използвате този скрипт с webhook alerts за автоматична търговия, моля, обърнете внимание на следните стъпки:
✅ 1. Активирайте "Live Trading Mode"
Преди да създадете какъвто и да е alert, отидете в таба "Inputs" и задължително активирайте опцията "Live Trading Mode". Без нея скриптът няма да изпраща правилни сигнали.
✅ 2. Въведете търговската сума в USD
В таба "Properties", въведете сумата в USD, която ботът ще използва за търговия с DOT.
- Препоръчително е сумата да бъде такава, която може да бъде разделена на 50 (например 50, 100, 150, 200 и т.н.), за да се гарантира коректно управление на позициите и обемите при търговия.
✅ 3. Препоръчителна платформа: Bybit - BYBIT:DOTUSDT.P
Скриптът е оптимизиран и тестван за търговия на Bybit. Използването му на други платформи може да доведе до различни резултати, тъй като графиките и ценовите движения може да се различават.
-----------------------------------------------------------------------------------------------
⚠️ Important: Instructions for Proper Use of This Script
If you want to use this script with webhook alerts for automated trading, please follow the steps below carefully:
✅ 1. Enable "Live Trading Mode"
Before creating any alerts, go to the "Inputs" tab and make sure to enable the "Live Trading Mode" option.
Without it, the script will not generate correct trading signals.
✅ 2. Enter Your Trading Amount in USD
In the "Properties" tab, enter the amount in USD that the bot will use for DOT trading.
It is strongly recommended to enter an amount that can be divided by 50 (e.g., 50, 100, 150, 200, etc.) to ensure proper position sizing and trade management.
✅ 3. Recommended Exchange: Bybit - BYBIT:DOTUSDT.P
The script is optimized and tested specifically for Bybit.
Using it on other exchanges may result in different outcomes due to variations in chart data and price movements.
Babanov_XRPUSDT V2🧪 Deep Backtest Results (XRP 5-Min Strategy)
Backtest conducted on XRPUSDT.P (Bybit) using a 5-minute chart timeframe over several weeks of data.
! imgur.com
⚠️ Важно: Инструкции за правилна употреба на скрипта!
Ако искате да използвате този скрипт с webhook alerts за автоматична търговия, моля, обърнете внимание на следните стъпки:
✅ 1. Активирайте "Live Trading Mode"
Преди да създадете какъвто и да е alert, отидете в таба "Inputs" и задължително активирайте опцията "Live Trading Mode". Без нея скриптът няма да изпраща правилни сигнали.
✅ 2. Въведете търговската сума в USD
В таба "Properties", въведете сумата в USD, която ботът ще използва за търговия с XRP.
- Препоръчително е сумата да бъде такава, която може да бъде разделена на 50 (например 50, 100, 150, 200 и т.н.), за да се гарантира коректно управление на позициите и обемите при търговия.
✅ 3. Препоръчителна платформа: Bybit - BYBIT:XRPUSDT.P
Скриптът е оптимизиран и тестван за търговия на Bybit. Използването му на други платформи може да доведе до различни резултати, тъй като графиките и ценовите движения може да се различават.
-----------------------------------------------------------------------------------------------
⚠️ Important: Instructions for Proper Use of This Script
If you want to use this script with webhook alerts for automated trading, please follow the steps below carefully:
✅ 1. Enable "Live Trading Mode"
Before creating any alerts, go to the "Inputs" tab and make sure to enable the "Live Trading Mode" option.
Without it, the script will not generate correct trading signals.
✅ 2. Enter Your Trading Amount in USD
In the "Properties" tab, enter the amount in USD that the bot will use for XRP trading.
It is strongly recommended to enter an amount that can be divided by 50 (e.g., 50, 100, 150, 200, etc.) to ensure proper position sizing and trade management.
✅ 3. Recommended Exchange: Bybit - BYBIT:XRPUSDT.P
The script is optimized and tested specifically for Bybit.
Using it on other exchanges may result in different outcomes due to variations in chart data and price movements.
Renko UT Bot Strategy v6 - ADX FilterDescription:
This script implements a Renko-based trailing stop strategy using the UT Bot method, now enhanced with an optional ADX and DI+/- filter to help avoid choppy, low-momentum market conditions. Trades are triggered only when price and EMA cross the adaptive trailing stop and ADX/DI conditions are also met.
USE:
Start the indicator on a Renko chart and optimize settings for prefered choosen chart
Key Features:
Adaptive ATR trailing stop based on Renko logic
EMA/Trailing Stop crossovers for entries
Adjustable ADX and DI+/- filter (no signals if conditions aren’t met)
Visual stop line and trade labels on the chart
Customizable inputs for ATR, EMA, and filter levels
Disclaimer:
This strategy is provided for educational and research purposes only. It has not been tested in live trading or with real money. The past performance of this script does not guarantee future results. Trading involves substantial risk, and you can lose all or more of your investment.
Before considering any real-money use, please test the strategy thoroughly on a demo account or in TradingView’s paper trading environment.
This script is not financial advice. Consult with a licensed financial advisor before making trading decisions.
Author PDK1977
Babanov_SOLUSDT V2🧪 Deep Backtest Results (SOL 5-Min Strategy)
Backtest conducted on SOLUSDT.P (Bybit) using a 5-minute chart timeframe over several weeks of data.
! imgur.com
⚠️ Важно: Инструкции за правилна употреба на скрипта!
Ако искате да използвате този скрипт с webhook alerts за автоматична търговия, моля, обърнете внимание на следните стъпки:
✅ 1. Активирайте "Live Trading Mode"
Преди да създадете какъвто и да е alert, отидете в таба "Inputs" и задължително активирайте опцията "Live Trading Mode". Без нея скриптът няма да изпраща правилни сигнали.
✅ 2. Въведете търговската сума в USD
В таба "Properties", въведете сумата в USD, която ботът ще използва за търговия с SOL.
- Препоръчително е сумата да бъде такава, която може да бъде разделена на 50 (например 50, 100, 150, 200 и т.н.), за да се гарантира коректно управление на позициите и обемите при търговия.
✅ 3. Препоръчителна платформа: Bybit - BYBIT:SOLUSDT.P
Скриптът е оптимизиран и тестван за търговия на Bybit. Използването му на други платформи може да доведе до различни резултати, тъй като графиките и ценовите движения може да се различават.
-----------------------------------------------------------------------------------------------
⚠️ Important: Instructions for Proper Use of This Script
If you want to use this script with webhook alerts for automated trading, please follow the steps below carefully:
✅ 1. Enable "Live Trading Mode"
Before creating any alerts, go to the "Inputs" tab and make sure to enable the "Live Trading Mode" option.
Without it, the script will not generate correct trading signals.
✅ 2. Enter Your Trading Amount in USD
In the "Properties" tab, enter the amount in USD that the bot will use for SOL trading.
It is strongly recommended to enter an amount that can be divided by 50 (e.g., 50, 100, 150, 200, etc.) to ensure proper position sizing and trade management.
✅ 3. Recommended Exchange: Bybit - BYBIT:SOLUSDT.P
The script is optimized and tested specifically for Bybit.
Using it on other exchanges may result in different outcomes due to variations in chart data and price movements.