Momentum FVG Giriş Sinyali v2indicator("Momentum FVG Giriş Sinyali v2", overlay=true)
// Hacim ortalaması (daha esnek)
volumeLength = input.int(10, "Hacim Ortalaması")
useVolume = input.bool(true, "Hacim Filtresi Kullanılsın mı?")
avgVolume = ta.sma(volume, volumeLength)
volumeCondition = volume > avgVolume * 0.9 // %90 yeterli
// Basit Engulf Mantığı
bullishEngulf = close > open and close > close and open <= close
bearishEngulf = close < open and close < close and open >= close
// Sinyaller
longSignal = bullishEngulf and (useVolume ? volumeCondition : true)
shortSignal = bearishEngulf and (useVolume ? volumeCondition : true)
// Gösterim
plotshape(longSignal, title="BUY", location=location.belowbar, color=color.lime, style=shape.labelup, text="BUY")
plotshape(shortSignal, title="SELL", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// Alarmlar
alertcondition(longSignal, title="BUY Alarm", message="Momentum BUY sinyali geldi!")
alertcondition(shortSignal, title="SELL Alarm", message="Momentum SELL sinyali geldi!")
Breadth Indicators
Breakout Volume PROBreakout Volume PRO
Real + Projected Volume Detection
This advanced volume indicator detects breakouts based on both actual and projected volume, allowing you to anticipate strong market moves before the current candle closes.
🔹 Key Features:
Volume breakout detection based on configurable moving average and multiplier.
Early signal when projected volume exceeds threshold before candle close.
Distinct coloring for bullish, bearish, and early breakout volume.
Customizable volume threshold area and base average.
Compatible with any timeframe, including daily and intraday.
Colors:
🔵 Blue: Bullish breakout
🔴 Red: Bearish breakout
🟠 Orange: Projected breakout in progress
⚪️ Gray: Normal volume
Perfect for identifying accumulation, distribution, or high-volume events that may precede price breakouts.
Boss MA Ribbon – Clean Entry/Exitworks really well with tjx wait for green line and buy signal and sell when given a sell signal
Zero-Lag MACD (McGinley Dynamic)Contact Trade Top FTMO to help you on Gmail: minhbkhust1410 @gmail.com
MestreDoFOMO MACD VisualMasterDoFOMO MACD Visual
Description
MasterDoFOMO MACD Visual is a custom indicator that combines a unique approach to MACD with stochastic logic and simulated Renko-based direction signals. It is designed to help traders identify entry and exit opportunities based on market momentum and trend changes, with a clear and intuitive visualization.
How It Works
Stylized MACD with Stochastic: The indicator calculates the MACD using EMAs (exponential moving averages) normalized by stochastic logic. This is done by subtracting the lowest price (lowest low) from a defined period and dividing by the range between the highest and lowest price (highest high - lowest low). The result is a MACD that is more sensitive to market conditions, magnified by a factor of 10 for better visualization.
Signal Line: An EMA of the MACD is plotted as a signal line, allowing you to identify crossovers that indicate potential trend reversals or continuations.
Histogram: The difference between the MACD and the signal line is displayed as a histogram, with distinct colors (fuchsia for positive, purple for negative) to make momentum easier to read.
Simulated Renko Direction: Uses ATR (Average True Range) to calculate the size of Renko "bricks", generating signals of change in direction (bullish or bearish). These signals are displayed as arrows on the chart, helping to identify trend reversals.
Purpose
The indicator combines the sensitivity of the Stochastic MACD with the robustness of Renko signals to provide a versatile tool. It is ideal for traders looking to capture momentum-based market movements (using the MACD and histogram) while confirming trend changes with Renko signals. This combination reduces false signals and improves accuracy in volatile markets.
Settings
Stochastic Period (45): Sets the period for calculating the Stochastic range (highest high - lowest low).
Fast EMA Period (12): Period of the fast EMA used in the MACD.
Slow EMA Period (26): Period of the slow EMA used in the MACD.
Signal Line Period (9): Period of the EMA of the signal line.
Overbought/Oversold Levels (1.0/-1.0): Thresholds for identifying extreme conditions in the MACD.
ATR Period (14): Period for calculating the Renko brick size.
ATR Multiplier (1.0): Adjusts the Renko brick size.
Show Histogram: Enables/disables the histogram.
Show Renko Markers: Enables/disables the Renko direction arrows.
How to Use
MACD Crossovers: A MACD crossover above the signal line indicates potential bullishness, while below suggests bearishness.
Histogram: Fuchsia bars indicate bullish momentum; purple bars indicate bearish momentum.
Renko Arrows: Green arrows (upward triangle) signal a change to an uptrend; red arrows (downward triangle) signal a downtrend.
Overbought/Oversold Levels: Use the levels to identify potential reversals when the MACD reaches extreme values.
Notes
The chart should be set up with this indicator in isolation for better clarity.
Adjust the periods and ATR multiplier according to the asset and timeframe used.
Use the built-in alerts ("Renko Up Signal" and "Renko Down Signal") to set up notifications of direction changes.
This indicator is ideal for day traders and swing traders who want a visually clear and functional tool for trading based on momentum and trends.
Super Arma Institucional PRO v6.3Super Arma Institucional PRO v6.3
Description
Super Arma Institucional PRO v6.3 is a multifunctional indicator designed for traders looking for a clear and objective analysis of the market, focusing on trends, key price levels and high liquidity zones. It combines three essential elements: moving averages (EMA 20, SMA 50, EMA 200), dynamic support and resistance, and volume-based liquidity zones. This integration offers an institutional view of the market, ideal for identifying strategic entry and exit points.
How it Works
Moving Averages:
EMA 20 (orange): Sensitive to short-term movements, ideal for capturing fast trends.
SMA 50 (blue): Represents the medium-term trend, smoothing out fluctuations.
EMA 200 (red): Indicates the long-term trend, used as a reference for the general market bias.
Support and Resistance: Calculated based on the highest and lowest prices over a defined period (default: 20 bars). These dynamic levels help identify zones where the price may encounter barriers or supports.
Liquidity Zones: Purple rectangles are drawn in areas of significantly above-average volume, indicating regions where large market participants (institutional) may be active. These zones are useful for anticipating price movements or order absorption.
Purpose
The indicator was developed to provide a clean and institutional view of the market, combining classic tools (moving averages and support/resistance) with modern liquidity analysis. It is ideal for traders operating swing trading or position trading strategies, allowing to identify:
Short, medium and long-term trends.
Key support and resistance levels to plan entries and exits.
High liquidity zones where institutional orders can influence the price.
Settings
Show EMA 20 (true): Enables/disables the 20-period EMA.
Show SMA 50 (true): Enables/disables the 50-period SMA.
Show EMA 200 (true): Enables/disables the 200-period EMA.
Support/Resistance Period (20): Sets the period for calculating support and resistance levels.
Liquidity Sensitivity (20): Period for calculating the average volume.
Minimum Liquidity Factor (1.5): Multiplier of the average volume to identify high liquidity zones.
How to Use
Moving Averages:
Crossovers between the EMA 20 and SMA 50 may indicate short/medium-term trend changes.
The EMA 200 serves as a reference for the long-term bias (above = bullish, below = bearish).
Support and Resistance: Use the red (resistance) and green (support) lines to identify reversal or consolidation zones.
Liquidity Zones: The purple rectangles highlight areas of high volume, where the price may react (reversal or breakout). Consider these zones to place orders or manage risks.
Adjust the parameters according to the asset and timeframe to optimize the analysis.
Notes
The chart should be configured only with this indicator to ensure clarity.
Use on timeframes such as 1 hour, 4 hours or daily for better visualization of liquidity zones and support/resistance levels.
Avoid adding other indicators to the chart to keep the script output easily identifiable.
The indicator is designed to be clean, without explicit buy/sell signals, following an institutional approach.
This indicator is perfect for traders who want a visually clear and powerful tool to trade based on trends, key levels and institutional behavior.
Sistema Avanzado AVTRADINGPRO📊 AVTRADINGPRO Advanced System – Multidimensional Analysis
Professional Indicator for TradingView
🔹 Created by: Tony – AVTRADINGPRO
🔹 Version: Pine Script v5
🔹 License: Mozilla Public License 2.0
🎯 Indicator Purpose
This advanced system integrates multidimensional technical analysis, combining multiple tools into one:
✅ IEP (Precise Entry Indicator): Strategy based on EMA, RSI, and Volume.
✅ Trend Analyzer: Classifies directional strength (ADX, DMI).
✅ Analytical Dashboard: Real-time visual summary of market conditions.
✅ 4PM NY Lines: Key institutional trading levels.
🛠 Main Configuration
🔸 IEP AVTRADINGPRO (Entry Signals)
Fast EMA (10) vs. Slow EMA (20): Crossovers to determine trend.
RSI (14): Overbought/oversold filter.
Volume Spike: Confirmation through volume surges.
🔸 Multidimensional Trend Analyzer
Trend Classification:
Strong Bullish/Bearish (ADX > 25 + EMA alignment).
Moderate/Sideways (ADX between 20–25).
Additional Indicators:
MACD (12,26,9)
Bollinger Bands (20,2)
DMI/ADX (14)
🔸 Analytical Dashboard
Displays real-time key data:
📌 Current Trend
📌 RSI State (Overbought/Oversold)
📌 MACD Signal
📌 Bollinger Bands Position
📌 ADX Strength
📌 Volume (Spike/Normal)
🔸 4PM NY Levels (15M Timeframe)
Automatically plots High/Low levels of the last 4 candles from 4PM ET.
Extended lines labeled as “Level 3”, referencing ICT institutional concepts.
📊 Visualization
EMA Lines:
EMA 10 (blue)
EMA 20 (white)
SMA 55 (transparent red)
Graphical Signals:
Green/Red triangles for long/short entries.
Background Color:
Blue (Bullish) / White (Bearish)
🚀 How to Use It
Apply to any TradingView chart (15M for 4PM lines).
Adjust parameters based on your strategy (RSI threshold, volume settings, etc.).
Look for confluences:
EMA cross + RSI filter + volume spike + MACD alignment.
Watch for reactions at 4PM NY levels.
Use the dashboard for quick confirmation of market conditions.
📢 Notes for the AVTRADINGPRO Community
✅ Perfect for day trading and swing trading.
✅ Combines price action with indicators, aligned with the ICT methodology.
✅ Fully customizable for different timeframes (adjust UTC offset as needed).
AVTRADINGPRO ICT (B) AVTRADINGPRO ICT Indicator – Documentation and Optimization
📌 Overview
This script is an advanced indicator for TradingView developed by AVTRADINGPRO, designed to identify key elements of Institutional Trading Concepts (ICT), such as:
Market Structure Shifts (MSS)
Break of Structure (BOS)
Order Blocks (OB)
Fair Value Gaps (FVG)
Liquidity Zones
Volume Imbalances
Kill Zones (Key Sessions)
🛠 Settings and Customization
The indicator is highly customizable through inputs in the TradingView interface:
Market Structures
MSS (Market Structure Shifts): Detects trend reversals.
BOS (Break of Structure): Confirms trend continuation.
Length: Adjusts sensitivity (values between 3 and 10).
Order Blocks
Show Order Blocks: Enable/disable the display of order blocks.
Swing Lookback: Defines the historical range to identify OBs.
Customizable colors for bullish/bearish OBs.
Fair Value Gaps (FVGs)
FVG Type: Standard (FVG) or Implied (IFVG).
Balance Price Range (BPR): Equilibrium zone between FVGs.
Visualization: Up to 20 visible FVGs.
Liquidity
Margin: Adjusts the range around liquidity zones.
Colors for Buy Side / Sell Side Liquidity.
Kill Zones
Key Sessions: New York, London (open/close), Asia.
Customizable colors for each session.
Money Flow Sentiment Panel StrategyMoney Flow + Fear and Greed Index. Shows institutional money flow using the Fear and greed index
Quant Confluence: ARIMA + Volume + Momentum + AVWAPQuant Confluence Indicator – User Guide (TradingView)
This indicator combines five key technical signals to provide high-confluence buy entries. It is built for use in crypto and other 24/7 markets and is designed to be reliable over 2-hour and 4-hour timeframes.
Confluence Conditions
A Buy signal is triggered only when all five of the following are true:
Price is within the SARIMA-style bottom forecast zone.
The ARIMA trend is rising (forecast improving).
A volume spike is present (volume > 1.2x the 20-period average).
RSI is in the optimal upward range (between 40 and 60).
Price is trading above the Anchored VWAP.
You will also see:
An orange triangle when 3 out of 5 confluence conditions are true (watchlist candidate).
A yellow triangle when 4 out of 5 conditions are true (near-entry setup).
A green label when all 5 out of 5 conditions are met (confirmed entry).
Sell signals have been removed to focus this tool strictly on long entries.
Target Levels (TP1 and TP2)
TP1 is plotted at 1.5x ATR from the signal candle.
TP2 is plotted at 2.5x ATR from the signal candle.
These help establish predefined exit zones based on volatility.
Usage Instructions
Load the script onto a 2H or 4H chart.
Set your desired start bar index (default is 50) to avoid unreliable early data.
Watch the bottom-right signal panel for real-time condition status.
A "BUY" label will appear only when all 5 confluence conditions are met.
Use the plotted TP1/TP2 levels to manage exits.
Use the yellow/orange markers to track setups that are almost ready.
Alerts Setup
The script includes three alert conditions. You can enable these in TradingView:
Long Signal Alert
Fires when a long (buy) signal is confirmed (5/5).
Condition: long_signal
Message: "Quant Buy Signal Triggered"
TP1 Hit
Fires when price hits TP1 from a long entry.
Condition: long_tp1
Message: "TP1 Level Reached"
TP2 Hit
Fires when price hits TP2 from a long entry.
Condition: long_tp2
Message: "TP2 Level Reached"
To activate alerts:
Click the Alerts icon in TradingView
Choose the script name under "Condition"
Select the relevant alert condition
Set "Once per bar close" or preferred timing
Choose your desired notification method (popup, email, mobile, webhook)
Summary
This tool is best used as a signal confirmation layer within your broader trading system. It is designed to avoid weak trades by requiring multiple aligned conditions before any entry is suggested. Use the built-in alerts and visual markers for efficient, rules-based trade management.
For questions or adjustments, reach out to the script creator or share your feedback with your team.
Order Blocks & Breaker Blocks by [Marcardy]🔷 **Order Blocks & Breaker Blocks by Marcardy**
This script is a powerful tool for Smart Money Concept (SMC) traders who rely on identifying institutional trading zones.
---
### **What This Script Does**
- ✅ Automatically detects **Bullish and Bearish Order Blocks**
- ✅ Identifies **Breaker Blocks** after invalidation
- ✅ Displays key areas of interest (OBs) using **color-coded zones and lines**
- ✅ Optionally shows **polarity change labels**
- ✅ Fully customizable lookback period, OB display count, and styling
---
### **Why Use Order Blocks?**
Order Blocks represent areas where institutions accumulate or distribute positions before strong market moves. They're often seen as the "last up/down candle" before a major shift. Detecting them provides:
- Smart entry/exit zones
- Higher probability trades
- Cleaner structure understanding
---
### ⚙️ **Main Settings**
- `Swing Lookback`: Controls the sensitivity of swing detection.
- `Show Last Bullish/Bearish OB`: Limits how many recent OBs to plot.
- `Use Candle Body`: Toggle between full wick or body for OB drawing.
- `Show Historical Polarity Changes`: Labels shifts in structure direction.
---
### **Visual Elements**
- 🔵 Blue shaded boxes = **Bullish Order Blocks**
- 🟠 Orange shaded boxes = **Bearish Order Blocks**
- 🔴 Red zones = **Broken Bullish OBs (now invalidated)**
- 🟢 Green zones = **Broken Bearish OBs (now invalidated)**
---
### **Perfect For**
- Smart Money / ICT traders
- Institutional structure analysis
- Reversal/continuation strategies
- Educational and live trading setups
---
### **Author**: Marcardy
**License**: (creativecommons.org)
**Non-commercial use only**
---
### **Disclaimer**
This script is for **educational purposes only**. It is **not financial advice**. Always backtest and validate before using in live trading.
---
Configurable Vertical LineThis indicator adds a vertical line at a set amount of bars back. Specifically for when you are using the "auto" chart sizing and the long or short position on auto.
this will allow consistent measuring without using the measuring tool.
trend directionThis script is based on the Awesome Oscillator.
It sends a message in Japanese to Discord when the histogram of the Awesome Oscillator is zero or above (positive values).
It also sends a message when the histogram is below zero (negative values).
The content of the message is written in Japanese, tailored for a Japanese audience.
While the script can be used for chart analysis, it is particularly useful when you want to receive trend reversal notifications not only on TradingView, but also on other platforms.
Flux AI-Style Buy/Sell w/ Sensitivity (10-min)Aceret does not wrong good in a consalludaed market way better in a bulish market are baurish
RSI + Fibonacci Bollinger BandsPara Scalp en 1hs tiene buena probabilidad en un movimiento alcista en temporalidad diaria
SMC Premium/Discount Zones [Tollbooth]Key Features of the Combined Indicator:
Order Block Detection:
Identifies supply/demand zones (order blocks)
Marks breaker blocks when order blocks fail
Plots market structure breaks (MSB lines)
Tracks trading ranges with key levels
Premium/Discount Zones:
Identifies premium (selling) and discount (buying) zones
Calculates delta volume for both short-term and long-term periods
Visualizes zones with colored boxes
Displays volume delta percentages
Visual Integration:
Order blocks appear as semi-transparent zones
Premium/discount zones appear as boxes at chart extremes
All elements use complementary colors for clear distinction
Customization Options:
Toggle visibility of all components
Adjust lookback periods
Customize colors for all elements
Control transparency levels
This combined indicator provides a comprehensive view of both institutional order flow (order blocks) and volume-based value areas (premium/discount zones), giving traders a complete picture of potential reversal zones with volume confirmation.
Breadth Ratio BubblesGives you standard breadth ratio bubbles for both NYSE and NASDAQ. Table shows in the top right hand corner of the chart.
EB Volatility IndexProvides volatility over self defined time frame. Result needs to be evaluated in relation to other assets.