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.
Patrones de gráficos
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.
MarketTouch Pro – BankNifty & Nifty Toolkit🛍️ MarketTouch Pro – BankNifty & Nifty Toolkit
🎯 Perfect entries start with precision.
MarketTouch Pro is an advanced TradingView indicator designed for serious intraday traders in BankNifty and Nifty. This all-in-one toolkit combines dynamic pivot detection, VWAP/EMA analysis, candlestick pattern signals, and OI-based support/resistance – all optimized with custom touch detection, alerts, and time filters.
Whether you're scalping breakouts or catching reversals, MarketTouch Pro gives you clean levels, smart confirmations, and actionable alerts – before the move happens.
🔍 Key Features
🔸 VWAP + Dual EMA System
Track real-time momentum with optional VWAP and two customizable EMAs (ideal for 9/21 settings).
🔸 Dynamic Pivot System with Touch Logic
Auto-detect price interaction with Pivot, R1–R5, and S1–S5 zones. Includes breakout, reversal, and extreme touch-only filters.
🔸 OHLC + OI Level Lines (Manual & Auto)
Use previous session highs/lows or define your own manual support/resistance. Plus, add Open Interest levels as actionable zones.
🔸 Smart Candlestick Signals
Get alerts on classic price action patterns like:
Bullish/Bearish Engulfing
Hammer & Inverted Hammer
Bullish/Bearish Harami
🔸 Touch-Only Pattern Filtering
Avoid noisy signals – only see patterns when they happen near key levels.
🔸 Time Filtered Zones
Limit plots/signals to specific market hours or sessions for intraday clarity.
🔸 BankNifty & Nifty Auto Detection
No need to switch settings – script intelligently adapts to symbol.
🔸 Clean UI with Modular Toggles
Control every component: show/hide pivots, levels, patterns, and labels with ease.
🔸 In-Built Alerts Ready
Supports:
Pivot breakout / touch
OHLC interaction
OI level signals
Candlestick confirmations near levels
💼 Who is it for?
📉 Scalpers & Intraday Traders
💡 Price Action & Level-Based Traders
🧠 Algo Strategists building rule-based entries/exits
🛡️ Traders using VWAP / Pivots / OI confluence
📦 What's Included?
Setup guide + usage examples
Personal support for activation & onboarding
5 EMA No-Touch Breakout 1:3 (Only 5m)This strategy is built for traders who want to ride strong trends using the principle of EMA rejection.
The concept is simple:
📉 Sell when price stays below the 5 EMA without touching it — indicating strong bearish momentum.
📈 Buy when price stays above the 5 EMA without touching it — indicating strong bullish momentum.
Parabolic SAR with Early Buy & MA-Based Exit Strategy📝 Strategy Description (Max SEO Impact)
This advanced Parabolic SAR-based trading strategy is designed to capture early trend reversals and exit intelligently using a dynamic moving average filter. It enters long trades when a PSAR reversal occurs, and exits only when the PSAR moves above price and the price falls below the 11-period SMA, helping avoid premature exits during volatile swings.
📌 Features:
• Custom Parabolic SAR calculation for refined trend tracking
• Background highlights during buy zones (SAR below price)
• Exit signals only when trend weakens (PSAR above + price under SMA)
• Red flag plotted on chart at exit bars for clear visual identification
• Works on all timeframes and instruments
Ideal for swing traders, trend followers, and strategy testers looking for smart PSAR-based entries with smoother exits.
Parabolic SAR with Early Buy & MA-Based Exit Strategy📝 Strategy Description (Max SEO Impact)
This advanced Parabolic SAR-based trading strategy is designed to capture early trend reversals and exit intelligently using a dynamic moving average filter. It enters long trades when a PSAR reversal occurs, and exits only when the PSAR moves above price and the price falls below the 11-period SMA, helping avoid premature exits during volatile swings.
📌 Features:
• Custom Parabolic SAR calculation for refined trend tracking
• Background highlights during buy zones (SAR below price)
• Exit signals only when trend weakens (PSAR above + price under SMA)
• Red flag plotted on chart at exit bars for clear visual identification
• Works on all timeframes and instruments
Ideal for swing traders, trend followers, and strategy testers looking for smart PSAR-based entries with smoother exits.
Parabolic SAR Strategy with MACD Confirmation & Trend Zone Highl📝 Description (SEO + Follower-Friendly):
🚀 Powerful Trend Strategy Using Parabolic SAR + MACD
This advanced Pine Script combines the classic Parabolic SAR trend-following system with MACD crossover confirmation, improving entry precision and filtering out false signals. The script also features:
✅ Dynamic trend zone background highlighting when SAR is below price
✅ MACD filter ensures trades align with market momentum
✅ Custom SAR logic with adaptive acceleration
✅ Clean visual SAR plots for easy trend tracking
✅ Fully backtestable with strategy.entry logic
🔎 Ideal for traders seeking early trend entries, momentum confirmation, and visual clarity.
📈 Works on all timeframes and pairs — perfect for swing traders, scalpers, and crypto enthusiasts.
💡 Use it as a base strategy or combine with your favorite indicators.
❤️ If you find this helpful, don't forget to like, comment, and follow for more premium strategies!
Swing Breakout Strategy PRO“Swing Strategy Pro”
A powerful trading tool designed for price action & swing traders. This indicator automatically detects swing highs and lows and generates precise Buy & Sell signals based on breakout confirmations.
✅ How It Works:
• Buy signal: When swing high breaks with confirmation candle
• Sell signal: When swing low breaks with confirmation candle
• Target = Distance between recent swing high & low
• Stop Loss = Opposite swing level
📌 Perfect for Breakout Trading, Swing Entries, and Trend Continuation strategies.
🎯 Fully automated with visual alerts & clean chart design.
LeBlanc Strategy 2 -Inverted Fair Value Gap with Trend & 2.5 RRRThis is for recognizing the closed Inverted Fair Value Gaps (IFVG) to know when to enter a trade.
Detects true inverted FVGs only if the gap size is 3+ ticks.
Filters trades based on EMA50 vs SMA20 trend direction.
Uses ATR-based stop loss, and sets take-profit at a 2.5 risk-to-reward ratio.
Is fully backtestable in TradingView Strategy Tester.
Plots green/red boxes for FVGs.
Manadi Buy/Sell Strategy EMA + MACD + RSI + AlertsIt is a strategy / indicator of buy and sell special crypto for 15 min to 1 h time frame.
used with RSI, Macd, and Ema cros 9/21
AI - Williams Alligator Strategy (ATR Stop-Loss) AlertsAI - Williams Alligator Strategy (ATR Stop-Loss) with Alerts
[PS]Breakout Strategy: Nifty/BN only at 15 min TimeframeIt only works on 15 min timeframe for nifty and Bank nifty.