Big_RSI_EMA_FibStrategy Name: Big Candle + RSI + EMA + Fibonacci
This Pine Script strategy combines multiple indicators and price action logic to generate long and short trading signals. It includes:
🔧 Inputs
RSI Period – default: 14 (Relative Strength Index to identify overbought/oversold conditions).
EMA Period – default: 50 (Exponential Moving Average for trend confirmation).
Fibonacci Retracement – default: 0.618 (used to identify pullback zones after a big candle).
Minimum Body Size % – default: 1.5% (the minimum percentage of candle body relative to full range to qualify as a "big candle").
📈 Indicators Used
RSI: Filters overbought/oversold conditions.
EMA (50): Confirms trend direction.
Big Candle Detection: Candles with body size greater than a specified percentage of their full range.
Fibonacci Levels: A retracement level (default 61.8%) is calculated from the body of the big candle.
✅ Long Entry Conditions
Big bullish candle (close > open)
Body size greater than threshold
RSI is below 70
Price is above EMA(50)
❌ Short Entry Conditions
Big bearish candle (close < open)
Body size greater than threshold
RSI is above 30
Price is below EMA(50)
🎯 Strategy Actions
Enters long or short positions based on the above conditions.
On each entry, a horizontal line is drawn at the entry price (close) and extended forward for 3 bars to visually mark the trade level.
Green line for long entries.
Red line for short entries.
📐 Visual Elements
EMA line (orange)
Buy/Sell Labels: Up/down labels on the chart at entry points.
Fibonacci Level (purple): Retracement level based on the big candle.
Horizontal Trade Lines: Lines marking the entry price for quick visual tracking.
⏱️ Multi-Timeframe Data
Fetches high/low from:
5-minute chart
1-hour chart
(Prepared for potential additional filtering or breakout logic.)
Grafik Paternleri
Prev Candle Before Biggest Body (3-7am EST)This indicator automatically identifies and marks, for each trading day, the candle immediately preceding the largest open-to-close movement (in pips) during the key London session window from 3:00am to 7:00am EST (New York time). The largest candle is determined by the absolute difference between its open and close prices, measured in pips. The candle just before this “biggest” move is highlighted with a distinctive pink flag above the bar. This tool is especially useful for traders seeking to analyze pre-breakout price action or to identify key levels and setups that occur right before significant volatility during the early London session.
3 Bar Reversal3 Bar Reversal
This pattern is described in John Carter's "Mastering the Trade"
The 3 Bar Reversal indicator is a simple but effective price action tool designed to highlight potential short-term reversals in market direction. It monitors consecutive bar behavior and identifies turning points based on a three-bar pattern. This tool can assist traders in spotting trend exhaustion or early signs of a reversal, particularly in scalping or short-term trading strategies.
How It Works
This indicator analyzes the relationship between consecutive bar closes:
It counts how many bars have passed since the price closed higher than the previous close (barssince(close >= close )) — referred to as an "up streak".
It also counts how many bars have passed since the price closed lower than the previous close (barssince(close <= close )) — known as a "down streak".
A reversal condition is met when:
There have been exactly 3 bars in a row moving in one direction (up or down), and
The 4th bar closes in the opposite direction.
When this condition is detected, the script performs two actions:
Plots a triangle on the chart to signal the potential reversal:
A green triangle below the bar for a possible long (buy) opportunity.
A red triangle above the bar for a possible short (sell) opportunity.
Triggers an alert condition so users can set notifications for when a reversal is detected.
Interpretation
Long Signal: The market has printed 3 consecutive lower closes, followed by a higher close — suggesting bullish momentum may be emerging.
Short Signal: The market has printed 3 consecutive higher closes, followed by a lower close — indicating possible bearish momentum.
These patterns are common in market retracements and can act as confirmation signals when used with other indicators such as RSI, MACD, support/resistance, or volume analysis.
Usage Examples
Scalping: Use the reversal signal to quickly enter short-term trades after a short-term exhaustion move.
Swing Trading: Combine this with trend indicators (e.g., moving averages) to time pullbacks within larger trends.
Confirmation Tool: Use this indicator alongside candlestick patterns or support/resistance zones to validate entry or exit points.
Alert Setup: Enable alerts based on the built-in alertcondition to receive instant notifications for potential trade setups.
Limitations
The 3-bar reversal logic does not guarantee a trend change; it signals potential reversals, which may need confirmation.
Best used in conjunction with broader context such as trend direction, market structure, or other technical indicators.
SMA 90 Crossover Signalمؤشر Samer MA Flow هو أداة فنية متقدمة تعتمد على ثلاثة متوسطات متحركة بسيطة (SMA) بفترات 45 و90 و180.
يعتمد المؤشر على سلوك السعر حول المتوسط 90 (الخط الأزرق) لتوليد إشارات دخول وخروج واضحة:
• إشارة شراء عندما يخترق السعر SMA 90 صعودًا.
• إشارة بيع عندما يكسر السعر SMA 90 هبوطًا.
كما يُظهر المؤشر SMA 45 و180 لمتابعة الاتجاه العام والزخم بشكل بصري واضح.
الميزات:
• إشارات دخول/خروج بسيطة وفعالة.
• يعرض SMA 45 / 90 / 180 بوضوح.
• يعمل على جميع الفريمات الزمنية.
• مناسب للمبتدئين والمحترفين.
• يمكن دمجه مع أدوات فنية أخرى
Samer MA Flow is an advanced yet simple indicator based on three Simple Moving Averages (SMA): 45, 90, and 180.
It generates clear buy and sell signals based on price interaction with the SMA 90 (the blue line):
• Buy signal when the price crosses above SMA 90.
• Sell signal when the price crosses below SMA 90.
The indicator also displays SMA 45 and 180 to help identify trend structure and momentum visually.
Features:
• Simple and effective entry/exit signals.
• Visualizes SMA 45 / 90 / 180.
• Works on all timeframes.
• Suitable for beginners and professionals.
• Easy to combine with other technical tools
Volume Strength HighlightThis simple script helps you quickly see when volume is strong or weak on the chart — it highlights the candles based on how the current volume compares to the recent average 📊
🔍 Here's what it does:
Calculates a 20-bar average volume
Marks candles green or red if volume is much higher than average (more than 1.5x)
Marks candles gray if volume is very low (less than 0.5x the average)
Normal candles stay unchanged
You can also turn on a basic volume plot in a separate panel if you want to compare visually (just toggle it in settings).
⚠️ It’s not a buy/sell signal — just a helper to see when the market is waking up or going quiet.
Not perfect but works well with other indicators! Let me know if you like it or have ideas to add more 💡
Market Sleep ZonesHey traders 👋
This script shows when the market is in a "sleeping" or low volatility phase. I call it Market Sleep Zones 😴
It looks at the average price movement over a window (default 20 bars), and if the price changes are small (under a % threshold you set), it highlights that area on the chart with a soft green background.
💡 This can help spot moments when the market is quiet — maybe before a breakout or just moving sideways.
It also places labels to mark where these zones start and end, so it's easy to track.
You can change:
The window size (how many bars to look back)
The breath depth (how much price is allowed to move before it’s "not sleeping" anymore)
Not perfect, but helpful if you want to avoid getting chopped in low-volatility zones or want to prepare for when the market "wakes up" 😄
Let me know if you find it useful or have ideas to improve it!
3 Smoothed Moving Averagethis is 3 sma 9,21,200 especially used for long term crosses or short term crosses as well. when the 9,21 cross under the 200 you sell. When 9,21 cross above 200 you buy.
EX Trend Signal – Overlay🚨 Fibonacci Reactor Zone Detected on XAU/USD
Gold is now testing the upper edge of a triangle structure, combined with an explosive Fibonacci cluster from multiple legs.
📍 Key Levels:
• 1.618 = 3,326.00 (Already broken)
• 2.618 = 3,385.66
• 3.618 = 3,422.72
• 4.236 = 3,445.63
🧠 Price is approaching the major confluence zone. A clean breakout above 3,360 could trigger a momentum spike toward 3,420+.
✅ Using EX-LEO Fibo Reactor™ v2 with trendline precision
✅ Triangle compression + EMA crossover
📊 Trading Ideas:
• Buy on breakout above 3,360
• Buy the dip near 3,336–3,317
• Cut below 3,302 if momentum fails
—
💬 Let me know your thoughts — Bullish or Bearish?
⚡ Follow for real-time charts and setups from the Command Table.
#XAUUSD #Gold #Breakout #Fibonacci #PriceAction #TradingView #TechnicalAnalysis #Forex #GoldForecast
Equal Highs/Lows + SMT Divergences + Range FilterKey Functional Areas
🔹 Equal Highs and Lows Detection
Strict Swing High/Low: Looks for equal swing points and ensures untouched in-between levels.
Regular Equal High/Low: Uses a range filter (default 9.75 points across 5 bars) to validate.
Volume and Time Filtering: You allow user toggles to include only periods with sufficient volume or time of day.
🔹 Swing Point Helpers
Functions isSwingHigh() and isSwingLow() are used for strict equal high/low detection.
🔹 Range Filter
Checks whether the high-low range over the last 5 candles meets a user-defined minimum (ensures significance).
🔹 Moving Averages
Includes optional plotting of 20 and 200 SMA.
🔹 SMT Divergences
Compares pivots between main symbol and two others (default: ES1! and YM1!).
Detects divergence based on opposite directional movement at pivot points.
Customizable color, thickness, and labels.
ATR Display ShorcutATR Value Display - On-Chart Volatility Monitor
Clean ATR display directly on your price chart - no extra panels needed!
This indicator displays the current Average True Range (ATR) value as a clean table overlay on your price chart, eliminating the need for a separate indicator panel below your main chart.
✨ Key Features:
On-chart display: ATR value shown directly on price chart
Customizable positioning: Choose from 4 corner positions
Clean design: Minimal, non-intrusive table format
Real-time updates: Always shows the latest ATR value
Adjustable period: Default 14-period, fully customizable
🎯 Perfect For:
Position sizing calculations
Stop-loss placement (1x, 1.5x, 2x ATR)
Volatility assessment at a glance
Clean chart setups without extra panels
Quick reference during live trading
📊 How to Use:
Add to chart
Select your preferred table position
Adjust ATR period if needed (default: 14)
The current ATR value displays automatically
💡 Pro Tip:
Use this ATR value to:
Set stop-losses at 1.5x or 2x ATR distance
Determine position size based on account risk
Compare current volatility to historical levels
Clean charts, clear data, better trading decisions.
Compatible with all timeframes and instruments. Pine Script v6.
Feel free to adjust this description to match your style or add any specific features you want to highlight!
BB Cross + Martingale Hedging Strategy🔁 Buy and Sell Trend Indicator (Multi-Entry Trend Follower)
This indicator detects bullish and bearish trends based on candle direction and highlights trend shifts with multiple entry opportunities.
🔍 Features:
Buy Signals: Triggered when a bullish candle follows a bearish one, initiating a potential upward trend.
Sell Signals: Triggered when a bearish candle follows a bullish one, signaling potential downward momentum.
Multi-Entry Logic: Captures up to 5 consecutive entries in the same trend to compound positions or confirm strength.
Visual Labels: Clearly marked buy/sell labels and trend continuation counts on the chart.
Color-coded Backgrounds: Light green/red highlights for bullish/bearish candles.
Alerts: Set real-time alerts for trend reversals and continuation signals, ensuring you're notified instantly.
🧠 Ideal For:
Trend-following traders looking for clear entry points.
Scalpers and swing traders who want to track momentum shifts.
Users who prefer visual confirmations and real-time alerts.
Stochastic Swing PointUsing Stochastic to define any swing points.
When Stochastic is OB or OS this indicator will find a high and low to create a label on it.
Default setting is 9 3 3 OB 80 OS 20
for educational purpose only
9:15 Range with 0.09% BufferThis strategy is based on the first 9:15 AM candle for Nifty, which is considered a key reference point (also called the "GAN level entry"). It defines a range around the high and low of the 9:15 candle with a 0.09% buffer on both sides.
The upper buffer level acts as a potential resistance.
The lower buffer level acts as a potential support.
When the price crosses above the upper buffer, it signals a possible entry for a Call option (CE) or a long position.
When the price crosses below the lower buffer, it signals a possible entry for a Put option (PE) or a short position.
This approach helps traders identify early breakout opportunities based on the opening candle range, aiming to capture momentum moves in either direction during the trading session.
Essa - Multi-Timeframe LevelsEnhanced Multi‐Timeframe Levels
This indicator plots yearly, quarterly and monthly highs, lows and midpoints on your chart. Each level is drawn as a horizontal line with an optional label showing “ – ” (for example “Apr 2025 High – 1.2345”). If two or more timeframes share the same price (within two ticks), they are merged into a single line and the label lists each timeframe.
A distance table can be shown in any corner of the chart. It lists up to five active levels closest to the current closing price and shows for each level:
level name (e.g. “May 2025 Low”)
exact price
distance in pips or points (calculated according to the instrument’s tick size)
percentage difference relative to the close
Alerts can be enabled so that whenever price comes within a user-specified percentage of any level (for example 0.1 %), an alert fires. Once price decisively crosses a level, that level is marked as “broken” so it does not trigger again. Built-in alertcondition hooks are also provided for definite breaks of the current monthly, quarterly and yearly highs and lows.
Monthly lookback is configurable (default 6 months), and once the number of levels exceeds a cap (calculated as 20 + monthlyLookback × 3), the oldest levels are automatically removed to avoid clutter. Line widths and colours (with adjustable opacity for quarterly and monthly) can be set separately for each timeframe. Touches of each level are counted internally to allow future extension (for example visually emphasising levels with multiple touches).
Smart Trend Zones + EMAs 20/50/200 + Cross SignalsIndicator for trand up and down including Rsi Macd and other indicators
Rifaat Ultra Gold AI v6.1🔄 SL moves with each new candle if the price moves in favor of the trade.
🟢 Break-Even Protection
If a certain profit percentage is reached, the SL is moved to the entry point (zero loss).
🔕 Audio and Visual Alerts
A sound notification on buy/sell signals.
A visual alert on the screen.
🎛️ Settings Control
Adjustable from the settings menu.
23/35 SR Channels (Hitchhikers Guide To Goldbach)This indicator highlights potential short-term support and resistance zones based on the 23rd and 35th minute of each hour. At each of these time points, it draws a zone from the high to the low of the candle, extending it forward for a fixed number of bars.
Key features:
🔸 Orange zones mark the 23-minute candle
🔹 Blue zones mark the 35-minute candle
📏 Zones extend for a customizable number of bars (channelLength)
🔄 Existing zones are removed if they overlap significantly with a new one
🏷️ Optional labels show when a 23 or 35 zone is created
This tool is ideal for traders looking to identify time-based micro-structures and intraday reaction zones.
JS CandleIt is an excellent indicator for those who wish to earn. It is a strategic tool, but it is recommended to try it after thorough paper testing. Using a 5-minute or 3-minute chart, it provides suggestions for buying and selling. A complete description will be available after seven days.