Simple Symmetrical Triangle Strategy (6 points)Overview
This strategy identifies triangle patterns formed by a series of key high and low price points. A trade is triggered when the price breaks out from the pattern's final confirmation points: a buy signal occurs on a close above the last high point, and a sell signal on a close below the last low point. To ensure relevance, any pattern that doesn't break out within 10 bars is automatically discarded.
This helps filter out patterns that lose momentum and focuses only on the most imminent breakouts.
How It Works
1. Pattern Detection: The script continuously scans for a sequence of three declining highs (points H1, H2, H3) and three rising lows (points L1, L2, L3) to form a triangle.
2. Entry Logic: The logic is straightforward and based on breaking the last confirmed pivot:
* Long Entry: A buy order is executed if the price closes above the level of the last high (H3).
* Short Entry: A sell order is executed if the price closes below the level of the last low (L3).
3. Pattern Expiration: A triangle only remains "active" for 10 bars after its formation. If a breakout doesn't occur within this window, the pattern is removed from analysis, avoiding trades on prolonged, unresolved consolidations.
Key Features
* Automatic Detection: Identifies and draws triangles for you.
* Simple Breakout Logic: Easy to understand, trades by following the price action.
* Time Filter: Its main advantage is discarding patterns that do not resolve quickly.
* Customizable: You can adjust the sensitivity of the pivot detection in the settings.
Important Disclaimer
This strategy is designed as an entry system and DOES NOT INCLUDE A STOP LOSS OR TAKE PROFIT.
Automation Ready
Want to automate this or ANY strategy on your broker or MetaTrader (MT4/MT5) without keeping your computer on or needing a VPS? You can use WebhookTrade.
Chart patterns
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.
Symmetrical Triangle Strategy (Real and Trap confirmation)Overview
This is an advanced strategy that not only detects symmetrical triangle patterns but also attempts to differentiate between a genuine breakout and a false breakout (a trap) to trade accordingly.
Instead of blindly following every breakout, it analyzes the "quality" of the move using Volume and RSI filters. If the breakout appears weak, it prepares to trade in the opposite direction, capitalizing on the pattern's failure.
How It Works
The strategy employs a dual logic that activates after the price breaks the last pivot (H3 or L3):
1. Scenario A: The Real Breakout
* If the price breaks the triangle AND the breakout is confirmed by a surge in volume and/or a favorable RSI, the strategy considers the move genuine and enters in the direction of the breakout.
2. Scenario B: The False Breakout (Trap)
* If the price breaks the triangle BUT the indicators fail to confirm it (e.g., low volume), the strategy interprets it as a potential trap.
* It waits for the price to return inside the pattern.
* Once the price has re-entered, it opens a trade AGAINST the initial breakout, betting that the first move was a fake-out.
Key Features
* Hybrid Logic: It's not just a simple breakout strategy; it adapts to market conditions.
* Confirmation Filters: Uses Volume and RSI to validate the strength of a breakout (fully configurable).
* Capitalizes on Traps: Its greatest strength is the ability to identify and trade false breakouts, a common market scenario.
* Optional Confirmation: For trap trades, an extra confirmation via an EMA crossover can be enabled for added safety.
* Opportunity Timeout: Potential traps have a time limit to be confirmed, preventing the strategy from getting stuck in an undecided scenario.
Important Disclaimer
This strategy is designed as an entry system and DOES NOT INCLUDE A STOP LOSS OR TAKE PROFIT.
Automation Ready
Want to automate this or ANY strategy on your broker or MetaTrader (MT4/MT5) without keeping your computer on or needing a VPS? You can use WebhookTrade.
Volume Spike Strategy by CzechroninThis strategy uses VOlume spikes to enter big trades
~
Czechronin
No Wick Strategy (No-wick candles) — by Sh1n1gam1**No Wick Strategy - Momentum Trading System**
This strategy identifies and trades "no wick" or "minimal wick" candles, which often indicate strong directional momentum and conviction in the market.
**STRATEGY CONCEPT:**
The No Wick Strategy capitalizes on candles that show strong directional commitment - bullish candles with little to no bottom wick (buyers in control from the start) and bearish candles with little to no top wick (sellers dominating from the open).
**HOW IT WORKS:**
📈 **LONG ENTRIES:**
- Identifies bullish candles with minimal/no bottom wick
- Places buy limit order slightly below the signal candle's open
- Enters only during specified trading session
📉 **SHORT ENTRIES:**
- Identifies bearish candles with minimal/no top wick
- Places sell limit order slightly above the signal candle's close
- Enters only during specified trading session
**KEY FEATURES:**
✅ Customizable trading session (New York timezone)
✅ Flexible wick threshold (0% for strict, up to X% for flexibility)
✅ ATR-based stop loss for dynamic risk management
✅ Configurable risk-reward ratio via TP multiplier
✅ Auto-cancellation of unfilled orders after X bars
✅ Body size filters (minimum and maximum)
✅ Visual signals and pending order levels
✅ Position status display
**RISK MANAGEMENT:**
- Stop Loss: Based on ATR multiplier
- Take Profit: Multiple of stop loss distance
- One position at a time
- No pyramiding or position flipping
**RECOMMENDED TIMEFRAMES:**
- M1 and M5 for scalping
- M15 and H1 for day trading
- H4 and Daily for swing trading
**MARKETS:**
Suitable for forex pairs, indices (NQ, ES), commodities, and liquid stocks.
**DEFAULT SETTINGS:**
- Trading Session: 09:30-11:00 ET (NY morning session)
- ATR SL Multiplier: 1.5
- TP Multiplier: 2.0 (2:1 RR ratio)
- Wick Threshold: 5%
- Order Cancellation: 5 bars
**TIPS FOR OPTIMIZATION:**
1. Adjust trading session to match your market's most active hours
2. Test different wick thresholds (0-10%) based on market volatility
3. Optimize body size filters for your specific instrument
4. Backtest different ATR multipliers for your risk tolerance
5. Consider market conditions - works best in trending markets
**IMPORTANT NOTES:**
- Uses limit orders for better entry prices
- Does not close opposing positions (no position flipping)
- Respects trading session boundaries strictly
- All times are in America/New_York timezone
**AUTHOR:** Sh1n1gam1
**VERSION:** 1.0
**SUPPORT:** Comments and suggestions welcome!
Happy Trading! 📊
BTC DCA AHR999 Strategy
This is an easy to understand and perform DCA strategy, based on the AHR999 indicator.
The initial strategy is based on the AHR999 indicator script from discountry, that is with this script transformed into a TV strategy:
The logic is pretty simple:
we do a DCA buy every week (in the code it is set on monday)
we do a small DCA buy, as long as AHR999 < 1.2 (signaling moderate BTC price)
we do a big DCA buy, as long as AHR < 0.45 (signaling undervalued BTC price)
we skip buys, as long as AHR > 1.2 (signaling overvalued BTC price)
Values for "small DCA buy" and "big DCA buy" can be adjusted, aswell as timeframe, we want the backtest for and a scale factor, to show the AHR999 indicator in the plot, aswell as the spent capital and the net worth of the accumulated BTC.
The scale factor of the plot can be varied, depending on the timeframe and input capital you are using (recommendation is to use a scale factor to be able to see the AHR999 indicator itself on the chart in a meaningful way).
Open Range Breakout Strategy With Multi TakeProfitHello everyone,
For a while, I’ve been wanting to develop new scripts, but I couldn’t decide what to create. Eventually, I came up with the idea of coding traditional and well-known trading strategies—while adding modern features such as multi–take profit options. For the first strategy in this series, I chose the Open Range Strategy .
For those unfamiliar with it, the Open Range Strategy is a trading approach where you define a specific time period at the beginning of a trading session—such as the first 15 minutes, 30 minutes, or 1 hour—and mark the highest and lowest prices within that range. These levels then act as reference points for potential breakouts: if the price breaks above the range, it may signal a long entry; if it breaks below, it may indicate a short entry. This method is popular among day traders for capturing early momentum in the market.
Since this strategy is generally used as an intraday strategy , I added a Trade Session feature. This allows you to define the exact time window during which trades can be opened. Once the session ends, all positions are automatically closed, ensuring trades remain within your chosen intraday period.
Even though it’s a relatively simple concept, I’ve come across many different variations of it. That’s why I created a highly customizable project. Under the Session Settings, you can select the time window you want to define as your range. Whether it’s the first 15-minute candle or the entire first hour, the choice is entirely yours.
For stop-loss placement, there are two different options:
Middle of the Range – The stop loss is placed at the midpoint between the high and low of the defined range, offering a balanced buffer for both bullish and bearish setups.
Top/Bottom of the Range – The stop loss is placed just beyond the range’s high for short trades or just below the range’s low for long trades, providing a more conservative risk approach.
I’ve always been a big fan of the multi take-profit feature, so I added two different take-profit targets to this project. Take profits are calculated based on a Risk-to-Reward Ratio, which you can adjust in the settings. You can also set different position sizes for each target, allowing you to scale out of trades in a way that suits your strategy.
The result is a flexible, user-friendly strategy script that brings together a classic approach with modern risk management tools—ready to be tailored to your trading style
Supertrend EMA Vol Strategy V5### Supertrend EMA Strategy V5
**Overview**
This is a trend-following strategy designed for cryptocurrency markets like BTC/USD on daily timeframes, combining the Supertrend indicator for dynamic trailing stops with an EMA filter for trend confirmation. It aims to capture strong uptrends while avoiding counter-trend trades, with optional volume filtering for high-conviction entries and ATR-based stop-loss to manage risk. Ideal for long-only setups in bullish assets, it visually highlights trends with green/red bands and fills for easy interpretation. Backtested on BTC from 2024-2025, it shows potential for outperforming buy-and-hold in trending markets, but always use with proper risk management—past performance isn't indicative of future results.
**Key Features**
- **Supertrend Core**: Uses ATR to plot adaptive uptrend (green) and downtrend (red) lines, flipping on closes beyond prior bands for buy/sell signals.
- **EMA Trend Filter**: Entries require price above the EMA (default 21-period) for longs, ensuring alignment with the broader trend.
- **Volume Confirmation**: Optional filter only allows entries when volume exceeds its EMA (default 20-period), reducing false signals in low-activity periods.
- **Risk Controls**: Built-in ATR-multiplier stop-loss (default 2x) to cap losses; exits on Supertrend flips for trailing profits.
- **Visuals**: Green/red lines and highlighter fills for up/down trends, plus buy/sell labels and circles for signals.
- **Customizable Inputs**: Tweak ATR period (default 10), multiplier (default 3), EMA length, start date, long/short toggles, SL, and volume filter.
- **Alerts**: Built-in for buy/sell and direction changes.
**How to Use**
1. Add to your TradingView chart (e.g., BTC/USD 1D).
2. Adjust inputs: Start with defaults for trend-following; increase multiplier for fewer trades/higher win rate. Enable volume filter for volatile assets.
3. Monitor signals: Green "Buy" for long entries (if close > EMA and conditions met); red "Sell" for exits.
4. Backtest in Strategy Tester: Focus on equity curve, win rate (~50-60% in tests), and drawdown (<15% with SL).
5. Live Trading: Use small position sizes (1-2% risk per trade); combine with your analysis. Shorts disabled by default for bull-biased markets.
پژواک گرگManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage accessManage access
استراتژی ساز نئو 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.
1 Triple EMA Crossover Strategy (x, 3x, 9x)An excellent EMA strategy.
x, 3x, and 9x: These represent the periods of the EMAs. For example, if 'x' is 10, then you would have a 10-day EMA, a 30-day EMA, and a 90-day EMA.
Crossover: The strategy relies on identifying when the price or the shorter-term EMAs cross above or below the longer-term EMAs, signaling potential buy or sell opportunities.
How the Strategy Works:
1. Trend Identification:
The relationship between the three EMAs indicates the overall trend. If the 3x EMA is above the 9x EMA, and the x EMA is above both, it suggests an uptrend. Conversely, if the 3x EMA is below the 9x EMA, and the x EMA is below both, it indicates a downtrend.
2. Buy Signals:
A buy signal might be generated when the shortest EMA (x) crosses above the medium EMA (3x) and then both cross above the longest EMA (9x), suggesting a potential breakout.
3. Sell Signals:
A sell signal might be generated when the shortest EMA (x) crosses below the medium EMA (3x) and then both cross below the longest EMA (9x), suggesting a potential breakdown.
---------------------------------------------------------------------------------------------------------
Unlocking Trends with the Triple EMA Crossover Strategy (x, 3x, 9x)
Welcome to an intuitive yet powerful trend-following strategy designed for clarity and actionable signals: the Triple EMA Crossover. This Pine Script® indicator leverages the Exponential Moving Average (EMA) to help traders identify prevailing trends, potential breakouts, and breakdowns with enhanced precision. Built on a simple, scalable 'x, 3x, 9x' methodology, it provides a dynamic framework for navigating market movements.
Understanding the x, 3x, 9x EMA Foundation
At its core, this strategy utilizes three Exponential Moving Averages, each acting as a distinct lens on price action. Unlike Simple Moving Averages (SMAs) which give equal weight to all data points, EMAs place a greater emphasis on recent prices, making them more responsive to current market conditions—a crucial advantage in fast-paced environments like intraday trading.
The "x, 3x, 9x" nomenclature is elegantly simple:
x EMA (Fast EMA): This is your shortest-period EMA, highly sensitive to immediate price changes. It acts as the leading indicator, quickly reacting to shifts in momentum.
3x EMA (Medium EMA): Calculated with three times the 'x' period, this EMA provides a smoother, yet still responsive, view of the short-to-medium term trend. It often acts as dynamic support or resistance.
9x EMA (Slow EMA): Representing nine times the 'x' period, this is your longest EMA. It filters out much of the market noise, giving you a clear picture of the underlying dominant trend.
The beauty of this setup lies in its adaptability. By simply adjusting the Base EMA Period (x) input in the script settings, you can automatically calibrate all three EMAs to suit different instruments, volatility levels, or even your preferred trading style. A common starting point for 'x' in intraday trading on a 5-minute chart is 10, which translates to 10, 30, and 90-period EMAs.
How the Strategy Works: Signals and Trend Identification
The power of the Triple EMA Crossover lies in the interplay and alignment of these three moving averages.
1. Trend Identification
The relative positioning of the EMAs paints a clear picture of the market's trend:
Uptrend (Bullish): When the emaX (fast) is above the ema3X (medium), and the ema3X is, in turn, above the ema9X (slow), it indicates a strong bullish trend. This "stacked" alignment suggests robust upward momentum.
Downtrend (Bearish): Conversely, if the emaX (fast) is below the ema3X (medium), and the ema3X is below the ema9X (slow), it signals a clear bearish trend.
2. Buy Signals 🟢
A buy signal is generated when the swift emaX crosses above the ema3X, AND simultaneously, the ema3X is already above the ema9X. This combined condition ensures that the shorter-term momentum is shifting upward while the underlying medium-term trend remains strong and aligned with the longer-term direction. This reduces false signals often seen with simple two-EMA crossovers, aiming to capture high-probability upward moves. The script will plot a green upward-pointing triangle below the candle to visually alert you to this entry.
3. Sell Signals 🔴
A sell signal occurs when the quick emaX crosses below the ema3X, AND the ema3X is already below the ema9X. This indicates that the short-term momentum is shifting downwards, confirming a bearish bias within the broader downtrend. This comprehensive confirmation helps identify potential breakdowns and exit points for long positions or entry points for short trades. A red downward-pointing triangle will appear above the candle to mark this signal.
The strategy also includes an intuitive exit mechanism: if a buy signal is active and a sell condition is met, the long position will be closed, and vice-versa for short positions. This ensures you're always aligned with the most recent confirmed trend direction.
Key Advantages for Traders
Clarity: Provides visually clear trend direction and momentum shifts.
Responsiveness: EMAs react faster to price changes compared to SMAs, making them ideal for dynamic markets.
Confirmation: The three-EMA alignment significantly reduces false signals, leading to higher-conviction trades.
Adaptability: The x input allows you to fine-tune the strategy for various assets and market conditions.
Simplicity: Despite its effectiveness, the logic remains straightforward and easy to understand.
Important Considerations for Day Trading
For optimal performance in intraday trading, it's highly recommended to apply this strategy on a 5-minute chart. This timeframe strikes the perfect balance between capturing rapid price action and filtering out excessive market noise, allowing the EMA crossovers to provide meaningful signals. Always combine this technical analysis with sound risk management, including stop-loss orders, and consider other indicators or fundamental analysis for further confirmation.
Customization and Disclaimer
Feel free to experiment with the Base EMA Period (x) input to find the optimal settings that resonate with your trading style and the specific instruments you trade. Remember, no single strategy guarantees profits, and past performance is not indicative of future results. This script is provided for educational and illustrative purposes. Always conduct your own research and risk assessment before trading with real capital. Happy Trading!
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.
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
Expanded Reversal System (4 Pattern Types)Overview
This is the final, refined version of a comprehensive candlestick reversal strategy, built with a core focus on reliability and safety. Its unique execution logic is designed to prevent common backtesting errors and ensure that the integrated risk management works precisely as intended on any timeframe.
The strategy aims to capture high-momentum reversals by identifying an expanded set of classic candlestick patterns and waiting for confirmation before entering a trade.
The "Confirm and Execute" Engine 🛡️
To eliminate bugs seen in simpler backtesting models, this strategy uses a deliberate, three-step execution process:
Signal: It first identifies a high-probability reversal pattern on a "Signal Candle."
Confirmation: It then waits for the next candle to break the high or low of the signal candle. This confirms momentum is moving in the desired direction.
Execution: Finally, it enters a market order on the open of the following candle.
This method ensures a robust and stable entry, allowing the Stop Loss and Take Profit orders to function with 100% reliability.
An Expanded Arsenal of Reversal Signals
This strategy looks for four distinct types of bullish and bearish patterns, giving it more opportunities to find valid trades:
Flexible Pin Bars: Loosened rules for Hammers and Shooting Stars to capture more opportunities.
Classic Engulfing Patterns: Identifies powerful, full-body engulfing candles.
Piercing Patterns & Dark Cloud Covers: Recognizes strong two-candle reversal signals.
Built-in Professional Risk Management 🎯
Automated Position Sizing: Every trade is automatically sized to risk exactly 2% of your current account equity.
Defined Exits: Once a trade is open, it is held until either the pre-calculated Stop Loss or Take Profit is hit. The strategy will not exit early or be influenced by new signals while in a trade.
Asymmetrical Risk/Reward: The strategy targets a 1:6 R:R for long trades and a 1:4 R:R for short trades.
How To Use
Apply the strategy to your chart.
Set your chart's timeframe. This version produced very strong results on the 3-Minute chart.
Review the detailed performance report in the 'Strategy Tester' tab.
Disclaimer: This strategy is provided for informational and educational purposes. All trading involves substantial risk, and past performance is not a guarantee of future results. Please use and adapt this tool responsibly.
Candle stick pattern strategy - No EMA 5MTFOverview
This strategy is designed to maximize trade frequency by identifying an expanded range of high-probability candlestick reversal patterns. It is an unfiltered system, meaning it will act on every valid signal it finds on the 5min timeframe, making it a very active strategy.
The core of the system is its ability to recognise not just the most common reversal signals, but also powerful "second-tier" patterns that often precede strong market moves.
An Expanded Arsenal of Signals 🏹
In addition to the flexible Pin Bars (Hammers/Shooting Stars) and classic Engulfing patterns, this strategy has been upgraded to include two new, powerful two-candle reversal patterns:
Piercing Pattern (Bullish): A strong bullish signal where a green candle opens below the prior red candle's close and then "pierces" more than halfway up into the body of that red candle, showing a decisive rejection of lower prices.
Dark Cloud Cover (Bearish): The opposite of a piercing pattern. A red candle opens above the prior green candle's high and then closes more than halfway down into the body of the green candle, signaling that sellers are taking control.
The inclusion of these patterns significantly increases the number of trading opportunities the strategy can capture.
Trade & Risk Management
Trade Logic: Once a trade is entered, it is held until it reaches its original Stop Loss or Take Profit. The strategy will ignore all new signals while a position is active to ensure each trade follows its plan.
Automated Risk: Every trade is automatically sized to risk exactly 2% of your account equity, providing consistent risk management.
Risk/Reward: The strategy targets a 1:6 R:R for long trades and a 1:4 R:R for short trades.
How To Use
Apply the strategy script to your chart.
Set the chart's timeframe to 5 min
Review the performance and individual trades in the 'Strategy Tester' tab at the bottom of your screen.
Disclaimer: This script is for educational and informational purposes. Trading involves substantial risk, and past performance is not a guarantee of future results. Use this tool at your own risk.
Robotic-ATM V6.6 Professional🤖 Robotic-ATM V6.6 Pro - Advanced Multi-Indicator Algorithmic Trading Strategy
Professional algo system combining 4 proven indicators: R-ATM KISS V5 trend detection, LG_TRSpeed momentum analysis, R-ATM Oscillator scoring, WaveTrend wave analysis. Features 3 signal modes (ALL_IMMEDIATE/ALL_SYNC/PARTIAL_SYNC), advanced risk mgmt with stop-loss/profit targets, daily P&L limits, position controls, and volatility filtering. Real-time dashboard tracks trades, win rate, profit/loss, and drawdown. $300/month subscription, 21-day FREE trial, cancel anytime. 3+3 months free when paying quarterly. Educational purposes only. Past performance doesn't guarantee future results. Trading involves substantial risk. Only trade with capital you can afford to lose. Contact: support@robotic-atm.com | robotic-atm.com | Robotic-ATM Inc.
Robotic-ATM V6.6.3/IO🤖 Robotic-ATM V6.6 3.3 IO - Advanced Multi-Indicator Algorithmic Trading Strategy
Professional algo system combining 4 proven indicators: R-ATM KISS V5 trend detection, LG_TRSpeed momentum analysis, R-ATM Oscillator scoring, WaveTrend wave analysis. Features 3 signal modes (ALL_IMMEDIATE/ALL_SYNC/PARTIAL_SYNC), advanced risk mgmt with stop-loss/profit targets, daily P&L limits, position controls, and volatility filtering. Real-time dashboard tracks trades, win rate, profit/loss, and drawdown. $300/month subscription, 21-day FREE trial, cancel anytime. 3+3 months free when paying quarterly. Educational purposes only. Past performance doesn't guarantee future results. Trading involves substantial risk. Only trade with capital you can afford to lose. Contact: sales@robotic-atm.com | robotic-atm.com | Robotic-ATM Inc.
SMC Breaker+Liquidity + HTF EMA — v61️⃣ Core Idea
This is a Smart Money Concept (SMC)
It looks for liquidity sweeps followed by price moving back in the opposite direction (breaker block behavior), while trading only in the direction of the higher timeframe (HTF) trend.
2️⃣ Components
A. Higher Timeframe EMA Bias
We take an EMA (default length: 50) from a higher timeframe (default: 4H).
If price is above that EMA → bias is bullish (we only take longs).
If price is below that EMA → bias is bearish (we only take shorts).
This keeps trades aligned with the bigger picture trend
B. Liquidity Sweep Detection
We find the highest high and lowest low over the past 5 bars
A sweep high happens when:
Price breaks above a recent high (liquidity grab), but
Closes back below it (false breakout).
A sweep low happens when:
Price breaks below a recent low, but
Closes back above it.
This indicates stop hunting — whales often trigger these before reversing price.
C. Breaker Block Logic
If a sweep low occurs and bias is bullish → BUY.
If a sweep high occurs and bias is bearish → SELL.
D. Optional ADX Filter
ADX checks market strength (trendiness).
If enabled, it only trades when ADX > threshold (default 20).
This avoids ranging/choppy markets.
3️⃣ Risk Management
Stop Loss (SL):
For longs → ATR(14) below the entry candle low.
For shorts → ATR(14) above the entry candle high.
Take Profit (TP):
SL distance × Risk:Reward ratio (default 3:1).
This means every win can be 3x bigger than a loss.
MNQ Gap-Fade (ETH) — RTH 08:30–15:00 CT, +/-3m refsStrategy overview
This strategy tests a gap-fade idea on MNQ when trading an ETH chart but referencing RTH timing. It measures the overnight move from 3 minutes before the prior RTH close (14:57 CT) to 3 minutes after today’s RTH open (08:33 CT). If that gap is big enough, it bets on mean reversion at the open:
Short after a large gap up
Long after a large gap down
How it works
Sampling windows (RTH, Chicago time):
Prev close sample: the 14:57 bar (3 min before 15:00 close)
Open sample: the 08:33 bar (3 min after 08:30 open)
These offsets help avoid opening/closing bar noise and ensure the bars have formed.
Overnight % move:
(OpenSample−PrevCloseSample)/PrevCloseSample × 100
Signals (at 08:33 pulse):
If gap % ≥ Gap-Up threshold → enter SHORT
If gap % ≤ −Gap-Down threshold → enter LONG
Risk management:
Per-trade TP and SL as percentages from entry (both adjustable)
If still in a position at 14:57, the strategy forces flat (closes all) before the RTH close
Plots & visibility:
Plots the computed Overnight Gap % line
Horizontal lines at your Gap-Up and Gap-Down thresholds for quick visual checks
Alerts:
alertcondition() events fire on:
the open-sample ready pulse,
gap-up short, and gap-down long conditions
(Pine requires static alert messages; the % gap itself is visible on the chart.)
Inputs you can adjust
Times (CT): RTH open/close and the ±3 min offsets (use different values if desired)
Gap thresholds (%): separate values for gap-up (short) and gap-down (long)
Take-profit / Stop-loss (%): per-side percentage targets from average entry price
Instrument & session notes
Designed for MNQ; works on an ETH chart while internally referencing CME/Chicago (CT) RTH times via 1-minute sampling.
If you prefer different markets or exact ET timestamps, change the time inputs accordingly.
Assumptions & limitations
This is a research/backtest tool for a simple gap-fade rule, not a complete trading system.
Slippage, fills, and overnight liquidity may differ from backtest assumptions.
Mean reversion can fail on trend days and during news events; use filters or wider thresholds if needed.
That should be everything reviewers and users need to understand what it does and how to tune it. Want me to add a short “Suggested defaults” block (e.g., 0.75–1.25% gaps, 1% TP/SL) or a “Known gotchas” section for ETH vs. RTH charts?
Ask ChatGPT
ORB 15m – First 15min Breakout (Long/Short)ORB 15m – First 15min Breakout (Long/Short)
Apply on SPY, great returns
reshammanchu swing freea base candle chart indicator with buy and sell indicator for begineers who can to big trading
Intraday set up - RSI +MACDIntraday setup using RSI + MACD + Multi-Timeframe EMA 50 + Volume as confluence
MomentumSync-PSAR: RSI·ADX Filtered 3-Tier Exit StrategyTriSAR-E3 is a precision swing trading strategy designed to capitalize on early trend reversals using a Triple Confirmation Model. It triggers entries based on an early Parabolic SAR bullish flip, supported by RSI strength and ADX trend confirmation, ensuring momentum-backed participation.
Exits are tactically managed through a 3-step staged exit after a PSAR bearish reversal is detected, allowing gradual profit booking and downside protection.
This balanced approach captures trend moves early while intelligently scaling out, making it suitable for directional traders seeking both agility and control.