Close Above/Below Prev 2 Candle Strategy (Any Timeframe)Title: Close Above/Below Previous 2 Candle Strategy (Any Timeframe)
Description:
This strategy identifies potential breakout and trend continuation signals by analyzing the closing price relative to the highs and lows of the previous two candles. It works on any chart timeframe, making it versatile for intraday, swing, and daily trading.
How it works:
Long Entry (Bullish Signal): Triggered when the current candle closes above the highs of the previous two candles.
Short Entry (Bearish Signal): Triggered when the current candle closes below the lows of the previous two candles.
Visual Indicators:
Green triangles above the bar indicate bullish signals.
Red triangles below the bar indicate bearish signals.
Strategy Features:
Works on any timeframe, from 1-minute charts to daily/weekly charts.
Configurable risk/reward ratio for automatic stop-loss and take-profit levels.
Alerts trigger immediately when the condition is met, helping traders react to potential breakouts.
Provides clean visual signals for easy chart reading and decision-making.
Benefits:
Reduces noise by focusing on candle close confirmations.
Versatile and suitable for intraday, swing, and long-term trading.
Easy to combine with other indicators or strategies.
Candlestick analysis
Close Above/Below Prev 2 Candle (Daily Close)This strategy identifies potential trend continuation or breakout signals by analyzing the daily candle closes relative to the previous two daily candles. It generates clear alerts and trade signals only after the daily candle has fully closed, reducing false intraday triggers.
How it works:
Long Entry (Bullish Signal): Triggered when the daily candle closes above the highs of the previous two daily candles.
Short Entry (Bearish Signal): Triggered when the daily candle closes below the lows of the previous two daily candles.
Visual Indicators: Green triangles indicate bullish signals, red triangles indicate bearish signals.
Strategy Features:
Optional long and short entries with configurable risk/reward ratio.
Automatic stop-loss and take-profit calculation based on candle structure.
Works on intraday charts using daily candle analysis.
Alerts:
Alerts trigger only after the daily candle closes above/below the previous two daily candles.
Helps traders receive precise notifications for potential breakout trades.
Benefits:
Reduces noise by using daily candle closes.
Easy to integrate with other swing or trend strategies.
Provides clear visual and alert signals for both bullish and bearish setups.
ROPSON AI Ultra 3.27 How It Takes a Long (Buy) Position
The code will only enter a long position when two conditions are met simultaneously. Both must be true for a buy signal to be generated:
The current candle's close price crosses above the previous candle's high. This is the breakout signal. It indicates strong upward momentum.
The current candle's close price is above the 200 EMA. This is the trend filter. The 200 EMA (Exponential Moving Average) is a widely used indicator for long-term trend. If the price is above it, the market is considered to be in an uptrend.
By requiring both conditions, the strategy aims to enter trades that have both short-term momentum (the breakout) and long-term trend confirmation (the EMA filter).
How It Takes a Short (Sell) Position
Similarly, a short position is only entered when both of these conditions are true at the same time:
The current candle's close price crosses below the previous candle's low. This is the breakdown signal, indicating strong downward momentum.
The current candle's close price is below the 200 EMA. This confirms that the market is in a downtrend.
Imbalance RSI Divergence Strategy# Imbalance RSI Divergence Strategy - User Guide
## What is This Strategy?
This strategy identifies **imbalance** zones in the market and combines them with **RSI divergence** to generate trading signals. It aims to capitalize on price gaps left by institutional investors and large volume movements.
### Main Settings
- **RSI Period (14)**: Period used for RSI calculation. Lower values = more sensitive, higher values = more stable signals.
- **ATR Period (10)**: Period for volatility measurement using Average True Range.
- **ATR Stop Loss Multiplier (2.0)**: How many ATR units to use for stop loss calculation.
- **Risk:Reward Ratio (4.0)**: Risk-reward ratio. 2.0 = 2 units of reward for 1 unit of risk.
- **Use RSI Divergence Filter (true)**: Enables/disables the RSI divergence filter.
### Imbalance Filters
- **Minimum Imbalance Size (ATR) (0.3)**: Minimum imbalance size in ATR units to filter out small imbalances.
- **Enable Lookback Limit (false)**: Activates historical lookback limitations.
- **Maximum Lookback Bars (300)**: Maximum number of bars to look back.
### Visual Settings
- **Show Imbalance Size**: Displays imbalance size in ATR units.
- **Show RSI Divergence Lines**: Shows/hides divergence lines.
- **Divergence Line Colors**: Colors for bullish/bearish divergence lines.
### Volatility-Based Adjustments
- **Low volatility markets**:
- Minimum Imbalance Size: 0.2-0.4 ATR
- ATR Stop Loss Multiplier: 1.5-2.0
- **High volatility markets**:
- Minimum Imbalance Size: 0.5-1.0 ATR
- ATR Stop Loss Multiplier: 2.5-3.5
### Risk Tolerance
- **Conservative approach**:
- Risk:Reward Ratio: 2.0-3.0
- RSI Divergence Filter: Enabled
- Minimum Imbalance Size: Higher (0.5+ ATR)
- **Aggressive approach**:
- Risk:Reward Ratio: 4.0-6.0
- Minimum Imbalance Size: Lower (0.2-0.3 ATR)
###Market Conditions
- **Trending markets**: Higher RSI Period (21-28)
- **Sideways markets**: Lower RSI Period (10-14)
- **Volatile markets**: Higher ATR Multiplier
## Recommended Testing Procedure
1. **Start with default settings** and backtest on 3-6 months of historical data
2. **Adjust RSI Period** to see which value produces better results
3. **Optimize ATR Multiplier** for stop loss levels
4. **Test different Risk:Reward ratios** comparatively
5. **Fine-tune Minimum Imbalance Size** to improve signal quality
## Important Considerations
- **False positive signals**: Imbalances may be less reliable during low volatility periods
- **Market openings**: First hours often produce more imbalances but can be riskier
- **News events**: Consider disabling strategy during major news releases
- **Backtesting**: Test across different market conditions (trending, sideways, volatile)
## Recommended Settings for Beginners
**Safe settings for new users:**
- RSI Period: 14
- ATR Period: 14
- ATR Stop Loss Multiplier: 2.5
- Risk:Reward Ratio: 3.0
- Minimum Imbalance Size: 0.5 ATR
- RSI Divergence Filter: Enabled
## Advanced Tips
### Signal Quality Improvement
- **Combine with market structure**: Look for imbalances near key support/resistance levels
- **Volume confirmation**: Higher volume during imbalance formation increases reliability
- **Multiple timeframe analysis**: Confirm signals on higher timeframes
### Risk Management
- **Position sizing**: Never risk more than 1-2% of account per trade
- **Maximum drawdown**: Set overall stop loss for the strategy
- **Market hours**: Consider avoiding low liquidity periods
### Performance Monitoring
- **Win rate**: Track percentage of profitable trades
- **Average R:R**: Monitor actual risk-reward achieved vs. target
- **Maximum consecutive losses**: Set alerts for strategy review
This strategy works best when combined with proper risk management and market analysis. Always backtest thoroughly before using real money and adjust parameters based on your specific market and trading style.
Panda's Orb StrategyORB strategy I created using ChatGBT!
Please message me for any bugs or recomendations!
Candlestick Pattern Strategy with Smart Stop-Loss Management🔹 Strategy Overview
This strategy combines candlestick patterns with trend filtering and EMA channel confirmation to identify high-probability trading opportunities. It features a smart stop-loss management system that moves to breakeven once the trade reaches a predefined profit threshold.
📊 Key Features
✅ Multiple Candlestick Patterns – Detects classic reversal patterns like:
Hammer & Hanging Man
Bullish & Bearish Engulfing
Piercing Line & Dark Cloud Cover
Morning & Evening Star
Doji Star (Neutral Signal)
✅ Trend & EMA Channel Filters
Trend EMA (100-period) – Ensures trades align with the broader trend.
EMA Channel (50-period ± % range) – Filters trades within a defined volatility range.
✅ Flexible Trade Management
Fixed Target Points – Take profit at a predefined distance.
Trailing Stop to Cost – Moves stop-loss to breakeven after reaching a specified profit threshold.
✅ Customizable Trade Direction
Long Only / Short Only / Both – Adapt to bullish, bearish, or neutral markets.
✅ Time-Based Execution
Intraday Mode – Trades only within specified session hours.
Positional Mode – Holds trades beyond the session.
⚙️ Input Parameters
Trend Filter – Enable/disable trend alignment with EMA.
EMA Channel Filter – Adjust channel width for volatility control.
Candlestick Patterns – Toggle individual patterns on/off.
Target Points & Trail Trigger – Customize profit-taking and SL management.
Trade Type – Switch between intraday and positional trading.
📈 Entry Conditions
Long Entry:
Bullish candlestick pattern (Hammer, Bullish Engulfing, Piercing Line, Morning Star).
Price above Trend EMA (if enabled).
RSI < 30 (oversold confirmation).
Within EMA Channel (if enabled).
Short Entry:
Bearish candlestick pattern (Hanging Man, Bearish Engulfing, Dark Cloud Cover, Evening Star).
Price below Trend EMA (if enabled).
RSI > 70 (overbought confirmation).
Within EMA Channel (if enabled).
📉 Exit Conditions
Take Profit (TP): Fixed target based on points.
Stop-Loss (SL): Moves to breakeven after hitting the trail trigger.
📊 Visual Indicators
Trend EMA (Orange Line) – Main trend direction.
EMA Channel (Blue Lines) – Volatility range.
Buy/Sell Labels – Entry signals below/above bars.
Doji Star (Gray Cross) – Neutral signal.
🎯 Best Suited For
Swing Traders (Positional Mode)
Intraday Traders (Scalping with tight stops)
Price Action Enthusiasts (Candlestick-based entries)
🔗 Try it out and customize it to fit your trading style! 🚀
SY_Quant_AI_YJ✅ Improved and Compliant Description (for SY_Quant_AI_YJ)
Strategy Name: SY_Quant_AI_YJ
Type: Visual Trend System + MACD Cycle Filter + Smart Alerts
Status: Invite-Only / Visualization & Alerts Only (No order execution)
📌 Overview:
SY_Quant_AI_YJ is a trend-following visual strategy and alert system designed to help traders detect directional bias, time entries with MACD cross logic, and receive structured JSON-format push alerts. It combines Supertrend, EMA/SMA structures, and MACD cycles to build a coherent and actionable trend view, enhanced by visual stop-loss guidance and profit-taking alerts.
🔍 Core Logic:
This script integrates technical components into a multi-step trend confirmation framework:
Supertrend (ATR-based): Serves as the primary trend filter, reducing noise and false breakouts.
EMA-55, SMA-15, SMA-80: Help establish short- to mid-term trend structure.
MACD Cycle Crosses: Configurable for long, medium, or short cycles to adapt to different market phases.
Bar Coloring System: Highlights trend strength (e.g., green for strong bullish, red for bearish), assisting in quick decision-making.
Signal Confirmation: Entry signals (long/short) are confirmed by trend alignment, price structure, and MACD cycle phase.
⚙️ Default Settings:
Supertrend: ATR period 15, multiplier 3.1
MACD Mode: Selectable via dropdown (Long, Medium, Short Cycle)
Stop-Loss Logic: Automatically tied to Supertrend value at entry bar
Signal Filtering: Consecutive same-direction entries are blocked to avoid redundancy
No trading simulation: Entries and exits are visual only; alerts replace real trade execution
📈 Usage:
Long/Short signals are displayed using labelup / labeldown markers (“做多” / “做空”)
JSON-format alerts are triggered for:
✅ Entry zones (including stop-loss and entry range)
✅ Profit-taking when MACD reverses and position is floating in profit
Stop-loss guide lines plotted dynamically during active positions
Suitable for use on 15-minute to 4-hour charts
⚠️ Disclaimer:
This strategy does not simulate or execute trades. It is designed for monitoring and decision support only. All signals are informational and should be used alongside proper risk management and independent analysis. Past visual or alert performance does not guarantee future results.
🔑 Access:
To gain access to this invite-only script, please send a private message or contact us via the designated link. Access is reviewed and granted manually per user request.
Hassi XAUUSD Advanced FVG EMA/BOS/RSI/Volume + Session FilterWhat it does :
This strategy automates a popular ICT-style idea on XAUUSD (Gold): trade only when price taps back into a Fair Value Gap (FVG), but filter entries with trend, structure, momentum, volume, and session rules. It manages risk with fixed TP/SL (points) and shows a compact backtest panel on chart.
Core Logic
1) Market Structure (BOS)
Detects recent swing highs/lows and flags a Break of Structure:
BOS Up when price breaks the latest swing high.
BOS Down when price breaks the latest swing low.
2) FVG Detection (3-candle)
Bullish FVG when low > high and low > high .
Bearish FVG when high < low and high < low .
The most recent qualifying gap is drawn as a shaded box (optional).
3) Bias & Filters
Trend Bias: price vs EMA (default 200). Longs only above EMA; shorts only below.
Momentum: optional RSI filter (default 14); avoid longs in OB & shorts in OS.
Volume: optional filter requiring current volume > SMA(20) × multiplier.
Sessions: optional London / New York (PKT) time windows.
Entries & Exits
Long Entry (all must be true)
Above EMA, RSI bullish, volume ok, session ok, BOS Up.
A recent Bullish FVG exists (within N bars).
Price taps back into the FVG (low ≤ top & close > bottom) with a bullish candle.
Short Entry (mirror)
Below EMA, RSI bearish, volume ok, session ok, BOS Down.
A recent Bearish FVG exists (within N bars).
Price taps (high ≥ bottom & close < top) with a bearish candle.
Risk / R:R
Exits use fixed points on XAUUSD (default TP 100, SL 50).
On many gold feeds 1.0 = 10 points; inputs convert to price automatically.
“One-trade-at-a-time”: a new signal won’t fire until the previous position is flat.
Chart Labels
On entry, the script plots BUY/SELL plus fixed TP/SL lines & labels anchored to the entry bar (they don’t drift with price).
Visuals & Tools
EMA line (green/red by bias).
Swing points (tiny triangles) to see structure.
FVG boxes (green/red, optional).
Session shading (subtle blue overlay).
Stats Panel (top-right):
Total Trades, TP Hits, SL Hits, Win Rate, Profit Factor, Net P&L.
Inputs (quick guide)
EMA Length (default 200)
Swing Lookback for BOS (default 5)
FVG Box Length (how far the zone extends to the right)
TP / SL (points) for XAUUSD + display Risk:Reward
Sessions (PKT): London & New York windows + toggle
Filters: Volume (multiplier), RSI (length, OB/OS)
Visibility: show/hide FVG boxes & TP/SL drawings
Alerts
Buy Signal / Sell Signal on valid entries
Position Opened / Position Closed notifications
Best Practices & Notes
Designed for XAUUSD 15-minute. You can test other timeframes, but retune TP/SL points and filters accordingly.
Broker ticks differ: if your symbol steps are not 0.1, adjust TP/SL points.
Use with a HTF confluence (e.g., D1/4H bias, key S/R, news awareness).
Backtests are approximations; real results vary with spreads, slippage, and execution.
Disclaimer: This tool is for educational purposes. It is not financial advice. Always test before using on live capital.
Auction Market Theory: Value Area & VWAP Fade - DashboardAn "Auction Market Theory" dashboard is a visual summary of the market's state according to the principles of Auction Market Theory. It consolidates key metrics like the Value Area (VA), Point of Control (POC), and Volume-Weighted Average Price (VWAP) into a single, easy-to-read panel on your chart.
What a Dashboard Shows
The purpose of the dashboard is to give traders a quick, real-time snapshot of the market's auction process. It helps you answer critical questions like:
Where is the market's "fair value"? This is shown by the Value Area (VA) range.
Where is the most volume concentrated? This is the Point of Control (POC), the price that acts as a gravitational center.
How are market participants currently positioned? The VWAP provides a measure of the average price paid, weighted by volume. Price trading above VWAP suggests a bullish volume bias, while price below suggests a bearish bias.
Is the market in a state of balance or imbalance? The relationship between the current price and these key levels helps to quickly determine if the market is accepting a price range (balance) or rejecting it (imbalance/trend).
How to Interpret the Dashboard
Value Area (VA) & Point of Control (POC)
These metrics are derived from a volume profile and are the foundation of the auction theory dashboard. The dashboard displays the VA's low and high, as well as the POC. These levels define the market's "accepted" price range for a given period.
VWAP
VWAP acts as a real-time moving average that is more responsive to volume than a standard moving average. It's often used as an intraday anchor. When price is significantly stretched from the VWAP (and its standard deviation bands), it's a signal of a potential over-extension and a target for a mean-reversion trade.
Dashboard's Role in Trading
The dashboard is not an entry signal itself, but a contextual tool. It provides the framework for your trading decisions. For a "fade the edge" strategy, you would use the dashboard to:
Identify the edges: See the exact price levels of the VA and VWAP bands.
Wait for the stretch: Look for price to move beyond those edges.
Confirm the reversal: Only then would you look at other indicators (like RSI or volume spikes) for an entry signal.
Manage the trade: Use the POC as a potential take-profit target, as price has a high probability of returning to this point of volume consensus.
Tweezers Bottom Strategy 5m - Long OnlyTweezers Bottom 5m Strategy – Catch Reversals Like a Pro!
Looking for fast, precise entries on the 5-minute chart? This strategy automatically detects the Tweezers Bottom candlestick pattern and opens long positions at the perfect moment. Signals appear as ▲ arrows on the chart, making it incredibly easy to spot high-probability setups.
Risk and Reward Perfectly Managed: Stop-loss is set just 0.1% below entry, and take-profit at 0.3% above, giving you a clear, controlled trading edge. All levels are visualized on the chart with lines and labels, so you always know where your risk and profit targets are.
Ideal for scalpers and short-term traders across Forex, crypto, and stocks. Enter reversals before the crowd, maximize your winning trades, and automate your trading with minimal risk!
STRATEGY WITH POINT TP/SL BY SKBTSThe formula for the standard middle band is simply a moving average, often set to 20 periods:
Middle Band = 20-period moving average (close)
The upper and lower bands are calculated from the standard deviation, which measures how dispersed the price data is from the average.
Upper Band = Middle Band + (2 standard deviations of 20-period close)
Lower Band = Middle Band - (2 standard deviations of 20-period close)
The key inputs are the 20-period moving average, the number of standard deviations (typically 2), and the 20-period standard deviation. The bands will expand and contract based on the standard deviation value.
Some traders increase the standard deviation multiplier to 2.1 or 2.2 to make the bands looser and more sensitive. Decreasing the number of periods for the moving average and standard deviation will also increase sensitivity.
Adaptive ATR Guardian [自适应 ATR 守护者]自适应ATR守护者 | Adaptive ATR Guardian
——多品种智能交易防护策略 | Multi-Asset Intelligent Trading Protection Strategy
核心功能 | Core Features
1. 自动识别交易品种| Automatic Asset Detection
• 智能识别BTC/USD、XAU/USD等品种
• Auto-detects assets (e.g., BTC/USD, XAU/USD)
• 动态调整参数:ATR倍数、止盈止损比例
• Dynamic parameter tuning (ATR multipliers, TP/SL ratios)
2. 自适应ATR风控 | Adaptive ATR Risk Control
• 基于真实波动率(ATR)动态计算止盈止损
• TP/SL levels adjust with ATR volatility
• 参数自动优化:BTC(3xTP/1.5xSL) ,黄金(2xTP/1xSL)
• Auto-optimized: BTC (3xTP/1.5xSL), Gold (2xTP/1xSL)
3. 实时动态跟踪 | Real-Time Tracking
• 持仓期间止盈止损线实时更新
• Live TP/SL line updates during trades
• 可视化提示:绿色止盈线、红色止损线
• Visual cues: Green TP line, Red SL line
4. 趋势跟随逻辑 | Trend-Following Logic
• 双均线交叉(9MA & 21MA)触发信号
• Dual MA crossover (9MA & 21MA) for entries
• 金叉做多 / 死叉做空
• Long on Golden Cross, Short on Death Cross
5. 专业可视化界面 | Professional Visualization
• 图表标签显示关键参数
• On-chart label shows settings
• 自适应K线范围展示所有标记
• Auto-adjusts plot ranges for clarity
Market Switchers Trading Bot 3 MIN ORB The Market Switchers 3-Min ORB trading bot trades breakouts after the first three minutes of the New York session (09:30–09:33 EST) by marking the high and low of that range and entering long when price breaks above the high or short when it breaks below the low. It uses fixed USD-based risk management (e.g., $500 stop loss, $1,500 take profit), converts these values to points/ticks, and allows only one trade per day. Trades are taken only after 9:30 AM, with all positions force-closed before the session ends, and alerts are included for both long and short entries. The strategy targets high-volatility moves at the open when momentum is typically strongest.
xauusd:Only suitable for 1 minute, short-term tradingxauusd
:Only suitable for 1 minute, short-term trading
Volume Spike Strategy by CzechroninThis strategy uses VOlume spikes to enter big trades
~
Czechronin
EMA20 Anti-Whipsaw Strategy - Clean Entry & Exit LabelsCrypto Strategy named EMA20 Anti-Whipsaw Strategy - Clean Entry & Exit Labels
استراتژی ساز نئو 01 🇮🇷
A **Strategy Builder** is a tool or framework that lets you **design, test, and optimize** a trading strategy based on predefined rules and conditions.
**Purpose**
The main goal is to remove emotional decision-making from trading by replacing it with systematic, rule-based execution.
**How it works**
1. **Define rules** – You set entry, exit, and risk management conditions (e.g., *Buy when the 50-period moving average crosses above the 200-period moving average*).
2. **Choose parameters** – Such as indicator periods, stop-loss levels, take-profit targets, or position sizing methods.
3. **Backtesting** – The builder tests these rules on historical price data to show how the strategy would have performed in the past.
4. **Optimization** – Adjust the parameters to find the most effective setup while avoiding overfitting.
5. **Deployment** – Use the final strategy either for manual trading or connect it to an automated trading bot.
**Key Benefits**
* **Consistency** – Eliminates impulsive trades.
* **Data-driven decisions** – Every trade is based on tested rules, not guesswork.
* **Time-saving** – Once the rules are set, execution can be automated.
* **Scalability** – You can create multiple strategies for different markets or timeframes.
**Example**
Imagine you want to trade EUR/USD:
* **Entry rule:** Buy when RSI < 30 and the price is above the 50 SMA.
* **Exit rule:** Sell when RSI > 70 or price falls below the 50 SMA.
* **Risk control:** Risk 2% of account balance per trade.
A Strategy Builder lets you input those rules, run them on 5 years of EUR/USD historical data, and see metrics like win rate, maximum drawdown, and profit factor before risking real money.
---
If you want, I can give you a **visual diagram** showing how the process flows from idea → testing → optimization → execution. That makes the concept much easier to grasp.
Estrategia de NY ORB por CPThis strategy marks the New York market opening range during the first 15 minutes and confirms a buy or sell entry once the price returns and retests that range. It’s designed to capture trades of 60 points or more after the range has been retested. I suggest complementing the strategy with an indicator that highlights FVGs (Fair Value Gaps) or order blocks to better understand what price is doing and where it’s heading.
esta estrategia te marca el rango de apertura del mercado de ny de los primeros 15 minutos y te confirma entrada en venta o compra una vez que el precio regrese y retestee el rango. esta diseñada para tener trades de 60 puntos o mas una vez que el rango sea retesteado. sugiero acompañar la estrategia con algun indicador que marque fvg o order blocks para tener una mejor de lo que el precio esta haciendo y hacia donde se dirige.
MACD EMA 200 Strategy (Roche 5min Scalp)Free to use, stay blessed.
I don't believe charging for something that everyone can use.
Please enjoy it.
ZapTeam Pro Strategy v6 — EMA The Pro Strategy v6 script is a versatile trading strategy for TradingView that combines trend indicators, filters, and levels.
Main features:
EMA 21, EMA 50, EMA 200 — trend detection and entry signals via EMA crossovers.
Ichimoku Cloud (optional) — trend filtering and price position relative to the cloud.
ETH Dominance filter (optional) — filters trades based on Ethereum dominance (ETH.D).
ATR Stop-Loss — dynamic stop-loss based on volatility.
Two take-profits (TP1 and TP2) with optional 50/50 split.
Dynamic Fibonacci Levels — automatic or manual swings, with 1.272 and 1.618 extensions.
Custom S/R Levels — user-defined support/resistance levels.
Level lines extend across the chart and automatically adjust when zooming or panning.
Designed for trading in trending market conditions on any timeframe.
The strategy calculates position size based on percentage risk per equity.
CP Strat ORBnew york opening range breakout and retest allows you to enter a trade with a better clarity if the price comes back and retest the range