ORB + Fib ZoneAllows user to adjust range of ORB. The box in the middle is the Fibonacci range between 38.2% and 61.8% designed for pullbacks into the ORB as confirmation before entry.
Göstergeler ve stratejiler
HyperFlowIntroduction
HyperFlow is a premium market structure and liquidity rotation model built around the principles of internal inefficiencies, tested imbalances, and delivery shifts. Drawing inspiration from ICT concepts, it provides a high-level framework for identifying smart money footprints and timing entries with precision.
Rather than forecasting direction, HyperFlow focuses on recognizing repeatable delivery behaviors — helping traders visually track liquidity shifts from internal ranges to external objectives with consistency.
Core Philosophy
Markets are governed by the logic of liquidity engineering — the search and destruction of internal inefficiencies (Fair Value Gaps), followed by continuations toward external liquidity.
Timeframes to use:
HTF -> LTF
5m -> 15s
15m -> 1m
1h -> 5m
4h -> 15m
Daily -> 1h
Weekly -> 4h
Monthly -> 1D
HyperFlow identifies these transitions by:
Detecting High Timeframe Fair Value Gaps (HTF FVGs) — structural imbalances created by displacement
Tracking Valid Tests of those FVGs — signaling willingness to respect internal structure
Filtering for Delivery Confirmations — only acting when price delivers with intent through reclaimed imbalances
Mapping Risk and Objective Zones — using recent swing structures to define stop and target logic rooted in market logic
All components are reactive, visual, and non-repainting — designed to highlight structure after it forms, not anticipate it prematurely.
Key Features
Internal Range Liquidity Zones: Cleanly marked HTF imbalances show where price may seek efficiency
Tested FVG Filtering: Signals only form on valid rebalances — we wait for proof, not potential
Shift in Delivery Conditions: Price must show intent to reclaim imbalance before any rotation is considered
Automatic Objective Mapping: Recent structural highs/lows are used to project stop and target zones automatically
Session Filters + Time Alignment: Restrict signals to high-probability hours or defined killzones
Minimal, High-Impact Visuals: Tested/untested FVGs are differentiated by transparency and tone, keeping your chart clean and focused
HyperFlow is built for:
Traders who understand price delivery theory
Analysts studying displacement → reversion → continuation
Those seeking higher timeframe bias alignment through tested structure
Users of ICT-based concepts who want a visual, rules-based companion
This is not a beginner's tool. It’s for those seeking repeatable execution through structure and refinement, not guesswork.
Terms and Conditions
Our charting tools are products provided for informational and educational purposes only and do not constitute financial, investment, or trading advice. Our charting tools are not designed to predict market movements or provide specific recommendations. Users should be aware that past performance is not indicative of future results and should not be relied upon for making financial decisions. By using our charting tools, the purchaser agrees that the seller and the creator are not responsible for any decisions made based on the information provided by these charting tools. The purchaser assumes full responsibility and liability for any actions taken and the consequences thereof, including any loss of money or investments that may occur as a result of using these products. Hence, by purchasing these charting tools, the customer accepts and acknowledges that the seller and the creator are not liable nor responsible for any unwanted outcome that arises from the development, the sale, or the use of these products. Finally, the purchaser indemnifies the seller from any and all liability. If the purchaser was invited through the Friends and Family Program, they acknowledge that the provided discount code only applies to the first initial purchase of any SMCapital product. The purchaser is therefore responsible for cancelling – or requesting to cancel – their subscription in the event that they do not wish to continue using the product at full retail price. If the purchaser no longer wishes to use the products, they must unsubscribe from the membership service, if applicable. We hold no reimbursement, refund, or chargeback policy. Once these Terms and Conditions are accepted by the Customer, before purchase, no reimbursements, refunds or chargebacks will be provided under any circumstances.
By continuing to use these charting tools, the user acknowledges and agrees to the Terms and Conditions outlined in this legal disclaimer.
ACE FVG & IFVG Trading System1. What the Script Does
The "ACE FVG & IFVG Trading System " is a TradingView Pine Script (version 5) that identifies and trades Fair Value Gaps (FVGs) and Inverse Fair Value Gaps (IFVGs). It offers:
Detection of bullish/bearish FVGs and IFVGs with customizable parameters.
Multiple entry types: regular FVG retracement, Break of Structure (BOS), breakaway gaps, and Immediate/Retrace IFVG entries.
A pending setup system showing potential trades before they trigger.
Risk management with configurable stop loss (SL) and take profit (TP) based on FVG levels, swing points, or risk-reward ratios.
Market structure analysis using swing highs/lows, BOS, and Market Structure Shifts (MSS).
Time filters to restrict trading to specific sessions.
Visualizations including FVG boxes, trade boxes, pivot lines, and labels.
Entry and performance tables displaying trade details and metrics like win rates and P&L by entry type.
2. How It Works
The script is organized into modular sections for efficient execution:
Inputs: Extensive customization options (e.g., FVG size, entry types, SL/TP modes, time filters) grouped for clarity.
Data Structures: Custom types (FVGData, SwingPoint, EntryData) store FVG, pivot, and trade data in arrays.
Utility Functions: Handle calculations like risk-reward ratios, time validation, and trade size filtering.
Swing Point Detection: Uses ta.pivothigh/ta.pivotlow to identify pivots, supporting BOS/MSS and SL/TP calculations.
FVG Detection: Identifies regular FVGs (low > high or high < low ) and IFVGs (mitigated FVGs with immediate or retrace signals).
Entry Logic: Triggers trades based on user-enabled conditions (e.g., retracement, BOS, breakaway gaps) with dynamic SL/TP.
Trade Management: Tracks active/pending trades, updates visualizations (boxes, lines, labels), and handles cancellations/invalidations.
Main Logic: Executes on each bar to detect FVGs, process entries, update trades, and manage visualizations.
Tables: Displays recent trades and performance stats (e.g., win rates by entry type) on the last bar.
Pivot Visualization: Plots swing points with dynamic extensions and mitigation status (solid/dotted lines).
3. How to Use It
Add to TradingView:
Open Pine Editor, paste the script, save it, and add to chart.
Configure Inputs:
Access settings via chart (right-click indicator > Settings).
Adjust:
fvgMinSize for market volatility (e.g., 5 for forex).
Entry types (e.g., enable IFVG, disable breakaway gaps).
SL/TP modes and minimum R:R (e.g., 2.0 for 1:2).
Time filters for active sessions (e.g., 09:30-16:00).
Visual settings (box transparency, table positions).
Interpret Output:
FVG Boxes: Green (bullish), red (bearish), purple (IFVG/mitigated).
Trade Boxes: Gray-green/red-gray (pending), green/red (active), updated for win/loss.
Pivot Lines: Solid (unmitigated), dotted (mitigated).
Tables: Entry table shows trade details; performance table shows win rates/P&L.
Trading:
Monitor pending setups for entry signals.
Enter manually at active trade levels, following SL/TP.
Use performance stats to refine settings.
Test on demo charts and adjust for market/timeframe.
Best Practices:
Use higher timeframes (e.g., 1H, 4H) for less noise.
Combine with other analysis (e.g., support/resistance).
Backtest using TradingView’s replay feature.
Originality
The script is original due to its unique combination of features:
Enhanced IFVG Strategy: Dual Immediate/Retrace IFVG modes with a novel “Immediate Then Retrace” preference.
Pending Setup System: Proactive visualization of potential trades with auto-cancellation.
Granular Performance Tracking: Detailed breakdown of win rates/P&L by entry type (regular FVG, IFVG, breakaway).
Dynamic Pivot Visualization: Real-time mitigation updates (solid to dotted lines).
Modular Design: Custom types and organized logic for extensibility. It builds on general FVG concepts (e.g., from ICT) but implements unique logic and features not found in standard
TradingView FVG scripts, distinguishing it from both open-source and premium indicators.
Credit of Concepts to ICT
Collaborations with JMAC and Timeless
Lot Size Calculator (SL percentuale) - Precisione Pip OANDA🇬🇧 Lot Size Calculator (SL Percentage or Manual) – with Live USD Pip Value
This tool helps traders accurately calculate the optimal lot size based on account equity, risk percentage, and stop loss – which can be defined either as a percentage or dragged directly on the chart.
🔧 Key Features:
✅ Real-time lot size calculation based on equity and risk.
✅ Flexible stop loss options:
Percentage-based SL
Manual SL line (editable by dragging on the chart)
✅ Take Profit automatically calculated from your RR ratio.
✅ Live pip value in USD, based on OANDA exchange rates.
✅ Compatible with all major Forex pairs, including USD as base or quote currency.
✅ On-chart info table with equity, risk, pip value, SL in pips, RR, lot size, and levels.
🎯 Who it's for:
For Forex traders who:
Need risk-managed position sizing
Want dynamic and visual control of entry, SL, and TP
Prefer clear data tables and pip accuracy
⚠️ Disclaimer:
This tool is for educational and informational purposes only. We do not take responsibility for any trading losses, calculation errors, or misinterpretations. Use at your own risk.
🇮🇹 Calcolatore Lotti (SL Percentuale o Manuale) – con Valore Pip USD Dinamico
Questo strumento ti aiuta a calcolare in modo preciso la dimensione ottimale del lotto, in base al tuo capitale, al rischio percentuale e allo stop loss – che può essere definito come percentuale oppure trascinato manualmente sul grafico.
🔧 Caratteristiche principali:
✅ Calcolo automatico della lot size in base a equity e rischio.
✅ Stop loss flessibile:
In percentuale
Manuale (modificabile trascinando la linea sul grafico)
✅ Take Profit calcolato automaticamente dal rapporto rischio/rendimento.
✅ Valore pip in USD in tempo reale, tramite tassi di cambio OANDA.
✅ Compatibile con tutte le principali coppie Forex, anche con USD come valuta base o quotata.
✅ Tabella visiva sul grafico con tutti i dettagli operativi (SL, TP, rischio, equity, pip, lotti…).
🎯 Per chi è pensato:
Per trader Forex che vogliono:
Una gestione del rischio professionale
Il pieno controllo visivo di SL, TP e Entry
Informazioni chiare e affidabili direttamente sul grafico
⚠️ Disclaimer:
Questo strumento è fornito solo a scopo educativo e informativo. Non ci assumiamo alcuna responsabilità per eventuali errori di calcolo, perdite economiche o usi impropri. L’uso è a proprio rischio e pericolo.
3-Bar Sweep Reversal with Alertstrap indicator! 3 bar reversal indicator that the third candle sweeps the lows or highs of the second candle then closes above or below.
FVG Candle TYHE42This indicator highlights potential Fair Value Gaps by applying a color change to the body of the candle that aligns with an imbalance in price movement.
When such a gap is detected in the price structure, the corresponding candle is visually marked using a customizable color, allowing for easy identification without cluttering the chart.
Users can adjust the highlight color from the settings to better match their chart style or personal preference.
CRYPTOPASTOR SR PROCRYPTOPASTOR SR PRO
The ultimate automated support, resistance, and trade setup toolkit.
Description
CRYPTOPASTOR SR PRO is the all-in-one solution for traders who want to combine powerful, automated support and resistance analysis with actionable trade setups. This indicator moves beyond simple lines on a chart; it identifies and draws the most statistically significant S/R zones and then uses that data to automatically generate potential Entry , Stop Loss , and Take Profit levels for you.
Built for both discretionary and systematic traders, SR PRO cleans up your workflow, removes manual guesswork, and provides a clear, data-driven foundation for your trading decisions.
Pro Feature: Dynamic Trade Setups
This is the core of the PRO version. It transforms the S/R analysis into a complete trade planning tool.
Automatic Trade Opportunities: Based on the indicator's core S/R analysis, the Pro version automatically identifies potential trade opportunities as they form.
Intelligent Trade Bias: It determines a trade bias (Long or Short) by evaluating the current price's proximity to the nearest major support or resistance zone.
Automatic Trade Levels: For each potential setup, the script instantly calculates and plots:
An Entry Level based on the middle of the key S/R zone.
A smart Stop Loss placed with a calculated buffer outside the zone.
Up to five Take Profit levels targeting subsequent S/R zones.
Core Engine: Advanced S/R Detection
At its heart, the SR PRO is powered by an advanced engine that automates the most tedious parts of technical analysis.
Dynamic Pivot Detection: It constantly scans the chart for the most recent and relevant Pivot Highs and Pivot Lows, which are the building blocks of price structure.
Intelligent Zone Clustering: Instead of just drawing a line at every pivot, SR PRO groups multiple nearby pivot points into a single, cohesive zone. This technique reveals areas where price has repeatedly reacted, making them much more significant.
Strength-Based Filtering: A zone's "strength" is determined by how many pivots it contains. The indicator filters out weak, unreliable zones and only displays those that meet a minimum strength requirement, removing noise from your chart.
Full Features List
Automated Trade Setups with Entry, Stop Loss, and Take Profit levels.
Dynamic Support & Resistance Zones that update with new price action.
Clean Zone Labels showing the timeframe and price level, pinned to the right side of your chart.
Strength-Based Algorithm to ensure only the most significant levels are shown.
Built-in Alerts for when a key support or resistance level is broken.
Fully Customizable settings to tailor the indicator to any market or timeframe.
Customizable Settings (Inputs)
Setup
Pivot Period: Controls the sensitivity of pivot detection.
Source: Use candle High/Low or Close/Open for calculations.
Maximum Number of Pivot: Sets the memory for how many recent pivots are analyzed.
Maximum Channel Width %: Defines how close pivots must be to form a zone.
Maximum Number of S/R: The maximum number of S/R zones to display.
Minimum Strength: The minimum number of pivots required to form a valid zone.
Trade Setup
Show Trade Setups: Globally turn the Entry/SL/TP feature on or off.
Number of Take Profit Levels: Choose how many TP targets to display (1 to 5).
Stop Loss Buffer %: Customize the buffer size for the automatically generated Stop Loss.
Colors
Label Location: Controls how far to the right the price labels are drawn.
Line Style & Width: Customizes the appearance of the S/R zones.
Resistance & Support Color: Set your preferred colors for all zones.
Alerts
You can set up the following alerts in TradingView's alert menu:
Resistance Broken: Triggers when price breaks and closes above a resistance zone.
Support Broken: Triggers when price breaks and closes below a support zone.
Support or Resistance Broken: A combined alert that triggers for either condition.
Alto y Bajo Vela Anterior PersonalizableThe high and low values of the last closed candle. It works on any timeframe and features adjustable font size and color. The label can be relocated to any corner of the chart.
Crypto Pastor SR - LITESupport & Resistance - Lite (SR Lite) is a clean, powerful, and lightweight indicator designed to automatically identify and draw the most significant support and resistance zones on your chart.
This tool is built for traders who rely on key price levels but want to avoid the clutter of complex indicators. It does the hard work of finding historical price turning points and intelligently clustering them into strong, actionable zones, allowing you to focus on your strategy.
This "Lite" version contains the complete, powerful S/R detection engine, ideal for traders who want a clean chart focused purely on key levels without the trade setup features (Entry/Stop Loss/Take Profit) of the Pro version.
How It Works
The indicator's logic is both sophisticated and intuitive:
Dynamic Pivot Detection: It constantly scans the chart for the most recent and relevant Pivot Highs and Pivot Lows. These are the fundamental building blocks of price structure.
Intelligent Zone Clustering: Instead of just drawing a line at every pivot, SR Lite groups multiple nearby pivot points into a single, cohesive zone. This technique reveals areas where price has repeatedly reacted, making them much more significant than a single point.
Strength-Based Filtering: Not all zones are created equal. A zone's "strength" is determined by how many pivots it contains. The indicator filters out weak, unreliable zones and only displays those that meet a minimum strength requirement, removing noise from your chart.
Clean & Automated Charting: The strongest zones are automatically drawn and extended into the future. As new price action unfolds, the zones dynamically update to reflect the most current market structure.
Features & Visuals
Support & Resistance Zones: These are the primary visual element, drawn as transparent boxes.
Green Zones: Indicate Support levels currently below the price.
Red Zones: Indicate Resistance levels currently above the price.
Price Labels: Each zone is accompanied by a clean text label on the right-hand side of the chart, showing:
The Timeframe the zone was identified on (e.g., "4H").
The exact Price Level of the zone's midpoint (e.g., "108697").
Built-in Alerts: Create alerts to be notified immediately when a key level is broken.
Yield Curve Regime Shading with LegendScript to allow either shading or candle color based on the regime (curve move) over 'n' period between two assigned products.
Future is hereExplanation for New Users
FUTURE IS HERE Indicator: A Simple Guide for Beginners
Welcome to the “FUTURE IS HERE” indicator! This tool is designed to help you spot buy and sell opportunities on any chart, whether you’re trading stocks, forex, crypto, or anything else. It’s easy to use, even if you’re new to trading, and it shows you when to enter a trade, where to take profits, and where to set stop-losses to manage risk. Plus, it draws support and resistance lines to guide you and shows a risk-reward ratio to make smarter trades. Here’s how it works in plain English:
What Does It Do?
This indicator puts labels and lines on your chart to help you trade:
Green and Red Labels: Tell you when to buy or sell, with exact prices for entry, take-profit (TP), stop-loss (SL), and risk-reward ratio (RRR).
Red and Green Lines: Show resistance (where price might drop) and support (where price might bounce).
Blue and Purple Labels: Suggest price targets for where the market might go next.
Teal and Orange Labels: Confirm if the market’s momentum is strong enough for a trade.
Red and Green Zone Labels: Highlight overbought (sell) or oversold (buy) areas.
How to Use It
Add to Your Chart:
In TradingView, click “Indicators” at the top, search for “FUTURE IS HERE,” and add it to your chart.
Look for Buy/Sell Signals:
Green Label (e.g., “Buy at 100, TP: 110, SL: 95, RRR: 2.0”): Buy at the listed price, set your profit target at TP, and stop-loss at SL. The RRR (2.0) means you could earn $2 for every $1 risked.
Red Label (e.g., “Sell at 100, TP: 90, SL: 105, RRR: 2.0”): Sell at the listed price, aim for TP, and set SL.
Check Support/Resistance Lines:
Red Dashed Lines: Resistance levels where price might reverse down. Use as TP for sells or SL for buys.
Green Dashed Lines: Support levels where price might bounce up. Use as TP for buys or SL for sells.
Confirm with Other Labels:
Blue/Purple Labels: Show “Bull Target” or “Bear Target” for extra profit goals.
Teal/Orange Labels: Look for “Strong” momentum to boost confidence in trades.
Red/Green Zone Labels: “Sell Zone” or “Buy Zone” confirm good entry points.
Set Alerts:
Click the “Alert” button in TradingView, select “FUTURE IS HERE,” and choose “Buy Signal” or “Sell Signal” to get notified when a trade opportunity appears.
Customize:
Open the indicator’s settings to adjust:
Volatility Length (default 50): Controls how often buy/sell zones appear.
S/R Length (default 50): Sets how far back it looks for support/resistance.
Take-Profit/Stop-Loss Multiplier (default 2.0/1.0): Makes TP/SL bigger or smaller.
Target Multiplier (default 1.5): Adjusts price target distance.
Tips for Success
Start Small: Test on a demo account or small trades to get comfortable.
Use Your Timeframe: Works on any chart (1-minute, hourly, daily). Shorter timeframes (e.g., 5m) give more signals, longer ones (e.g., 1d) are calmer.
Combine with Common Sense: Check support/resistance lines and “Strong” momentum before trading.
Risk Management: Always use the SL price to limit losses. Aim for trades with RRR > 1.5 for better odds.
Practice Patience: Wait for clear buy/sell labels to avoid bad trades.
Why It’s Great for Beginners
Easy to Read: Big, colorful labels tell you exactly what to do.
All-in-One: Combines entry signals, targets, stop-losses, and support/resistance in one tool.
Risk-Reward Insight: Shows RRR so you know if a trade is worth taking.
Customizable: Adjust settings to fit your trading style.
Alerts: Get notified so you don’t miss opportunities.
Note: Trading involves risk, and no indicator guarantees profits. Always use proper risk management and consult a financial advisor if needed. Practice on a demo account first!
Custom Time Vertical Linesthis is my forex line indicator, making me write a description so hurry up you shmuck
ES Precision TriggerES Precision Trigger – Structural Entry Engine for the S&P 500 Futures ES
This script was developed specifically for analyzing the S\&P 500 futures market (ES), with the purpose of helping the operator identify technically relevant moments within broad and directional movements. Its design responds to the particular nature of the ES, a high-liquidity index characterized by more prolonged and less impulsive development patterns than other contracts such as the Nasdaq or Dow Jones. For this reason, the tool prioritizes structural context confirmation before displaying any visual marks.
The indicator does not provide recommendations, entries, or exits. Instead, it functions as a contextual visual observation system. Its goal is to highlight on the chart those moments when price simultaneously meets several technical filters, allowing the operator to validate whether the current move has structural coherence or is merely part of a minor oscillation.
What it does and why it does it
The tool analyzes price behavior in real time and displays a discrete visual mark (small triangle) only when all validation elements are met. It does not act on impulse or isolated conditions. Each mark represents a moment where the market presents a consistent reading across multiple technical layers, allowing the operator to better interpret the nature of the movement.
Functional logic
- Dominant price direction
The system first validates that the price is developing a movement consistent with the broader structure. It is not enough to have a green or red candle; there must be an orderly sequence that reflects clear intent. This condition filters out zones where the market has not yet defined itself.
- Candle body coherence
Not all candles have the same weight. The tool evaluates whether the current formation provides meaningful information, discarding indecision candles or inert moves. Only candles with real body and effective displacement are considered, avoiding misleading readings.
- Effective pressure from contextual volume
Volume participation is not analyzed as an absolute value but in relation to price behavior. This helps detect whether there is actual force behind the move or if it's an empty push, lacking technical backing. A mark will only appear if there is significant pressure accompanying the movement.
- Minimum range expansion
For an event to be validated, there must be visible expansion relative to recent range activity. This component protects against consolidations, tight ranges, or undeveloped movements. If there is no minimum expansion, there is no reading.
- Real technical convergence
The system waits for all previous elements to align. If just one fails, nothing is shown. This multi-layer validation logic prevents overinformation and ensures that each mark makes sense within the current behavior of the market. In the absence of clear conditions, the tool remains silent.
- Visualization and customization
Users can toggle visual marks on or off from the script settings, as well as configure colors, sizes, and visibility. There are no persistent elements or manual zones: everything appears and disappears according to active market conditions, without external intervention.
Mentor Mode
Includes an informative display that reacts to what is happening on the chart at the moment the mark appears. Rather than predicting or anticipating, it offers a contextual phrase based on real-time conditions, helping the operator interpret the scenario without assuming direction. The message is automatically shown in Spanish or English, depending on user preference, and can be turned off for a more minimal interface.
Compatibility and timeframes
It is optimized for quarterly S&P 500 Futures contracts ES1!-ES (ESU25, ESZ25, ESH26) and performs with high accuracy on 5-minute, 15-minute, and 1-hour charts. Its behavior adapts to the type of movement characteristic of this index and is especially useful for operators who prioritize structural validations and sustained directional setups.
Final notes
This tool does not project future levels, does not draw zones, and does not issue entry or exit judgments. It does not replace the operator's analysis and is not an automated system. Its only function is to highlight moments when the market meets several relevant technical conditions simultaneously. The value of this approach lies in its ability to filter out noise, allowing the operator to focus attention on what truly matters.
Previous Daily High/LowUnderstanding Previous Daily High and Low in Trading
The previous day’s high and low are critical price levels that traders use to identify potential support, resistance, and intraday trading opportunities. These levels represent the highest and lowest prices reached during the prior trading session and often act as reference points for future price action.
Why Are Previous Daily High/Low Important?
Support & Resistance Zones
The previous day’s low often acts as support (buyers defend this level).
The previous day’s high often acts as resistance (sellers defend this level).
Breakout Trading
A move above the previous high suggests bullish momentum.
A move below the previous low suggests bearish momentum.
Mean Reversion Trading
Traders fade moves toward these levels, expecting reversals.
Example: Buying near the previous low in an uptrend.
Institutional Order Flow
Market makers and algos often reference these levels for liquidity.
How to Use Previous Daily High/Low in Trading
1. Breakout Strategy
Long Entry: Price breaks & closes above previous high → bullish continuation.
Short Entry: Price breaks & closes below previous low → bearish continuation.
2. Reversal Strategy
Long at Previous Low: If price pulls back to the prior day’s low in an uptrend.
Short at Previous High: If price rallies to the prior day’s high in a downtrend.
3. Range-Bound Markets
Buy near previous low, sell near previous high if price oscillates between them.
A+ BlackShadowBeokers# 🚀 A+ Strategy v6 - Automated Strategy
## 🎯 **Welcome to the Evolution of Trading!**
The **A+ Strategy v6** is now available as an **automated strategy** that can execute real trades based on Smart Money Concepts (SMC) and ICT methodology.
## ⚡ **What does this strategy do?**
This strategy **automatically executes trades** when it identifies perfect confluences of:
- 🏗️ **Market Structure** (BOS/CHoCH)
- 📦 **Institutional Order Blocks**
- ⚡ **High-quality Fair Value Gaps**
- 💧 **Strength Liquidity Zones**
- 🎨 **Premium/Discount** zones
## 🎯 **Strategy Settings**
### **🚀 Strategy Settings**
```
✅ Enable Strategy: true
⚖️ Risk Per Trade: 2.0% (recommended)
🎯 Min Risk:Reward: 2.0 (minimum 1:2)
📊 Max Concurrent Trades: 2
🔗 Min Confluences: 3 (minimum for entry)
```
### **💰 Automatic Risk Management**
```
🛡️ Use ATR-based Stops: true
📏 ATR Multiplier: 1.5
📈 Partial TP1: 50% (close half at first target)
⚖️ Move to Breakeven: true (after TP1)
🎯 Trailing Stop: true (after TP1)
```
### **📊 Commissions and Slippage**
```
💸 Commission: 0.02% (configurable)
⏱️ Slippage: 2 pips
💰 Default Qty: 2% of equity
📈 Margin: 100 (1:1 leverage)
```
## 🧠 **Automatic Trading Logic**
### **🔍 Setup Detection Bullish**
```
Required confluences (minimum 3):
1. ✅ BOS (Break of Structure) confirmed
2. ✅ Bullish Order Block detected
3. ✅ Price in Discount zone (<25%)
4. ✅ Bullish FVG with Quality > 1.0
5. ✅ Volume > 120% of SMA(20)
Entry: Market order at candle close
Stop Loss: ATR-based or below the OB
Take Profit 1: 2x ATR distance
Take Profit 2: 4x ATR distance
```
### **🔍 Bearish Setup Detection**
```
Required confluences (minimum 3):
1. ✅ CHoCH (Change of Character) confirmed
2. ✅ Bearish Order Block detected
3. ✅ Price in Premium zone (>75%)
4. ✅ Bearish FVG with Quality > 1.0
5. ✅ Volume > 120% of SMA(20)
Entry: Market order at candle close
Stop Loss: ATR-based or above the OB
Take Profit 1: 2x ATR distance
Take Profit 2: 4x ATR distance
```
## 📊 **Real Time Control Panel**
### **📈 Performance Metrics**
```
🎯 A+ Strategy v6 Status ✅ ACTIVE
💰 Net Profit $1,234.56
📊 Win Rate 68.5%
📈 Total Trades 47
⚖️ Risk per Trade 2.0%
🎯 Min R:R 1:2.0
🔗 Min Confluences 3
📊 Market Zone 🟢 Discount
🎯 Current Setup ✅ VALID
📍 Direction LONG
⚖️ Risk:Reward 1:2.8
🔗 Confluences BOS+OB+DISC+FVG+VOL+
📍 Position LONG
💎 Pine Script v6
```
## 🎯 **Confluences and Scoring**
### **Confluence System**
```
BOS+ = Bullish Market Structure Confirmed
CHoCH+ = Bearish Market Structure Confirmed
OB+ = Institutional Order Block Detected
DISC+ = Price in Discount Zone (Cheap Buy)
PREM+ = Price in Premium Zone (Expensive Sell)
FVG+ = High-Quality Fair Value Gap (>1.0)
VOL+ = Institutional Volume Confirmed
```
### **Setup Examples Valid**
```
🟢 LONG Setup: BOS+OB+DISC+FVG+VOL+ (5 confluences)
🔴 SHORT Setup: CHoCH+OB+PREM+FVG+VOL+ (5 confluences)
🟡 Filtering: BOS+DISC+ (only 2 confluences - insufficient)
```
## 💡 **Advanced Trade Management**
### **🎯 Dynamic Take Profits**
```
TP1 (50% position):
- Long: Entry + (2 x ATR)
- Short: Entry - (2 x ATR)
- Action: Move SL to Breakeven
TP2 (50% remaining):
- Long: Entry + (4 x ATR)
- Short: Entry - (4 x ATR)
- Action: Close remaining position
```
### **🛡️ Stop Smart Loss**
```
ATR-based Stops:
- Long: Entry - (1.5 x ATR)
- Short: Entry + (1.5 x ATR)
Structure-based Stops:
- Long: Below the Order Block - 0.5 ATR
- Short: Above the Order Block + 0.5 ATR
Breakeven Move:
- Automatic after reaching TP1
- Protects capital on winning trades
```
### **📈 Trailing Stop**
```
Triggering: After TP1
Method: Order Block previous levels
Distance: 1 x minimum ATR
Goal: Maximize profits on strong trends
```
## 📋 **Recommended Settings**
### **💰 For Small Accounts ($1,000 - $5,000)**
```
Risk Per Trade: 1.5%
Min Risk:Reward: 2.5
Max Concurrent Trades: 1
Min Confluences: 4
ATR Multiplier: 2.0
```
### **💎 For Medium Accounts ($5,000 - $25,000)**
```
Risk Per Trade: 2.0%
Min Risk:Reward: 2.0
Max Concurrent Trades: 2
Min Confluences: 3
ATR Multiplier: 1.5
```
### **🚀 For Large Accounts ($25,000+)**
```
Risk Per Trade: 2.5%
Min Risk:Reward: 1.8
Max Concurrent Trades: 3
Min Confluences: 3
ATR Multiplier: 1.2
```
## ⏰ **Optimal Timeframes**
### **📊 Per-Settings Timeframe**
```
M15 (Scalping):
- Swing Length: 5
- OB Extension: 15
- Min Confluences: 4
- Risk: 1.5%
H1 (Day Trading):
- Swing Length: 10
- OB Extension: 30
- Min Confluences: 3
- Risk: 2.0%
H4 (Swing Trading):
- Swing Length: 15
- OB Extension: 50
- Min Confluences: 3
- Risk: 2.5%
```
## 🎯 **Best Trading Sessions**
### **🌍 Optimal Times (GMT)**
```
📈 London Session (08:00-12:00):
- Higher volatility
- More Order Blocks
- Ideal for EUR pairs
📊 New York Session (
Multi-Session Marker v2Multi-Session Marker v2 is a powerful and flexible tool for visually highlighting up to 15 custom trading sessions directly on your TradingView chart’s background.
Key Features:
Up to 15 Custom Sessions: Enter up to 15 time ranges (in HHMM-HHMM format) to mark any market session, news window, or personal focus period.
Single Time Zone Control: Choose your preferred time zone once in the indicator settings. All session highlights will follow this selection, ensuring accuracy and eliminating confusion—no matter where you are in the world.
Visual Clarity: For each session, toggle the highlight on or off and select a unique background color and opacity, making it easy to distinguish active trading windows at a glance.
Universal Time Handling: Supports a comprehensive list of global time zones (including automatic daylight saving adjustment for zones like "America/New_York"). Match the indicator’s time zone to your chart’s time zone for perfect alignment.
Efficient and Fast: Utilizes TradingView’s bgcolor() for smooth performance, even on fast timeframes like 1-second charts.
Clean, Organized Interface: All session controls are grouped and labeled for easy editing in the indicator’s settings panel.
How to Use:
In the indicator settings, select your desired time zone from the dropdown (match this to your chart’s time zone for best results).
For each session (up to 15), enter your desired session time (e.g., 0930-1130), toggle “Show Session” on or off, and pick a highlight color.
The background will automatically highlight those periods on your chart, using your chosen time zone.
Who Is This For?
This indicator is ideal for day traders, futures traders, or anyone who wants to visually segment their trading day for better focus, session-based strategies, or news/event tracking.
Updated from v1 to Include:
Additional Sessions (increased from 10 to 15)
Multiple Time Zones (dropdown menu includes 30+ time zones)
BOTZARILLA Bot v2.BOTZARILLA BOT is a high-performance, invite-only trading algorithm designed to identify precision Buy/Sell opportunities across Options, ETFs, and Futures. Private Access Only Designed for serious traders seeking consistent edge and disciplined execution. To gain access, contact us directly through a verified sponsor referral.
Once approved, your TradingView username will be manually granted access
GRIFFIN-2As a continuation of the GRIFFIN indicator, the GRIFFIN-2 indicator is here.
It currently contains ABRA and AVWAP.
Indicators will be added at another time.
Use it in good times.
--------------------------------------------------------------------------------------------
x.com
VegaAlgo – Rating Supreme⚠️ THIS INDICATOR IS STILL IN TRAINING MODE — IT CONTINUES TO LEARN AND IMPROVE DAILY.
VegaAlgo – Rating Supreme is a premium market analyzer designed to help traders instantly assess the quality of current market conditions.
Unlike traditional indicators, it delivers a dynamic RATING (0 to 100) that reflects how suitable the market is for active trading on the current timeframe. The scoring system intelligently reacts to volatility patterns, market noise, and structural clarity — helping you avoid chaotic zones and identify cleaner setups.
It also provides BUY/SELL/NEUTRAL sentiment across three key timeframes (1M, 5M, 15M) for a quick multi-frame perspective.
Simple. Visual. Smart.
Your trading environment — decoded.
YM Liquidity Core - Institutional Absorption EngineYM Liquidity Core – Institutional Absorption Engine
Official Description:
YM Liquidity Core is an institutional tool specifically designed for analyzing the Dow Jones Industrial Average futures market (YM1!). Its objective is to detect structural zones of institutional absorption and visually represent areas where price may be interacting with hidden orders, technical containment, or key imbalances. It does not generate buy/sell signals or suggest specific actions—it is a technical observation system for traders seeking to understand price behaviorthrough the lens of structural price action.
1. Why is this tool specifically designed for YM?
The Dow Jones operates differently from other indices: slower impulse frequency, stronger institutional presence at defense levels, and higher sensitivity to prolonged absorption phases. This script has been calibrated to capture that behavior. Its architecture responds to how the Dow flows on micro (1M, 5M) and structural (15M, 1H) timeframes, requiring a broader contextual reading and less reactive logic. That’s why this engine is not directly transferable to other assets without distorting its internal logic.
2. Institutional absorption zones (Supply and Demand)
The script draws two dynamic bands on the chart: an upper band (potential supply region) and a lower band (potential demand region), reflecting zones of high market sensitivity. These zones:
* Are not based on classical highs/lows
* Are not derived from fixed retracements or legacy tools
* Only activate when price shows technical stagnation under pressure, often during high volume, which may suggest concealed market interest or large participant activity.
These zones appear and disappear automatically according to the market’s active structure and timeframe. They are useful for validating whether price is reacting coherently or breaking institutional structure.
3. Institutional Channel (Contextual Fill Zone)
When both zones are active, the script forms an institutional channel, filling the space between demand and supply. This channel:
* Represents the area where price is trading under possible intervention
* Adapts in real time to market movement
* Is not a Bollinger Band or generic price band, but a conditional structure based on absorption, structure, and relative pressure
The fill provides clear visual reference as to whether price is consolidating under institutional control or exiting the zone with momentum.
4. Midline Contextual Moving Average
A structurally adaptive 10-period moving average runs through the center of the channel. This line::
* Is not used for entries or predictive analysis
* Acts as a visual guide for internal movement within the institutional zone
* Helps the trader observe whether price is balancing or progressively shifting within the range
5. Dynamic RSI-Based Structural Validation
The script includes an adaptive RSI filter, not used as an oscillator, but as a conditional technical layer. It only activates when price is already interacting with an active zone, reinforcing the probability of real-time absorption. This module improves zone quality by filtering out irrelevant or non-structured consolidations.
6. Optional Discreet Markers
The user can enable small green (lower) or red (upper) triangles when specific pressure conditions are met inside a zone. These are not entry signals, but discreet visual flags indicating that price is reacting within an active zone under structural criteria.
7. Full Customization via Input Panel
The trader can adjust:
* Activate/deactivate institutional zones
* Show/hide the institutional fill channel
* Enable or disable the 10-period midline
* Customize colors and zone opacity
* Enable/disable discreet triangle markers for conditional zone reactions
8. Optimized Timeframes and Compatibility
Supported timeframes:
1-minute, 5-minute, 15-minute, and 1-hour
Fully compatible with continuous contract YM1! and quarterly futures such as YMU25, YMZ25, YMH26, YMM26, etc.
If loaded on an unsupported timeframe, an on-chart warning will appear.
Final Note:
This script does not simulate strategies, project future prices, or condition the trader’s decisions. Its logic is based on institutional reading: observe, validate, and remove itself if the zone loses relevance. It is built for traders who value structure and who seek a clean visual of the Dow Jones’ technical behavior—without relying on generic tools or cluttered overlays.
SMA Alignment (Triangle & X Signals)Cash Clash EXCLUSIVE This indicator is designed to provide clean and reliable trend signals using the alignment of four Simple Moving Averages: the 9, 21, 50, and 200-period SMAs. It identifies moments when the short-term, medium-term, and long-term momentum align in one direction—either bullish or bearish—based on the classic principle of moving average stacking.
When the SMAs are aligned in ascending order (9 > 21 > 50 > 200), the indicator plots a green upward triangle below the candle, signaling a bullish trend confirmation. Conversely, when the SMAs align in descending order (9 < 21 < 50 < 200), it plots a red downward triangle above the candle, signaling a bearish trend confirmation. These triangles only appear on the first candle where the alignment begins to avoid noise and repeated signals.
To provide clear exit or de-alignment signals, a small X is plotted on the candle where the alignment breaks—red for bullish exits and green for bearish exits—helping traders identify when the stacked trend loses structure.
All aspects of the indicator are customizable from the settings panel:
You can toggle on/off bullish and bearish signals
Choose whether to display entry triangles and exit Xs
Adjust the lengths of the SMAs to fit your strategy or asset class
This indicator is useful across all timeframes and asset types, making it especially powerful for:
Trend-following strategies
Confirming momentum shifts
Entry/exit timing on higher-timeframe trend plays or intraday setups
Whether you’re a swing trader or scalper, the SMA Alignment Indicator helps filter out noise and clarify market direction with simple, actionable signals.
NQ SmartEdge – Institutional Fidelity EditionNQ SmartEdge – Institutional Fidelity Edition
Description:
This script is designed for the structured technical analysis of the Nasdaq 100 (NQ), specifically on quarterly contracts such as NQU25, NQZ25, NQH26, operating in 5-minute, 15-minute, or 1-hour timeframes. Its function is to detect, validate, and communicate contexts in which the price shows genuine institutional intent. It does so through a multilayer verification that requires the simultaneous match of real technical conditions. It does not emit automatic signals nor project entries: it acts as an advanced validation tool for the operating environment.
Why this script is specifically designed for NQ Futures:
This tool was developed exclusively for the Nasdaq 100 due to its unique behavioral structure: high volatility, rapid impulse-response cycles, and strong sensitivity to institutional momentum. Unlike slower-moving assets, the NQ demands a technical engine capable of filtering noise while adapting instantly to true directional flow. Each filter—volume, candle strength, trend alignment—has been tuned specifically for the way the Nasdaq operates, making this script unsuitable for direct application to ES, YM, or other indices without logical distortion.
Functional logic:
- Internally, the script evaluates five structural levels before issuing a visual mark:
- Clean structural direction: validates whether there is an active and aligned trend in multiple layers of the movement.
- Candle body strength: discards indecision candles or those without effective displacement.
- Significant volume pressure: only acts if there is clear participation, avoiding false positives.
- Minimum range expansion: ensures that it does not validate in low-volatility consolidation contexts, increasing the quality of the analysis.
- Simultaneous confluence: if any of these layers is not met, the script remains silent. It only activates if there is real intent.
- Mentor Mode: institutional communication in real time
One of the most distinctive features of the script is its Mentor Mode, available in Spanish and English. When the system detects a technically valid context, it emits a floating contextual label that explains what is happening from a professional perspective.
These labels are located near the validated candle and offer an institutional reading of the moment. They are not generic alerts but specific interpretations based on the script’s internal logic. They are activated automatically only if all technical conditions are met. If the environment is not clear, nothing is displayed.
Technical visual guidance:
In addition to the specific validation, the script draws a discreet horizontal line (dotted red line) at the upper or lower end of the candle that meets all conditions. This line does not represent an entry or stop level but acts as a contextual institutional reference, useful for the trader to observe whether the market defends or rejects that zone in the immediate future.
These lines progressively disappear with the chart movement, avoiding visual clutter. They are not static levels nor wide zones: they are specific technical references with validated intent.
Customization from the input panel:
Operators can control:
- Whether to see the visual validations (directional triangles)
- Whether to activate Mentor Mode (explanatory labels)
- Whether or not to view the contextual institutional line
- Colors for bullish entries, bearish entries, and reference levels
Technical approach:
This script does not imitate public domain indicators or depend on predefined trading strategies. Instead, it integrates classical technical components—such as volume, price action, and trend structure—into a proprietary institutional framework designed for contextual validation. The emphasis is not on predicting or reacting to price movement, but on confirming when technical coherence aligns with institutional momentum.
It is a tool designed for operators who want a second layer of professional validation before making decisions. It does not issue operational suggestions, does not simulate strategies, nor condition the user’s reading. It simply confirms, in a sober and clean way, when the technical environment deserves attention.