No Trading ZoneNo trading zone
This indicator highlights the time range between 03:00 and 11:00 UTC as a "danger zone" for trading.
Based on data-driven backtesting, this period consistently showed:
- High frequency of moving average (MA) crossovers without meaningful trend
- A high concentration of sideways market conditions
- Increased likelihood of false breakouts and stop-loss hunting
On average, strong directional trends tend to emerge after 12:00 UTC, especially between 12:00–15:00 UTC.
Avoiding trades during this time zone can help reduce exposure to low-probability setups and enhance strategy reliability.
사이클
Global M2 sandboxThis indicator aggregates global sources of liquidity to use as a proxy for the global money supply and allows an offsetting number of days to be implemented to use as a leading indicator.
// EUROZONE Data
EUM2D = request.security("ECONOMICS:EUM2*FX:EURUSD", "D", close, lookahead=barmerge.lookahead_on)
// North America Data
USM2D = request.security("ECONOMICS:USM2", "D", close, lookahead=barmerge.lookahead_on)
CAM2D = request.security("ECONOMICS:CAM2*FX_IDC:CADUSD", "D", close, lookahead=barmerge.lookahead_on)
// Non-EU Europe Data
CHM2D = request.security("ECONOMICS:CHM2*FX_IDC:CHFUSD", "D", close, lookahead=barmerge.lookahead_on)
GBM2D = request.security("ECONOMICS:GBM2*FX:GBPUSD", "D", close, lookahead=barmerge.lookahead_on)
FIPOP = request.security("ECONOMICS:FIM2/FX_IDC:USDFIM", "D", close, lookahead=barmerge.lookahead_on)
RUM2D = request.security("ECONOMICS:RUM2*FX_IDC:RUBUSD", "D", close, lookahead=barmerge.lookahead_on)
// Pacific Data
NZM2D = request.security("ECONOMICS:NZM2*FX_IDC:NZDUSD", "D", close, lookahead=barmerge.lookahead_on)
// Asia Data
CNM2D = request.security("ECONOMICS:CNM2*FX_IDC:CNYUSD", "D", close, lookahead=barmerge.lookahead_on)
TWM2D = request.security("ECONOMICS:TWM2*FX_IDC:TWDUSD", "D", close, lookahead=barmerge.lookahead_on)
HKM2D = request.security("ECONOMICS:HKM2*FX_IDC:HKDUSD", "D", close, lookahead=barmerge.lookahead_on)
INM2D = request.security("ECONOMICS:INM2*FX_IDC:INRUSD", "D", close, lookahead=barmerge.lookahead_on)
JPM2D = request.security("ECONOMICS:JPM2*FX_IDC:JPYUSD", "D", close, lookahead=barmerge.lookahead_on)
PHM2D = request.security("ECONOMICS:PHM2*FX_IDC:PHPUSD", "D", close, lookahead=barmerge.lookahead_on)
SGM2D = request.security("ECONOMICS:SGM2*FX_IDC:SGDUSD", "D", close, lookahead=barmerge.lookahead_on)
// Latin America Data
BRM2D = request.security("ECONOMICS:BRM2*FX_IDC:BRLUSD", "D", close, lookahead=barmerge.lookahead_on)
COM2D = request.security("ECONOMICS:COM2*FX_IDC:COPUSD", "D", close, lookahead=barmerge.lookahead_on)
MXM2D = request.security("ECONOMICS:MXM2*FX_IDC:MXNUSD", "D", close, lookahead=barmerge.lookahead_on)
// Middle East Data
AEM2D = request.security("ECONOMICS:AEM2*FX_IDC:AEDUSD", "D", close, lookahead=barmerge.lookahead_on)
TRM2D = request.security("ECONOMICS:TRM2*FX_IDC:TRYUSD", "D", close, lookahead=barmerge.lookahead_on)
// Africa Data
ZAM2D = request.security("ECONOMICS:ZAM2*FX_IDC:ZARUSD", "D", close, lookahead=barmerge.lookahead_on)
// Calculate Global Money Supply M2
total = (EUM2D + USM2D + CAM2D + CHM2D + GBM2D + FIPOP + RUM2D + NZM2D + CNM2D + TWM2D + HKM2D + INM2D + JPM2D + PHM2D + SGM2D + BRM2D + COM2D + MXM2D + AEM2D + TRM2D + ZAM2D) / 1000000000000
Fibo Speed Resistance Fan (0.75)
This indicator is designed to plot Fibonacci-based speed resistance fans at the start of a trading session, helping traders identify potential support/resistance levels based on the first few candles of the session.
Key Features
1. Inputs & Settings
Fan Level (0.75 by default) – Adjusts the steepness of the fan lines.
Session Start Time (9:15 by default) – Defines when the fan lines should be drawn (based on GMT+5:30).
Bars to Use (3) – Uses the first three bars of the session to determine the fan slopes.
2. How It Works
At the start of the session, the indicator records:
The first candle's high & low (firstHigh, firstLow).
The third candle's high & low (thirdHigh, thirdLow).
Calculates two fan lines:
Downtrend Fan (Red) – Drawn from firstHigh to a point derived from thirdLow using the fan level (0.75).
Uptrend Fan (Green) – Drawn from firstLow to a point derived from thirdHigh using the fan level (0.75).
Horizontal dashed lines are also drawn at the fan levels for better visualization.
3. Alerts & Signals
Cross Above Uptrend Fan (Green Triangle Up) – Triggers when price closes above the uptrend fan line.
Cross Below Downtrend Fan (Red Triangle Down) – Triggers when price closes below the downtrend fan line.
4. Visual Elements
Solid Lines – Represent the fan slopes (red for downtrend, green for uptrend).
Dashed Lines – Mark the fan levels (0.75 by default).
Plot Shapes – Small triangles appear when price breaks above/below the fan lines.
Use Cases
Intraday Trading – Helps identify dynamic support/resistance levels early in the session.
Trend Confirmation – If price holds above the uptrend fan, it suggests bullish momentum; if below the downtrend fan, bearish momentum.
Breakout Trading – Alerts when price crosses the fan lines, signaling potential trend continuation/reversal.
Customization
Adjust the fan level (e.g., 0.5, 0.618, 0.75) to change the steepness.
Modify the session start time to match your trading session (e.g., 9:30 for US markets).
This indicator is particularly useful for scalpers and day traders who rely on early-session structure to gauge intraday trends.
Oscura 23:00 - 00:00 (Italia)Hiding spread zone.
Usefull to hide zone where the broker make new contract and erase spread
Key Trading Session Times (UK) with DST AdjustTradingView Pine Script for London Killzone with DST Adjustment
What This Script Does:
This script highlights three important trading sessions on the chart:
Asia Session (12:00 AM – 6:00 AM UK)
London Session (6:30 AM – 9:00 AM UK)
New York Session (1:00 PM – 3:00 PM UK)
It will highlight these sessions using background colors, and it automatically adjusts the session times for Daylight Saving Time (DST).
اختبار بسيط//@version=5
indicator("إشارة شراء قوية", overlay=true)
// المتوسطات
ema9 = ta.ema(close, 9)
ema21 = ta.ema(close, 21)
ema50 = ta.ema(close, 50)
// الإيشيموكو
conversionLine = ta.ema(close, 9)
baseLine = ta.ema(close, 26)
spanA = (conversionLine + baseLine) / 2
spanB = ta.ema(close, 52)
// VWAP
vwap = ta.vwap
// ADX و RSI
adx = ta.adx(14)
rsi = ta.rsi(close, 14)
// MACD
= ta.macd(close, 12, 26, 9)
// الفوليوم
volumeCondition = volume > ta.sma(volume, 20) and close > open
// شروط الشراء
buyCondition = close > ema9 and close > ema21 and close > ema50 and
close > spanA and close > spanB and
close > vwap and
adx > 25 and
rsi > 66 and
macdLine > signalLine and macdLine > 0 and
volumeCondition
// إشارة على الشارت
plotshape(buyCondition, title="إشارة شراء", location=location.belowbar, color=color.green, style=shape.labelup, text="شراء")
// عرض المتوسطات
plot(ema9, color=color.orange)
plot(ema21, color=color.blue)
plot(ema50, color=color.red)
Prior sessions High/Low/MidThis indicator highlights the High, Low, and Midpoint of the most recently completed trading sessions. It helps traders visualize key price levels from the previous session that often act as support, resistance, or reaction zones.
It draws horizontal lines for the high and low of the last completed session, as well as the midpoint, which is calculated as the average of the high and low. These lines extend to the right side of the chart, remaining visible as reference levels throughout the day.
You can independently enable or disable the Tokyo, London, and New York sessions depending on your preferences. Each session has adjustable start and end times, as well as time zone settings, so you can align them accurately with your trading strategy.
This indicator is particularly useful for intraday and swing traders who use session-based levels to define market structure, bias, or areas of interest. Session highs and lows often align with institutional activity and can be key turning points in price action.
Please note that this script is designed to be used only on intraday timeframes such as 1-minute to 4-hour charts. It will not function on daily or higher timeframes.
Lunar Cycle Tracker - (Moon + 3 Mercury Retrogrades)This script overlays the lunar and Mercury retrograde cycles directly onto your chart, helping traders visualize natural timing intervals that may influence market behavior.
Key Features:
🌑 New Moon & Full Moon Markers:
Vertical lines and labels indicate new and full moon events each month. You can fully customize their colors.
🌗 Last Quarter Moon Fill:
A soft pink background highlights the last quarter moon phase (from 7.4 days after the full moon to the next new moon).
🪐 Three Mercury Retrograde Zones:
Highlight up to three retrograde periods per year with customizable date inputs and background color. Great for spotting potential reversal or volatility windows.
Customization:
Moon event dates and colors
Manual input for Mercury retrograde periods (year, month, day)
Full compatibility with all timeframes (1H, 4H, daily, etc.)
Great for astro-cycle traders, Gann-based analysts, or anyone who respects time symmetry in the markets.
Fully customizable & works across all timeframes.
This tool was created by AngelArt as part of a larger astro-market model using lunar timing and planetary retrogrades for cycle-based market analysis.
Market Open Options Strategytrades directionally whatever first 90 seconds of trading day are for either 10 minutes or a reversal whatever comes first
Global M2/M3 Liquidity IndexThis Indicator takes M3 data from 20 of the largest Central banks. M3 data is not available for USA and CHINA and has been substituted with M2.
Overall M3 captures far more than M2 and is therefore a superior model when attempting to track global liquidity.
This indicator also allows the data to be pushed forward to adjust for the lagged effect global liquidity has on markets.
The recommended lag is 90 days.
Scalping Strategy - Gold (5m)sin las etiquetas de compra y venta en otra ocasión hace uno mas desarrollado
Vinicius Setup ATR📊 Vinicius Setup ATR – Complete Trading Strategy
This is an automated trading setup designed to capture consistent bullish and bearish moves, based on a combination of the following elements:
🧠 Strategy Logic
Supertrend with ATR as the main trend compass.
Strong candle filter, based on body size and ATR-based volatility.
High volume confirmation (above 20-period moving average).
RSI validation to avoid overbought or oversold conditions.
Automatic Support and Resistance zones, based on recent pivot points.
📈 Entry Conditions
Buy (Long):
Uptrend confirmed by Supertrend.
Strong candle with high volume.
RSI below 70.
Sell (Short):
Downtrend confirmed by Supertrend.
Strong bearish candle with high volume.
RSI above 30.
🎯 Exit Conditions
The position is closed when an opposite signal is triggered (trend reversal + strong candle + high volume).
🔧 Customizable Parameters
ATR Length and Multiplier (for Supertrend)
Minimum candle body size (% of volatility)
Risk value (can be used for capital management)
🟢 Best suited for BTC/USDT on the 1H chart, but adjustable for other assets and timeframes.
🔄 Supports both Long and Short operations with clean and objective logic.
AERGO 현물 vs 선물 퍼센트 갭//@version=5
indicator("AERGO 현물 vs 선물 퍼센트 갭", overlay=false)
// OKX 현물, BYBIT 선물 가격 불러오기
okx_spot = request.security("OKX:AERGOUSDT", timeframe.period, close)
bybit_perp = request.security("BYBIT:AERGOUSDT.P", timeframe.period, close)
// 퍼센트 갭 계산
gap_percent = ((okx_spot - bybit_perp) / bybit_perp) * 100
// 갭 퍼센트 시각화
plot(gap_percent, title="현물-선물 퍼센트 갭", color=color.new(color.orange, 0), linewidth=2)
hline(0, "기준선", color=color.gray)
Stochastic (MetaTrader Style by EMG)This script is designed by EMG referencing the parameter and method on MT4. good indicator for measuring momentum. it's best used to trade with a 26EMA. when price is above EMA catch the oversold on 30m or 1H EMG stochastic, and trade towards the LONG direction.'confirmations
1. stochastic k and d crosses above 20,
2. complete formation of 30m candle or 1H".
mirror the condition for sell.
trade with caution, this is not a financial advise.
Market Timing(Mastersinnifty)Overview:
Market Timing (Mastersinnifty) is a historical pattern similarity visualization tool designed to assist traders in studying market behavior. The script analyzes the current price structure and compares it to thousands of historical patterns to identify a structurally similar past scenario. Once a match is found, the subsequent price path from history is projected onto the chart for reference.
This offers traders a clear visual scenario to support their decision-making process, particularly in recognizing potential rhythm continuations or shifts based on past behavior. The tool adapts dynamically across multiple timeframes, including intraday, daily, weekly, and monthly.
═════════════════════════════════════════════════════════════
Key Features:
• Identifies historical price patterns that are structurally similar to the present session.
• Projects past price evolution onto the current chart for visual reference.
• Supports automatic or manual adjustment of projection length.
• Designed for use on intraday, daily, weekly, and monthly timeframes.
• Offers an alternative way to visualize historical context without generating direct trade signals.
═════════════════════════════════════════════════════════════
Who May Benefit:
• Traders interested in market structure repetition and price symmetry.
• Analysts who prefer visual scenario planning over rigid indicator-based signals.
• Both intraday and swing traders seeking supplementary tools for decision support.
═════════════════════════════════════════════════════════════
How to Use:
• Apply the script to any asset class — indices, equities, commodities, forex, or cryptocurrencies.
• Select the desired timeframe.
• Choose whether to let the script automatically set the projection length or define a custom range.
• Use the projected lines as visual scenarios:
• Upward slope: suggests historical follow-through was bullish.
• Downward slope: suggests historical follow-through was bearish.
• Flat movement: suggests historical sideways action.
For best results, combine this tool with price action studies, volume analysis, and momentum indicators.
═════════════════════════════════════════════════════════════
Disclaimer:
This tool does not predict future price movements. It provides a visual reference based on historical similarity. Market conditions change constantly, and past price behavior may not repeat. This script is for research and educational purposes only. Always apply sound risk management.
═════════════════════════════════════════════════════════════
QTrade Hamilton-James Recession ModelQTrade Hamilton-James Recession Model which indicates times of a recession.
GC-M1-5&30overlay of 5m and 30m intervals on a 1m timeframe chart for gold
it goes for electronic sessions
Moving Average Exponential4 Moving Average Indicator at once.
You can choose as you properly period of moving average.
🔥 Elliott Wave + Fibonacci Strategy (Long Only)This strategy combines Elliott Wave principles with Fibonacci ratios and RSI momentum confirmation to capture strong impulsive bullish trends. It is a long-only swing strategy with logical entries and exits visualized on the chart. Designed to be both educational and practical for Elliott Wave traders.
Falcon's Cry---
🦅 Falcon's Cry — Opening Range Breakout (ORB) Strategy
"Falcon’s Cry" is a powerful and flexible ""Opening Range Breakout (ORB)"" strategy designed for intraday traders who love precision and clean chart visuals.
Whether you're scalping or day trading, this tool helps you catch momentum plays right out of the gate! 🚀
---
🎯 [Main Features:
- ⏰ Time-Based ORB Setup :
Define your custom ORB session using start and end time (default: 15:30–15:40 Paris time). This is where the high and low range is calculated.
- 📏 Dynamic Breakout Detection:
Enter a position when the price breaks above the high or below the low of the ORB range. A second candle confirmation is optional 🕯️.
- 🎯 Target & Stop-Loss (Optional):
Set a fixed Take Profit (TP) in points and use the opposite ORB level as a Stop Loss (SL) if enabled.
Great for controlling your risk-reward ratio! 💰
- 🟩 Visual Aids for Better Clarity:
- Horizontal lines for ORB High/Low ✨
- Rectangle highlighting the full ORB range
- Time marker lines to show session boundaries
- 🕹️ Customizable Parameters:
- Enable/disable 2nd candle confirmation
- Toggle TP and SL
- Choose colors, line styles, and session times
- Works on any intraday timeframe
---
⚙️ How It Works:
1. At the start of your defined session, the script identifies the Opening Range .
2. If price breaks above the high or below the low (with optional confirmation), it enters a buy or sell trade.
3. A TP or SL is applied based on your inputs.
4. Only one trade per day to keep it clean and focused.
---
🧠 Pro Tips:
- Combine with volume or trend indicators for better filtering 📊
- Use on highly volatile instruments like indices or major stocks for best results
- Works best during market open hours (e.g. US equities, indices)
---
⚠️ Important Notes:
- This is a strategy script — it can simulate backtesting and plot trades on the chart.
- Make sure to adjust session hours to match your market and timezone.
---
Let the falcon guide your breakout trades! 🦅💥
---