Ultimate Pattern Finder🛠️ How It Works:
Identifies Key Patterns:
Double Top/Bottom (Trend Reversal)
Head & Shoulders (Bearish Reversal)
Breakouts (Momentum Trades)
Filters out false signals using EMA, ATR, and volume.
Places long or short trades with take profit and stop loss using ATR-based risk management.
Adds alerts so you never miss a signal.
Indicators and strategies
Range Rotation Scalping - Gold & BTCTuning for Gold & BTC
Range Threshold (0.3%):
Gold: Moves ~0.1–0.5% intraday on 1m–60m charts during active hours (e.g., London/NY session). 0.3% keeps ranges tight but realistic.
BTC: Can move 0.5–2% in minutes, but 0.3% works for micro-ranges on lower timeframes (e.g., 5m).
Value Area Size (0.7%):
Centered on Tap 1, ±0.7% fits both assets:
Gold: ~$15–20 range around a $2,000 price on 5m–15m.
BTC: ~$300–500 range around a $60,000 price on 5m–15m.
Keeps the BoS fractal within a scalp-friendly zone.
Stop Loss (0.4%) & Take Profit (0.8%):
Gold: 0.4% ≈ $8 stop, $16 profit at $2,000—quick and achievable.
BTC: 0.4% ≈ $240 stop, $480 profit at $60,000—suits its volatility.
1:2 risk-reward ratio for scalping consistency.
Lookback (3):
RSI SMA Cross Sell SignalRSI (14) is less than the SMA 50 of the RSI (14) and the SMA 9 of the RSI (14) crosses below the RSI (14). The sell signal will be displayed on the chart.
PriceCatch - Previous Hour RangeHi Tradingview community,
Recently I stumbled upon a video on Youtube where the Youtuber was talking about Intraday trading based on 1 hour price range.
Anyone requesting the code was asked to contact over email for the code. So, I thought, this is such a simple script and has no special complex coding involved and why such a show off instead of just sharing it.
So, I decided to write the code myself and it took me under 10 minutes to do it. So, here's the PriceCatch - Previous Hour Range script. It is open source, so you can check it and apply it in your trading strategy.
Remember, this is just a simple range plotter and does not give any signals.
If you want 2 hours range, then simply change 60 to 120. Simple.
So, all the best with your trades.
PriceCatch
Segment RegressionAs an example of the descriptive power of Pine Script, this very short example traces a 'segment regression', a result not entirely obvious with so few lines of code, repositioning them when the previous inference moves away from the graph beyond the pre-set limit.
A trick used is to restart the new inference segment
- from the maximum reached in the previous trend, when positive (slope>0)
- from the minimum reached in the previous trend, when negative (slope<0)
The result can in my opinion be easily used to build strategies.
FVG Screener improved (Nephew_Sam_) - Sorted Packed ArraysFVG Screener and has optimization improvements, unsure if working correctly with sorts.
need to investigate, but structure is sound.
AlphaFlow: Oscillator Panel📊 AlphaFlow: Oscillator Panel – For Dummies 🚀
(The Hip-Hop Casino Guide to Momentum 🎲💰)
📌 What is the AlphaFlow Oscillator?
The AlphaFlow Oscillator Panel is a momentum + trend strength tool that helps confirm Smart Money moves by showing how strong the trend is under the hood.
💡 Biggest Trades Happen When AlphaFlow SMTS & Oscillator Align! 💎
🎨 What Do All These Lines & Colors Mean?
📊 Main Oscillator Lines (Momentum & Strength)
🟢 Green Line (Fast WaveTrend - WT1) → Measures short-term price momentum
🔴 Red Line (Slow WaveTrend - WT2) → Measures longer-term price momentum
📉 If Green Crosses Above Red → Bullish Reversal 🚀
📈 If Green Crosses Below Red → Bearish Reversal 🔻
📊 Supporting Strength Indicators
🔵 Blue Line = RSI Strength (Shows if the market is overbought/oversold)
🟠 Orange Line = MACD Hybrid (Tracks momentum & trend confirmation)
💧 Aqua Line = Normalized OBV (On-Balance Volume) (Measures smart money volume flow)
💡 When RSI + MACD + OBV agree with WaveTrend → Jackpot Conditions 🎰💰
🟥🟩 Reference Lines (Levels to Watch)
📌 These help you see if the market is overbought or oversold.
🟥 Red Line at 53 = WaveTrend Overbought (Watch for reversals down)
🟩 Green Line at -53 = WaveTrend Oversold (Watch for reversals up)
🔵 Blue Lines at 70 & 30 = RSI Overbought/Oversold
🟠 Orange Line at 0 = Neutral Baseline (Midpoint for momentum shifts)
💡 If WT1 & WT2 cross in an overbought/oversold zone → BIG move coming!
🎯 Buy/Sell Signals & Jackpot Diamonds
📌 Basic WaveTrend Signals
✅ Green "X" = Buy Signal (WT1 crosses WT2 bullish)
❌ Red "X" = Sell Signal (WT1 crosses WT2 bearish)
💎 Jackpot Signals (Biggest Trades)
💎 Green Diamond ABOVE the Oscillator → High-Probability SHORT
💎 Green Diamond BELOW the Oscillator → High-Probability LONG
🔹 Jackpot conditions require: 1️⃣ WT1 & WT2 Cross
2️⃣ RSI > 50 for Bullish / RSI < 50 for Bearish
3️⃣ MACD & OBV confirm the trend
🎯 Example: If WT1 crosses WT2 bullish + RSI > 50 + MACD positive → 💎 Jackpot Buy
🚀 How To Use the Oscillator Panel with Smart Money Trend System
1️⃣ Load “AlphaFlow: Smart Money Trend System” on your price chart
2️⃣ Load “AlphaFlow: Oscillator Panel” below your chart
3️⃣ Watch for signals to match up!
4️⃣ Biggest Trades? When Smart Money zones + momentum align = Jackpot 🎰💰
🎲 Casino Rules – Biggest Dummy Edition 🎰
❌ Don’t trade every WT1/WT2 cross! Wait for confluence.
🔥 The more indicators confirm, the stronger the trade.
📊 Reference lines tell you if the move is strong or weak.
⚠️ Jackpot doesn’t mean 100% win rate – Manage risk!
🔥 🚀
EMA Breakout with Trend Confirmation & Trailing StopEMA Breakout with Trend Confirmation & Trailing Stop
ADAPTIVE APEX: MICRO NASDAQ EDITIONStrategy Overview
The "ADAPTIVE APEX: MICRO NASDAQ EDITION" strategy is designed for trading Nasdaq 100 micro futures. By combining dynamic technical signals with strict risk controls, this strategy aims to capture intraday trends while preserving capital. Developed with a deep understanding of market dynamics, it leverages exponential moving averages (EMAs) and the volume-weighted average price (VWAP) for precise trend identification, while using Average True Range (ATR) based stops to adapt to changing volatility conditions.
Entry Criteria
Long Entries:
Signal: A long position is initiated when a short-term EMA (9-period) crosses above a longer-term EMA (21-period).
Confirmation: If VWAP is enabled, the price must be trading above the VWAP line, indicating bullish strength.
Short Entries:
Signal: A short position is triggered when the short-term EMA crosses below the longer-term EMA.
Confirmation: With VWAP enabled, the price must be below the VWAP line, confirming bearish momentum.
This dual-layer confirmation helps filter out false signals and aligns entries with the prevailing market trend.
Dynamic Risk Management
Risk management is the cornerstone of this strategy. Each trade is sized and managed based on both predetermined risk parameters and real-time market volatility:
Risk Per Trade:
A maximum risk of $1,500 per trade is defined. This figure drives the calculation of position size based on the distance to the stop loss.
ATR-Based Stop Losses:
For long trades, the stop loss is set at 2 times the ATR, offering enough room for the trade to breathe during normal market fluctuations.
For short trades, a slightly tighter stop loss is used (1.5 times the ATR) to accommodate the market’s natural behavior in downtrends.
Take Profit Targets:
Long trades are aimed at a 3:1 reward-to-risk ratio.
Short trades are structured for a 2:1 reward-to-risk ratio.
Break-Even and Trailing Stops:
The strategy includes a break-even mechanism that shifts the stop to the entry point once the trade has moved a significant distance in the trader’s favor (50% towards the target profit for longs).
Additionally, a trailing stop, also based on ATR, allows profits to run in trending markets while protecting gains during reversals.
Weekly Loss Limit:
To prevent prolonged drawdowns, trading is halted for the week if cumulative losses exceed $7,500. This weekly cap ensures that risk is kept within manageable limits.
How It Mitigates Risk
As a seasoned Nasdaq 100 day trader, I know that preserving capital is as important as generating profits. This strategy’s risk mitigation approach is multi-layered:
Volatility Adaptive: By basing stop losses and trailing stops on ATR, the strategy adapts to different volatility regimes. This ensures that stops are neither too tight (causing premature exits) nor too loose (exposing you to larger losses).
Position Sizing: Risk per trade is strictly controlled by calculating the number of contracts based on the maximum allowable risk and the distance to the stop loss.
Profit Capture: The reward-to-risk ratios (3:1 for longs and 2:1 for shorts) are designed to ensure that winners significantly outweigh losses, even if losing trades occur.
Break-Even Adjustments: Moving the stop loss to break-even once a trade shows favorable movement reduces the chance of a profitable trade turning into a loss.
Safety Net: The weekly loss limit acts as an additional safety net, stopping all trading activity if cumulative losses exceed a predefined threshold, thus protecting the trading account from excessive drawdowns.
Final Thoughts
This strategy embodies a disciplined approach to day trading on the Nasdaq 100 Micro futures market. It combines well-proven technical indicators with rigorous risk management techniques to ensure that each trade is entered and exited in a controlled manner. The careful balance between letting winners run and cutting losses short is what sets this strategy apart. As someone who actively trades these instruments, I can confidently say that this method is a testament to the importance of risk management in achieving long-term trading success.
Feel free to adjust the inputs and parameters to suit evolving market conditions and your personal risk tolerance. Happy trading!
EMA with Trade Duration ControlSignals for Buying and Selling on EMA and VWMA crossing.
Back tested - 73% Win Rate - Best for 3:1 and Higher Risk to Reward Trades
Keltner Channel CustomAnchored to 1D, added stochastic reading for oversold conditions, built for 4h on CL1!
Auto Levels Test RHAuto Levels Test RH is an indicator that automatically draws support and resistance levels based on local extremes and the ZigZag pattern. It helps traders identify key levels for entering and exiting trades. The indicator analyzes the last 100 bars and determines significant price zones.
BUY Signal with Williams %R, CMA, and ResetИндикатор предназначен для поиска сигналов на покупку ("BUY") и набора позиции на основе следующих условий:
Пересечение индикатора Williams %R уровня -80 снизу вверх.
Текущая цена закрытия находится ниже значения Cumulative Moving Average (CMA).
Текущая цена должна быть ниже цены предыдущей метки "BUY" (условие последовательного снижения).
Если цена закрытия становится выше CMA, значение последней метки "BUY" сбрасывается.
На каждой метке "BUY" отображается значение цены.
--------------------------------------------------------------------------------------------------------------------
The indicator is designed to search for buy signals ("BUY") and set a position based on the following conditions:
The Williams %R indicator crosses the -80 level from bottom to top.
The current closing price is below the Cumulative Moving Average (EMA) value.
The current price must be lower than the price of the previous "BUY" label (the condition for a sequential decrease).
If the closing price becomes higher than the CMA, the value of the last "BUY" label is reset.
The price value is displayed on each "BUY" label.
S/D Zones by CyberS/D Zones by Cyber is an advanced TradingView indicator that automatically identifies key supply and demand areas on your chart. It visually highlights these zones with customizable colors, borders, and labels, helping you quickly spot potential areas of support and resistance. The indicator dynamically updates and removes zones as market conditions change, ensuring you only see relevant, active levels on your chart.
ICT SB Time (Lee B)A minimal and clean indicator that simply plots the ICT Silver Bullet time windows for you on the chart with vertical lines.
It also has the option to show other important times, like 00:00, 8:30, and 9:30. Toggles in settings let you change line color, turn any of them off temporarily, and can limit their visibility to only the lower timeframes for less clutter.
I hope you find this indicator useful... and happy trading!
Lee B
Estrategia MA 20/50 Solo Long - Cierre en Cruce BajistaOpens long positions when the MA 20 crosses above MA 50.
✅ Stops loss at 2% below entry price.
✅ Keeps the position open as long as MA 20 is above MA 50.
✅ Closes the position (take profit) when MA 20 crosses below MA 50.
✅ Allows reentry if MA 20 crosses back above MA 50.
✅ Allows reentry if the price increases 5% above the last exit price.
AlphaFlow: Smart Money Trend System (SMTS)📖 AlphaFlow User Guide – For Dummies 🚀
(A Hip-Hop Version of the Casino Guidelines 🎲💰)
📌 What is AlphaFlow?
💎 AlphaFlow: Smart Money Trend System (SMTS) and AlphaFlow: Oscillator Panel are two indicators that work together to spot market confluence and give you Jackpot signals 🎰💰 when high-probability setups align.
🟥🟩🟨 What Do All These Lines & Signals Mean?
💰 AlphaFlow: Smart Money Trend System (SMTS) – (On the Price Chart)
🟥 Red Line = Liquidity High Zone → This is where big money takes profits or places shorts. Watch for rejection here!
🟩 Green Line = Liquidity Low Zone → This is where smart money buys dips. If price bounces, bulls are back.
🟨 Yellow Line = VWAP Trend → The Volume-Weighted Average Price. If price is above VWAP, bulls are in control. Below? Bears got the juice.
📊 AlphaFlow: Oscillator Panel – (Below the Chart)
🟢 Green WaveTrend Line = Fast Momentum
🔴 Red WaveTrend Line = Slow Momentum
🔵 Blue Line = RSI Strength
🟠 Orange Line = MACD Hybrid
📉 📈 Crossover of Green/Red Lines = Trend Reversal Coming!
🎯 Buy/Sell Signals & Jackpot Alerts
📌 Basic Buy/Sell Signals
✅ Green “X” Below Candles = BUY Signal (Price crosses above VWAP)
❌ Red “X” Above Candles = SELL Signal (Price crosses below VWAP)
💎 Jackpot Signals (When EVERYTHING Aligns)
💎 Green Diamond ABOVE the Price → High-probability SHORT
💎 Green Diamond BELOW the Price → High-probability LONG
🔹 Jackpot conditions require: 1️⃣ Buy/Sell Signal MUST happen at Liquidity Zones
2️⃣ WaveTrend Cross + RSI Strength + MACD in Sync
3️⃣ OBV (Volume) supports the move
🎯 Example: If price hits liquidity low (Green Line) + WaveTrend flips bullish + RSI confirms → 💎 Jackpot Buy
🚀 How To Use Both Indicators Together
1️⃣ Load “AlphaFlow: Smart Money Trend System” on your price chart
2️⃣ Load “AlphaFlow: Oscillator Panel” below your chart
3️⃣ Watch for signals to match up!
4️⃣ Biggest Trades? When everything aligns = Jackpot 🎰💰
🎲 Casino Rules – Biggest Dummy Edition 🎰
❌ Don’t trade every signal! WAIT for confluence.
🔥 The more signals align, the stronger the trade.
📊 Liquidity Zones tell you WHERE big money moves.
⚠️ Jackpot doesn’t mean 100% win rate – Manage risk!
🔥 🚀
RK_RSI Divergence IndicatorRK_RSI Divergence Indicator
this indicator give trend predicted based on rsi divergence.
PVSRA - Auto Override -5 EMAs- Semperv1A combination of PVSRA coloured candles, 5 EMAs (10, 20, 50, 200, 800), initial high and low of the day, previous day high and low and previous week high and low.
EMA Cross + RSI Scalping One of the best scalp trading strategies is the "EMA Cross + RSI" strategy. It combines trend-following with momentum confirmation, making it effective for short-term trades.
Key Components:
Exponential Moving Averages (EMAs):
Use a fast EMA (e.g., 9-period) and a slow EMA (e.g., 21-period).
The crossover of the fast EMA above the slow EMA signals a potential buy opportunity.
The crossover of the fast EMA below the slow EMA signals a potential sell opportunity.
Relative Strength Index (RSI):
Use a 14-period RSI to confirm momentum.
For buy signals, RSI should be above 50 (bullish momentum).
For sell signals, RSI should be below 50 (bearish momentum).
Time Frame:
This strategy works best on 1-minute, 5-minute, or 15-minute charts.
Risk Management:
Use a stop-loss below the recent swing low (for buys) or above the recent swing high (for sells).
Aim for a risk-reward ratio of 1:1.5 or 1:2.
YOYOKE FEB 2025YOYOKE Indicator is a technical analysis tool used in trading to measure the relative strength of a financial asset. It is a modified version of the standard Relative Strength Index (RSI), featuring color-coded signals to indicate different market conditions, such as overbought, oversold, or neutral zones. The color changes help traders quickly interpret RSI trends and make informed trading decisions.