Forex Sessions - Tokyo, London, NYThis script has been specifically designed for traders who trade from Panama or who wish to clearly visualize the main Forex market sessions in Panamanian time (UTC-5). The indicator marks in a visual and structured way the three key market sessions: Tokyo, London and New York.
Each session is represented by colored blocks or vertical lines, allowing you to easily identify the time ranges during which each session is active. The sessions are defined as follows in Panama time:
Tokyo session: 6:00 p.m. to 2:00 a.m.
London session: from 3:00 a.m. to 10 a.m.
New York session: 7:00 a.m. to 4:00 p.m.
This script is ideal for intraday traders and scalpers looking to take advantage of session-specific volatility, especially during the overlap zones between London and New York, where more volume and market movement is commonly generated.
In addition, the script provides a better understanding of price dynamics based on the time frame, facilitating strategic decisions based on the opening and closing of each session. Its design is compatible with any time frame and can be easily customized to suit particular needs.
Analisi fondamentale
Currency Basket vs USD - Trend & RSI Breakdown📊 Indicator Methodology
Currency Basket vs USD – Trend & Valuation Breakdown
💱 Strategy of Rotating Between USD and the Currency Basket
💰 100% cash strategy – always ready for market crashes.
🟢 Hold USD if the trend indicator shows USD is trending.
🔵 Hold the currency basket (EUR, PLN, CZK, CHF, GBP) if the basket is trending.
✅ This way, you're always on the winning side of the trade, never risking a loss of purchasing power.
📈 Since it's a LONG ONLY, NO LEVERAGE strategy, there are no trading or holding fees, except for a small 0.15% FX fee every few months when the trending currency changes.
📈 Trend Indicator
Uses 5 different indicators working together to determine which asset is in a trend.
👀 On the chart it's visualized as:
➕ Plus symbols indicating trend strength (usually ranges from -4 to +4).
🔺 If USD has a higher trend signal than the basket → Hold USD.
🔻 If the basket has a higher signal → Hold the basket.
🕒 Signals typically last several months and operate on the 3D (3-day) timeframe, giving a high probability of catching macro moves.
💡 Valuation Indicator (Z-scored RSI)
Uses RSI with a length of 30.
Z-scored between -1 to 1.
📉 Interpretation:
-1 for USD = too strong → likely stagnation or reversal.
-1 for Basket = undervalued → likely growth or stabilization.
📊 Displayed as a separate line below the main chart.
📍 A horizontal line at 90 is added on the main chart – helping you quickly see what’s above or below this key reference level.
⚙️ How the Strategy Works in Practice
✅ You update the indicator daily (takes only seconds).
✅ The trend indicator tells you which currency to hold.
✅ The valuation indicator prepares you for possible reversals.
🔄 When the trend shifts, you rotate your full position.
⏳ Trades typically last several months.
📈 Usually generates consistent profits of 2–8%.
💪 It grows your capital while keeping you ready to buy assets during major selloffs.
🔍 Best Usage
Use it as a quick scanner to observe trend or valuation changes.
If a signal appears, validate it using additional trend and valuation indicators.
📌 If most agree, take the position.
Market Cipher B@_user8844 on X
✅ Functional Summary:
Element Role
Fast / Slow waves Bullish/Bearish Momentum (blue lines)
VWAP (here) Momentum Wave Spread (yellow line)
Custom MFI Incoming/Outgoing Money Flow (green/red zone)
RSI / Stochastic Overbought/Oversold Condition Detection
Buy/Sell Crossover Signals (circles + alerts)
Horizontal Lines Visual Trigger Zones (53, 60, etc.)
B-AWACS_RTWPCryptoB-AWACS_2.Purchase Taraması - Only Long + B-AWACS_RTWPCrypto
What Does It Do?
1. Signal Screening for 20 Stocks
The getSignal() function scans 20 different stocks (symbol1 to symbol20).
Stocks with buy/sell signals are added to the longArray and shortArray lists.
A summary table is displayed in the top-right corner, showing which stocks have active buy or sell signals.
2. Displaying Buy Levels in Oversold RSI Zones (RSI < 30)
When the RSI value drops below 30:
Target buy prices (targetBuyPrice, targetBuyPrice2) are calculated.
Labels and lines can be placed at these price levels (currently commented out in the code).
3. Price Level Tracking Based on RSI (Labels and Lines)
Based on RSI values:
Counters such as upperTouchCount and lowerTouchCount track how many times certain levels are touched.
Resistance and support zones can be identified and visualized with horizontal lines.
This section sets the groundwork and is meant to be completed in later parts of the code.
B-AWACS_2.Purchase Taraması - Only Long"Finds stocks with RSI>30. Works with "B-AWACS_RTWPCrypto"
What Does It Do?
1. Signal Screening for 20 Stocks
The getSignal() function scans 20 different stocks (symbol1 to symbol20).
Stocks with buy/sell signals are added to the longArray and shortArray lists.
A summary table is displayed in the top-right corner, showing which stocks have active buy or sell signals.
2. Displaying Buy Levels in Oversold RSI Zones (RSI < 30)
When the RSI value drops below 30:
Target buy prices (targetBuyPrice, targetBuyPrice2) are calculated.
Labels and lines can be placed at these price levels (currently commented out in the code).
3. Price Level Tracking Based on RSI (Labels and Lines)
Based on RSI values:
Counters such as upperTouchCount and lowerTouchCount track how many times certain levels are touched.
Resistance and support zones can be identified and visualized with horizontal lines.
This section sets the groundwork and is meant to be completed in later parts of the code.
Scalping Template - XAUUSD//@version=5
indicator("Scalping Template - XAUUSD", overlay=true)
// EMA
ema50 = ta.ema(close, 50)
ema200 = ta.ema(close, 200)
plot(ema50, color=color.blue, title="EMA 50")
plot(ema200, color=color.orange, title="EMA 200")
// QQE Mod Histogram (simplified)
src = close
rsi = ta.rsi(src, 14)
rsiEma = ta.ema(rsi, 5)
hist = rsi - rsiEma
plot(hist, title="QQE Histogram", color=hist >= 0 ? color.aqua : color.fuchsia, style=plot.style_columns, linewidth=2)
// Stochastic RSI
k = ta.stoch(close, high, low, 14)
d = ta.sma(k, 3)
plot(k, title="Stoch %K", color=color.green)
plot(d, title="Stoch %D", color=color.red)
hline(80, "Overbought", color=color.gray)
hline(20, "Oversold", color=color.gray)
Global Net Liquidity - OffsetThis is a global net liquidity indicator with a built-in offset, allowing you to adjust by a specific number of days.
A lot of people believe that Global Net Liquidity operates at a 10-12 week lag, so being able to offset it helps to visualise the impact of liquidity on markets.
Fundamental Bias EURUSDThis indicator provides the fundamental bias of the EURUSD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias AUDUSDThis indicator provides the fundamental bias of the AUDUSD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias GBPUSDThis indicator provides the fundamental bias of the GBPUSD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias NZDUSDThis indicator provides the fundamental bias of the NZDUSD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias DowThis indicator provides the fundamental bias of the Dow pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias NasdaqThis indicator provides the fundamental bias of the Nasdaq pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias SPXThis indicator provides the fundamental bias of the SPX pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias USDCADThis indicator provides the fundamental bias of the USDCAD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamnetal bias USDCHFThis indicator provides the fundamental bias of the USDCHF pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias USDJPYThis indicator provides the fundamental bias of the USDJPY pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias USOilThis indicator provides the fundamental bias of the WTIOIL pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Fundamental Bias XAUUSDThis indicator provides the fundamental bias of the XAUUSD pair over the past 18 months. The data is based on daily analyses published during this period by the Academy of Trading and is now available to you as a practical tool for backtesting and analysis.
Dilpreet BF BankniftyThis is a breakout-based strategy that trades both long and short on Bank NIFTY, using breakout and breakdown structures derived from pivot highs and lows. It includes trailing stop-loss, adaptive SL/TP logic, and multi-test confirmation to reduce false signals.
Avg Session & Daily Volatility (Pips) - Forex/CFDS🔍 Overview
The Avg Session & Daily Volatility (Pips) indicator measures the average High–Low range (volatility) of three major Forex sessions—Asia, London, New York—and the entire trading day, then displays the results in a compact overlay table.
⚙️ Key Features
Session Windows
Asia: Default 23:00 – 07:00 server time
London: 07:00 – 16:00
New York: 13:00 – 22:00
Daily Range
– Tracks the full High–Low from midnight to midnight.
Flexible Lookback
– Choose 1W / 2W / 4W / 8W (≈ 5 / 10 / 20 / 40 trading days)
Pip Conversion
Forex Pairs: 1 pip = 0.0001 → (ticks / mintick) / 10
XAU/USD (Gold): 1 pip = 1 USD → direct price difference
Custom Styling
– Pick your own colors per session & daily
– Table position: Left/Center/Right × Top/Middle/Bottom
📈 Benefits & Use Cases
Optimal Stop-Loss & Take-Profit
Gauge each session’s typical movement to size SL/TP appropriately.
Intraday Performance Check
Compare your real-time trade swings against historical averages.
Risk Management
Align position sizes with average volatility to control risk.
Multi-Asset Support
Works seamlessly for major Forex pairs and Gold (XAU/USD) thanks to smart pip logic.
🚀 How It Works
Session Scanning – Continuously tracks the session’s high and low.
Array Storage – At session close, calculates range in pips and pushes it into a rolling buffer.
Averaging – Computes the arithmetic mean of the last N values (your chosen lookback).
Visualization – Paints the four averages in a neat 2×5 table overlay.
👍 Pro Tips
Check Your Time Zone – Make sure chart timezone matches your broker’s session times.
Tweak Lookback – Use shorter windows (1W) to react quickly; longer (4–8W) to smooth out outliers.
Combine Indicators – Pair with volume or trend tools for deeper insights.
Happy Trading,
Riseofatrader
squeeze momentum BAR color - KLTSqueeze Momentum BAR COLOR - KLT
Description:
The Squeeze Momentum BAR COLOR - KLT is a powerful tool designed to detect volatility compression ("squeeze" zones) and visualize momentum shifts using a refined color-based system. This script blends the well-known concepts of Bollinger Bands and Keltner Channels with an optimized momentum engine that uses dynamic color gradients to reflect trend strength, direction, and volatility.
It’s built for traders who want early warning of potential breakouts and clearer insight into underlying market momentum.
🔍 How It Works:
📉 Squeeze Detection:
This indicator identifies "squeeze" conditions by comparing Bollinger Bands and Keltner Channels:
When Bollinger Bands are inside Keltner Channels → Squeeze is ON
When Bollinger Bands expand outside Keltner Channels → Squeeze is OFF
You’ll see squeeze zones classified as:
Wide
Normal
Narrow
Each represents varying levels of compression and breakout potential.
⚡ Momentum Engine:
Momentum is calculated using linear regression of the price's deviation from a dynamic average of highs, lows, and closes. This gives a more accurate representation of directional pressure in the market.
🧠 Smart Candle Coloring (Optimized):
The momentum color logic is inspired by machine learning principles (no hardcoded thresholds):
EMA smoothing and rate of change (ROC) are used to detect momentum acceleration.
ATR-based filters help remove noise and false signals.
Colors are dynamically assigned based on both direction and trend strength.
🔷 Color Guide:
🟢 Bull Strong: color.rgb(1, 255, 31, 52) → Strong bullish momentum, accelerating upward
🔴 Bull Weak: color.rgb(255, 0, 0, 57) → Still positive, but losing strength
🔺 Bear Strong: color.red → Strong bearish momentum
🟩 Bear Weak: color.rgb(30, 255, 0) → Downtrend slowing or about to reverse
⚪ Neutral: color.gray → No clear trend
🧪 How to Use It:
Look for Squeeze Conditions — especially narrow squeezes, which tend to precede high-momentum breakouts.
Confirm with Momentum Color — strong colors often indicate trend continuation; fading colors may signal exhaustion.
Combine with Price Action — use this tool with support/resistance or patterns for higher probability setups.
Recommended For:
Trend Traders
Breakout Traders
Volatility Strategy Users
Anyone who wants visual clarity on trend strength
📌 Tip: This indicator works great when layered with volume and price action patterns. It is fully non-repainting and supports overlay on price charts.
⚠️ Disclaimer: For educational purposes only. This indicator does not constitute financial advice. Always use with proper risk management.
Hộp thời gian quanh đóng nến H1"H1 Candle Time Box" is a custom TradingView indicator that highlights a configurable time window surrounding the close of each 1-hour (H1) candle. The indicator draws a transparent box 15 minutes before and after each H1 candle close (by default), helping traders visualize time-based reaction zones.
🔍 Features:
Custom time window: Users can set how many minutes before and after the H1 close the box should appear.
Dynamic positioning: Boxes are drawn slightly above the candles to avoid overlap with price bars.
Live time labels: Each box displays its time range (e.g., "08:45 - 09:15") based on the start and end time of the zone.
Auto-cleaning: Only a limited number of recent boxes (default: 5) are shown, keeping the chart clean.
Requires 1-minute chart for precise timing.
This tool is especially helpful for intraday traders to identify areas of interest or market reactions before and after key hourly closes.