AlgoFlex Gold (XAUUSD)**AlgoFlex Gold 5 Min HA Signals**
**Description**
Unlock precision buy/sell signals on XAUUSD using Heikin Ashi candles on the 5-minute timeframe. AlgoFlex Gold combines momentum detection with dynamic take-profit and stop-loss levels to help you catch short-term swings in gold with clear entry and exit guidance.
**Key Features**
* **Heikin Ashi Momentum Filter**: Smooths noise for cleaner trends.
* **Real-Time Buy/Sell Alerts**: Notifications fire immediately when setups trigger.
**How to Use**
1. Apply this script to any XAUUSD chart.
2. Set your chart type to **Heikin Ashi** and timeframe to **5 minutes**.
3. Enable Alerts: open TradingView’s Alerts panel, choose an AlgoFlex Gold condition (Buy or Sell), configure “Once Per Bar Close,” then **Create**.
**Disclaimer**
Signals are **recommendations only**. Always manage your own risk—losses can exceed deposits.
---
🔒 **Invite-Only Access**
This script is available by subscription only. To subscribe and unlock all AlgoFlex indicators:
• **Download “AlgoFlex Algo Market”** on the App Store or Google Play
• Purchase your invite-only access to XAUUSD Gold and the full suite of Forex, Indices & Commodities scripts
• Get in-app support.
Elevate your gold trading—subscribe today!
Indicatori e strategie
EMA MAs 7EMA(ERJUANSTURK)All ema mas values are entered. 20, 50, 100,150,200,300,400. The indicator is designed simply and elegantly.
AlgoFlex EURJPY**EURJPY AlgoFlex(1-Hour Heikin-Ashi Edition)
### Why It Shines on 1-Hour HA
| Edge | What It Means for You
| ---------------------------- |----------------------------------------------------------------
| **Heikin-Ashi Clarity** | Filters intrabar whipsaws, letting AMA lock onto the dominant trend. |
| **Hourly Granularity** | Catches multi-hour EUR/JPY swings without overtrading.
### Quick-Start Checklist
1. **Chart:** EURJPY
2. **Interval:** ⏱ 1 H
3. **Candle Type:** Heikin-Ashi
5. **Set Alerts:** enter and exit signals for instant notifications.
### Who It’s For
* **Swing & intraday traders** who value trend purity over constant scalping
* **Forex specialists** looking to exploit EUR/JPY’s steady sessions
* **Risk-disciplined traders** needing built-in, volatility-aware exits
How to use
- add it to your chart
- choose 1h Heikin-Ashi candles type
- follow the buy sell stop lose and take profit signals
*Try it, share your results, and join the conversation below. Happy trading!*
Supply/Demand Zones + MSS Entry SignalBy Victor Chow
1 Hour OB
5min MSS
Just to use with gold for entries
Global M2 Money Supply (USD) (27 currencies)M2 for 27 currencies, converted into USD.
Does not constitute 100% of global M2, but ~90% accounted for.
Leverages Dylan LeClair's starting point, adds to it.
CVD Divergence Strategy – Backtest v6 + UI🚀 Advanced crypto backtesting strategy using CVD divergence, Open Interest simulation, ATR-based entries and exits, and a full visual UI – now with test mode switch!
Designed to help traders explore momentum exhaustion, buyer/seller imbalance, and precise risk/reward setups.
🔍 Features:
✅ CVD Divergence Detection
Detects bullish and bearish divergences between price action and cumulative volume delta
✅ Simulated Open Interest Filter
Signals require rising OI (approximated via volume delta) – optional in test mode
✅ ATR-Based Risk/Reward System
Entry/Stop/Target are dynamically calculated with a customizable R-multiple (e.g. 1.5R)
✅ Direction Filter
Dropdown lets you test Long Only, Short Only, or Both directions
✅ Strategy Tester Integration
Full backtesting support using TradingView’s built-in metrics
✅ 📊 Chart Overlay Reporting
Shows total trades, win rate %, and net profit directly on the chart
✅ 🖥️ Live Dashboard Panel
Displays current signal status, ATR, CVD, OI change and entry mode
✅ 🧪 Built-in TEST MODE
Use the checkbox to activate a simplified signal logic to ensure trades are fired for testing purposes
⚠ Notes:
CVD is based on volume delta: volume * sign(close - open)
Open Interest is simulated using volume changes (since real OI is unavailable in Pine Script)
Best used on futures symbols like BINANCE:BTCUSDT, BYBIT:ETHUSDT.P, etc., in 5–30min timeframes
Price Action Forecast (ERJUANSTURK)█ Overview
The Price Action Color Forecast Indicator, is an innovative trading tool that uses the power of historical price action and candlestick patterns to predict potential future market movements. By analyzing the colors of the candlesticks and identifying specific price action events, this indicator provides traders with valuable insights into future market behavior based on past performance.
█ Calculations
The Price Action Color Forecast Indicator systematically analyzes historical price action events based on the colors of the candlesticks. Upon identifying a current price action coloring event, the indicator searches through its past data to find similar patterns that have happened before. By examining these past events and their outcomes, the indicator projects potential future price movements, offering traders valuable insights into how the market might react to the current price action event.
The indicator prioritizes the analysis of the most recent candlesticks before methodically progressing toward earlier data. This approach ensures that the generated candle forecast is based on the latest market dynamics.
The core functionality of the Price Action Color Forecast Indicator:
Analyzing historical price action events based on the colors of the candlesticks.
Identifying similar events from the past that correspond to the current price action coloring event.
Projecting potential future price action based on the outcomes of past similar events.
█ Example
In this example, we can see that the current price action pattern matches with a similar historical price action pattern that shares the same characteristics regarding candle coloring. The historical outcome is then projected into the future. This helps traders to understand how the past pattern evolved over time.
█ How to use
The indicator provides traders with valuable insights into how the market might react to the current price action event by examining similar historical patterns and projecting potential future price movements.
█ Settings
Candle series
The candle lookback length refers to the number of bars, starting from the current one, that will be examined in order to find a similar event in the past.
Forecast Candles
Number of candles to project into the future.
-----------------
Disclaimer
The information contained in my Scripts/Indicators/Ideas/Algos/Systems does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Supper King RSI🔍 Overview
Script Version: Pine Script v6
Indicator Title: “Stochastic RSI”
Main Features:
Plots StochRSI K and D lines
Adds colored fills between lines and thresholds
Detects and marks bullish/bearish regular divergence
Visualizes custom RSI filters and EMA smoothing
Colors the background based on long/short bias conditions
🧠 Detailed Breakdown
📈 1. Stochastic RSI Calculation
pinescript
نسخ
تحرير
smoothK = int(3)
smoothD = int(3)
lengthRSI = int(8)
lengthStoch = int(10)
src = (ohlc4)
rsi1 = ta.rsi(src, lengthRSI)
k = ta.sma(ta.stoch(rsi1, rsi1, rsi1, lengthStoch), smoothK)
d = ta.sma(k, smoothD)
Computes RSI of ohlc4 (average of OHLC)
Then computes Stochastic RSI (Stoch of RSI)
Smooths K and D lines using moving averages
🎨 2. Plotting & Visual Enhancements
Plots K and D (but color is na, used only for fill)
Fills the area between:
K & D → Bullish (blue) or Bearish (orange) color
K/D & middle line (50) around zones (20 and 80) for visual cues:
Red near oversold
Green near overbought
pinescript
نسخ
تحرير
fill(p1,p2,k > d ? #2962FF : #FF6D00) // K > D = Bullish
fill(p1,p50,20,19, na , #ff0000) // Below 20 = red warning
fill(p1,p50,81,80, #00ff15 , na) // Above 80 = green signal
📊 3. Horizontal Bands
pinescript
نسخ
تحرير
hline(80), hline(60), hline(50), hline(40), hline(20)
Creates standard horizontal reference lines
Visual band between 40–60 to show neutral RSI zone
📉 4. EMA of RSI
pinescript
نسخ
تحرير
rs = ta.ema(ohlc4,14)
rs1 = ta.ema(ta.rsi(rs,1),1)
plot(rs1,'',color.white)
Plots double-smoothed RSI for visual trend direction
🧭 5. Divergence Detection (Optional)
pinescript
نسخ
تحرير
calculateDivergence = input.bool(false, title="Calculate Divergence")
Can be toggled ON to calculate regular bullish/bearish divergence
Uses pivot high/low logic on the Stoch RSI K line
Conditions:
RSI shows higher low, price lower low → Bullish divergence
RSI shows lower high, price higher high → Bearish divergence
If detected, plots lines and labels on chart with corresponding alerts
🔔 6. Divergence Alerts
pinescript
نسخ
تحرير
alertcondition(bullCond, ...)
alertcondition(bearCond, ...)
Sends alert when a divergence is confirmed (based on your pivot settings)
🟢🔴 7. Background Highlight for Long/Short Bias
pinescript
نسخ
تحرير
rsi4 = ta.rsi(ohlc4,rp4)
ta4 = ta.alma(rsi4,rp4,rpf4,rpi4)
longcolor = ta4 > 52
shortcolor = ta4 < 48
fill(...) // Background fill for bullish/bearish zones
Uses ALMA smoothed RSI
If smoothed RSI > 52 → green background (bullish bias)
If < 48 → red background (bearish bias)
✅ Summary
This script is a powerful and visually rich Stochastic RSI-based indicator. It combines:
Traditional oscillator plots (K & D)
Enhanced coloring logic for zone visibility
Divergence detection (with alerts)
Trend bias background color (based on ALMA RSI)
LevScriptLevSCript is a clean, all‐in‐one overlay that blends multiple benchmarks—price pivots, trend strength, volatility, volume and momentum—into a single, easy-to-read view. It’s designed to give you clear visual cues without cluttering your chart or spelling out every secret behind the scenes.
Key Features
Swing Pivots: Automatic detection of major highs and lows
Flowing ZigZag: Real-time interpolation between pivots
Trend Ribbon: Hull MA with dynamic volatility bands
Trend Dots: On-chart markers for confirmed up- or down-trends
VWAP Liquidity Line: Session VWAP for fair-value reference
Top-to-Top & Low-to-Low Lines: Dynamic trend-channel guides
Smart Entry/Exit Labels: Context-aware “Open/Close” signals
Volume Point of Control: Highest-volume price over a lookback
RSI Divergence Markers: Hidden momentum shifts flagged on pivots
Session Highs/Lows & NY Open: Key daily and session levels
EMA 34/72 CrossoverTrend following indicator.
Moving averages that are commonly used as Fibonacci retracements.
Accurate Multi-Timeframe Squeeze TrendMulti Time-Frame Trend indicator.
This indicator will review the Squeeze momentum indicator and create a table that shows the trend based on that value on the 5 min, 15 min and 1 hour timeframe.
PnF ChartPoint and Figure (P&F) charts are a time-independent technical analysis tool that focuses purely on price movements, filtering out noise like minor price fluctuations and time. Unlike candlestick or bar charts, P&F charts ignore time and only record significant price changes based on predefined rules.
Key Characteristics of P&F Charts
No Time Axis
Only price movements matter; time is irrelevant.
Columns form based on reversals, not fixed time periods.
Uses X's and O's
X = Rising prices (demand in control)
O = Falling prices (supply in control)
Box Size (Price Increment)
Defines the minimum price change required to plot a new X or O.
Example: If the box size is **1∗∗,astockmustmoveatleast1∗∗,astockmustmoveatleast1 to record a new X or O.
Reversal Amount
Determines how much the price must reverse to switch from X's to O's (or vice versa).
Common reversal settings: 3-box reversal (price must reverse by 3x the box size).
How P&F Charts Work
1. Rising Prices (X-Columns)
A new X is added if the price rises by the box size.
If the price reverses down by the reversal amount, a new O-column starts.
2. Falling Prices (O-Columns)
A new O is added if the price falls by the box size.
If the price reverses up by the reversal amount, a new X-column starts.
Example of a P&F Chart
Suppose:
Box Size = $1
Reversal Amount = 3-box (i.e., $3)
Price Movement Chart Update
Stock rises from 10→10→11 X at $11
Rises to $12 X at $12
Drops to 9(9(12 → 9=9=3 drop) New O-column starts at 11,11,10, $9
Rises again to 12(12(9 → 12=12=3 rise) New X-column at 10,10,11, $12
About the Script:This Script uses columns instead of traditional X and O boxes.Column Printing (Red vs Green)
This Point and Figure chart alternates between two states:
X columns (green): Represent upward price movements
O columns (red): Represent downward price movements
When Green Columns (X) Are Printed:
A green column is printed when:
The script is in "X mode" (is_x is true)
A new column is created (new_column_created is true)
This happens after the price has reversed upward by at least the "reversal boxes" threshold from a previous O column
When Red Columns (O) Are Printed:
A red column is printed when:
The script is in "O mode" (is_x is false)
A new column is created (new_column_created is true)
This happens after the price has reversed downward by at least the "reversal boxes" threshold from a previous X column
How Trendlines Are Created
The script can draw two types of trendlines when the show_trendlines option is enabled:
Green Trendlines (Uptrend):
A green trendline is created when:
There's a transition from O to X columns (cond2 is true but wasn't true on the previous bar)
This represents the beginning of a potential uptrend
The trendline is solid and extends to the right
Red Trendlines (Downtrend):
A red trendline is created when:
There's a transition from X to O columns (cond1 is true but wasn't true on the previous bar)
This represents the beginning of a potential downtrend
The trendline is dashed and extends to the right
The script maintains two trendline objects - current_trendline and previous_trendline - and deletes the oldest one when a new trendline is created to prevent cluttering the chart.
In summary, this Point and Figure chart tracks price movements in discrete boxes and changes column types (and creates trendlines) when price reverses by a significant amount (defined by the reversal_boxes parameter). The chart also generates alerts when these trend changes occur, helping traders identify potential trend reversals.
CVD Divergenz System – modular with Exchange + LabelsA smart volume-based strategy tool using CVD divergence, ATR-based risk management, and Open Interest filters — now with visual chart labels and exchange switching.
Designed for crypto traders who want precise entry signals, volume insight, and a clean UI.
🔍 Key Features:
✅ CVD Divergence Detection
Automatically detects bullish or bearish divergences between price and cumulative delta (CVD)
✅ Open Interest Logic (Simulated)
Signals are only valid when OI is rising – otherwise a warning is issued
✅ ATR-Based Entry, Stop & Target Zones
Auto-calculated based on your chosen R multiple (e.g., 1.5R), plotted in the chart
✅ Visual Dashboard Panel (table)
Compact panel with CVD, OI change, ATR, signal status, and selected exchange — always visible in top-right
✅ Exchange Selector + Fallback to Binance
Choose between Binance, Bybit, Bitget, or Coinbase — if data is unavailable, Binance is used automatically
✅ Modular Chart Labels
Optionally display 📈 LONG, 📉 SHORT or ⚠️ WARNING labels directly on the chart with a toggle
✅ Alerts Built-In
Get notified instantly when a setup triggers (long, short, or warning) — works with app, popup, or webhook
✅ Fully Modular Controls
Enable or disable the dashboard, trade zones, and labels via simple checkboxes
⚠️ Technical Notes:
CVD is calculated from delta volume (volume * sign(close - open)) — not true order flow
Open Interest is simulated using volume as a placeholder (due to Pine Script limitations)
Best suited for 5–30min timeframes on crypto futures pairs like BTCUSDT, ETHUSDT, etc.
💡 Pro Tips:
Use near key support/resistance zones or liquidity levels
Combine with price action and higher timeframe confluence
Alerts work best with "Once Per Bar Close" trigger setting
📈 Built to support faster decisions, cleaner setups, and institutional-level insights — all in one tool.
EMA 34/72 CrossoverThese are two trend-following averages based on Fibonacci retracements.
They can be used on any timeframe, but the best fractals are the daily and weekly charts.
Smart Money Cheat Code StrategyOrderblock scalps based strategy! BB is used to detects liquidity sweep with volume spikes. Confirmation for frequent trades.
SMC Strategy BTC 1H - OB/FVGGeneral Context
This strategy is based on Smart Money Concepts (SMC), in particular:
The bullish Break of Structure (BOS), indicating a possible reversal or continuation of an upward trend.
The detection of Order Blocks (OB): consolidation zones preceding the BOS where the "smart money" has likely accumulated positions.
The detection of Fair Value Gaps (FVG), also called imbalance zones where the price has "jumped" a level, creating a disequilibrium between buyers and sellers.
Strategy Mechanics
Bullish Break of Structure (BOS)
A bullish BOS is detected when the price breaks a previous swing high.
A swing high is defined as a local peak higher than the previous 4 peaks.
Order Block (OB)
A bearish candle (close < open) just before a bullish BOS is identified as an OB.
This OB is recorded with its high and low.
An "active" OB zone is maintained for a certain number of bars (the zoneTimeout parameter).
Fair Value Gap (FVG)
A bullish FVG is detected if the high of the candle two bars ago is lower than the low of the current candle.
This FVG zone is also recorded and remains active for zoneTimeout bars.
Long Entry
An entry is possible if the price returns into the active OB zone or FVG zone (depending on which parameters are enabled).
Entry is only allowed if no position is currently open (strategy.position_size == 0).
Risk Management
The stop loss is placed below the OB low, with a buffer based on a multiple of the ATR (Average True Range), adjustable via the atrFactor parameter.
The take profit is set according to an adjustable Risk/Reward ratio (rrRatio) relative to the stop loss to entry distance.
Adjustable Parameters
Enable/disable entries based on OB and/or FVG.
ATR multiplier for stop loss.
Risk/Reward ratio for take profit.
Duration of OB and FVG zone activation.
Visualization
The script displays:
BOS (Break of Structure) with a green label above the candles.
OB zones (in orange) and FVG zones (in light blue).
Entry signals (green triangle below the candle).
Stop loss (red line) and take profit (green line).
Strengths and Limitations
Strengths:
Based on solid Smart Money analysis concepts.
OB and FVG zones are natural potential reversal areas.
Adjustable parameters allow optimization for different market conditions.
Dynamic risk management via ATR.
Limitations:
Only takes long positions.
No trend filter (e.g., EMA), which may lead to false signals in sideways markets.
Fixed zone duration may not fit all situations.
No automatic optimization; testing with different parameters is necessary.
Summary
This strategy aims to capitalize on price retracements into key zones where "smart money" has acted (OB and FVG) just after a bullish Break of Structure (BOS) signal. It is simple, customizable, and can serve as a foundation for a more comprehensive strategy.
Ind JDV 2.2 PRO con FVG y 3 EMAs
📝 Description for TradingView (English version):
Ind JDV 2.2 PRO with FVG and 3 EMAs
Overview:
This script identifies high-probability entry points by combining Fair Value Gaps (FVGs), trend filters using Exponential Moving Averages (EMAs), and momentum confirmation via Chandelier Exit. It focuses on structural imbalance and only triggers a signal on the third candle of a valid FVG—ensuring precision and trend alignment.
What does this indicator do and how does it work?
🔶 Fair Value Gaps (FVG):
The script detects FVGs using a standard 3-candle logic. If candle 1 and candle 3 do not overlap, a liquidity gap is detected. These gaps are drawn as extended boxes, helping traders visually track potential zones of reaction or continuation.
Orange FVG (traditionally bearish): Potential selling zones.
Green FVG (traditionally bullish): Potential buying zones.
🔷 Three EMAs as Trend Filters:
The system includes 3 configurable Exponential Moving Averages to help filter trades based on trend strength:
EMA 150 (main trend filter)
EMA 50 (mid-term trend)
EMA 20 (short-term sensitivity)
You can enable or disable the EMA filter for flexible use across scalping, intraday, or swing setups.
🟣 Chandelier Exit for Momentum Confirmation:
This dynamic ATR-based trailing stop is used here as an entry confirmation:
Long trades: Price must be above the Chandelier Long level.
Short trades: Price must be below the Chandelier Short level.
Entry Conditions (BUY or SELL signal):
A signal appears only on the third candle of a valid FVG, and only if:
A valid FVG was detected exactly 2 bars ago.
The signal direction matches the FVG type (green = BUY, orange = SELL).
Price is aligned with the main EMA direction.
Chandelier Exit confirms the momentum in the same direction.
How to Use:
Load the indicator on your preferred chart and timeframe (ideal for NASDAQ, crypto, or futures).
Observe painted FVGs as potential areas of trade opportunity.
Wait for a BUY or SELL signal exactly on the 3rd candle of the FVG.
Use the optional TP/SL lines or your own trade management strategy.
What makes this script original and useful?
This script is not a simple mashup of indicators. Its originality comes from:
A disciplined FVG logic with strict timing of signal placement.
The layered confirmation from trend (EMAs) and momentum (Chandelier Exit).
Full user control over entry conditions and visual clarity.
👉 A powerful tool for traders seeking to enter structural imbalance zones with strong confirmation and minimal noise.
📝 Descripción para TradingView (publicación en español):
Ind JDV 2.2 PRO con FVG y 3 EMAs
Resumen:
Este script está diseñado para detectar oportunidades de entrada precisas en el mercado combinando la lógica de Fair Value Gaps (FVG) con filtros de tendencia basados en EMAs y confirmación por medio del Chandelier Exit. La estrategia se enfoca en detectar desequilibrios de liquidez mediante FVGs de 3 velas y entrar en la tercera vela, solo si las condiciones de tendencia y momentum se alinean.
¿Qué hace este indicador y en qué se basa?
🔶 Fair Value Gaps (FVGs):
Los FVGs se detectan usando la clásica estructura de 3 velas. Se interpreta que si la vela 1 no solapa con la vela 3, existe un desequilibrio de liquidez que puede ser rellenado o actuar como zona de reacción.
Un FVG alcista (color naranja) indica posible impulso bajista posterior.
Un FVG bajista (color verde) indica potencial continuación alcista.
✅ Este script pinta esos FVGs como rectángulos que se extienden varias velas hacia adelante para facilitar su seguimiento visual.
🔷 Tres EMAs como filtros dinámicos:
El indicador incorpora 3 medias móviles exponenciales para filtrar condiciones de tendencia:
EMA principal de 150 periodos (filtro estructural).
EMA secundaria de 50 periodos.
EMA rápida de 20 periodos.
El usuario puede habilitar o deshabilitar el filtro principal para afinar la sensibilidad del sistema según el estilo operativo (scalping, intradía, swing).
🟣 Chandelier Exit como confirmación de momentum:
El Chandelier Exit actúa como trailing stop dinámico basado en ATR. Aquí se utiliza como confirmación de entrada:
En largos: el precio debe estar por encima del nivel Chandelier Long.
En cortos: debe estar por debajo del Chandelier Short.
Condición de entrada (señal BUY o SELL):
Una señal aparece únicamente en la tercera vela de un FVG si se cumplen:
Existencia de un FVG válido hace dos velas.
Dirección del FVG acorde a la señal (verde → BUY, naranja → SELL).
Precio cruzando la EMA principal en la dirección correcta.
Confirmación por Chandelier Exit.
¿Cómo usar este script?
Añádelo a tu gráfico y selecciona el activo y temporalidad de tu preferencia (ideal para NASDAQ, futuros, criptomonedas).
Usa los rectángulos como zonas de observación.
Espera una señal BUY o SELL sobre la tercera vela del FVG.
Puedes activar las líneas TP/SL sugeridas o aplicar tu propio manejo de riesgo.
¿Qué lo hace original y útil?
Este script no es una simple mezcla de indicadores. La originalidad radica en:
El uso riguroso de lógica de FVG aplicada sobre 3 velas, con señal solo en el momento justo.
La combinación con filtros de tendencia (EMAs) y momentum (Chandelier) para evitar entradas falsas.
El control total por parte del usuario sobre filtros y parámetros.
👉 Ideal para traders que buscan confirmar desequilibrios de precio con reglas objetivas de entrada en tendencia.
En Resumen: si el precio esta por encima de la EMA principal solo se toman las señales de buy despues de que se forme un FVG. no todas funcionan. y visceversa.
happy trading!!
HOMath Day Close & LinesThe indicator I share here is for intraday traders. The previous day's closing value is the gray line in the middle. Closing above the yellow line above the previous day's closing value can be considered as a precursor for a Long position. Closing below the yellow line below the previous day's closing value can be considered as a precursor for a Short position. Good trades.
Pivot Points with Adjustable Dynamic LabelsPivot Points with Adjustable Dynamic Labels.
Happy Trading!!!