Adjustable Fibonacci LevelsThe Adjustable Fibonacci Levels script allows you to retrieve Fibonacci levels for x days back. This might come in handy when scalping. Shoutout to u/Autemox for the inspiration!
Pesquisar nos scripts por "scalping"
SHERRIFx (variation) IN TRENDI share this script where I made some modifications to the SHERRIF strategy to perform trend scalping.
I use:
- Bollinguer Bands (20)
- CCIs (14 and 40)
- EMAS (20, 57, 100, 200)
- Stochastics (13,3,3) in 70, 30.
I apply in low temporalities, especially M15 and M1, it can also be used to make binaries or in higher temporalities by modifying the constants.
If you improve this program, share it.
Greetings.
ML: Lorentzian Classification Premium█ OVERVIEW
Lorentzian Classification Premium represents the culmination of two years of collaborative development with over 1,000 beta testers from the TradingView community. Building upon the foundation of the open-source version, this premium edition introduces powerful enhancements that transform how machine-learning classification can be applied to market analysis.
The premium version maintains the core Lorentzian distance-based classification algorithm while expanding its capabilities through triple the feature dimensionality (up to 15 features), sophisticated mean-reversion detection, first-pullback identification, and a comprehensive signal taxonomy that goes far beyond simple buy/sell signals. Whether you're building automated trading systems, conducting deep market research, or integrating proprietary indicators into ML workflows, this tool provides the advanced edge needed for professional-grade analysis.
█ BACKGROUND
Lorentzian Classification analyzes market structures, especially those exhibiting non-linear distortions under stress, by employing advanced distance metrics like the Lorentzian metric, prominent in fields such as relativity theory. Where traditional indicators assume flat space, we embrace the curve. The heart of this approach is the Lorentzian distance metric—a sophisticated mathematical tool. This framework adeptly navigates the complex curves and distortions of market space, aiming to provide insights that traditional analysis might miss, especially during moments of extreme volatility. It analyzes historical data from a multi-dimensional feature space consisting of various technical indicators of your choosing. Where traditional approaches fail, Lorentzian space reveals the true geometry of market dynamics.
Neighborhoods in Different Geometries: In the above figure, the Lorentzian metric creates distinctive cross-patterns aligned with feature axes (RSI, CCI, ADX), capturing both local similarity and dimensional extremes. This unique geometry allows the algorithm to recognize similar market conditions that Euclidean spheres and Manhattan diamonds would miss entirely. In LC Premium, users can have up to 15 features -- you are not limited to 3-dimensions.
Among the thousands of distance metrics discovered by mathematicians, each perceives data through its own geometric lens. The Lorentzian metric stands apart with its unique ability to capture market behavior during volatile events.
█ COMMUNITY-DRIVEN EVOLUTION
It has been profoundly humbling over the past 2 years to witness this indicator's evolution through the collaborative efforts of our incredible community. This journey has been shaped by thousands of user suggestions and validated through real-world application.
A particularly amazing milestone was the development of a complete community-driven Python port, which meticulously matched even the most minute PineScript quirks. Building on this solid foundation, a new command-line interface (CLI) has opened up exciting possibilities for chart-specific parameter optimization:
Early insights from parameter optimization research: Through grid-search testing across thousands of parameter combinations, the analysis identifies which parameters have the biggest effects on performance and maps regions of stability across different market regimes. This reveals that optimal neighbor counts vary significantly based on market conditions—opening up incredible potential for timeframe-specific optimization.
This is just one of the insights gleaned so far from this ongoing investigation. The potential for chart-specific optimization for any given timeframe could transform how traders approach parameter selection.
Demand from power users for extra capabilities—while keeping the open-source version simple—sparked this Premium release. The open-source branch remains maintained, but the premium tier adds unique features for those who need an analytical edge and to leverage their own custom indicators as feature series for the algorithm.
█ KEY PREMIUM FEATURES
📈 First Pullback Detection System
Automatically identifies high-probability trend-continuation entries after initial momentum moves.
Detects when price retraces to optimal entry zones following breakouts or trend initiations.
Green/red triangle signals often fire before main classification arrows.
Dedicated alerts for both bullish and bearish pullback opportunities.
Based on veryfid's extensive research into pullback mechanics and market structure.
🔄 Dynamic Kernel Regression Envelope
Powerful, zero-setup confluence layer that immediately communicates trend shifts.
Dual-kernel system creates a visual envelope between trend estimates.
Color gradient dynamically represents prediction strength and market conviction.
Crossovers provide additional confirmation without cluttering your chart.
Professional visualization that rivals institutional-grade analysis tools.
✨ Massively Expanded Dimensionality: 10 Custom Sources, 5 Built-In Sources
Transform the indicator from 5 built-in standard to 15 total total features—triple the analytical power.
Integrate ANY TradingView indicator as a machine learning feature.
Built-in normalization ensures all indicators contribute equally regardless of scale.
Create theme-based systems: pure volume analysis, multi-timeframe momentum, or hybrid approaches.
📊 Tiered Mean Reversion Signals with Scalping Alerts
Regular (🔄) and Strong (⬇️/⬆️) mean reversion signals based on statistical extremes.
Opportunities often arise before candle close—perfect for scalping entries.
Visual markers appear at high-probability reversal zones.
Four specialized alert types: upward/downward for both regular and strong reversals.
Pre-optimized probability thresholds, no fine-tuning required.
📅 Daily Kernel Trend Filter
Instantly cleans up noisy intraday charts by aligning with higher timeframe trends.
Swing traders report immediate signal quality improvement.
Automatically deactivates on daily+ timeframes (intelligent context awareness).
Reduces counter-trend signals by up to 60% on lower timeframes.
Simple toggle—no complex multi-timeframe setup required.
📋 Professional Backtesting Stream (-6 to +6)
Multiple distinct signal types (including pullbacks, mean reversions, and kernel deviations) vs. basic binary (buy/sell) output for nuanced analysis.
Enables detailed walk-forward analysis and ML model training.
Compatible with external backtesting frameworks via numeric stream.
Rare precision for TradingView indicators—usually only found in institutional tools.
Perfect for quants building sophisticated strategy layers.
⚡ Performance Optimizations
Faster distance calculations through algorithmic improvements.
Reduced indicator load time (measured via Pine Profiler).
Handles 15 active features without timeouts—critical for multi-chart setups.
Optimized for live auto-trading bots requiring minimal latency.
🎨 Full Visual Customization & Accessibility
Complete color control for all visual elements.
Colorblind-safe default palette with customization options.
Dark mode optimization for extended trading sessions.
Professional appearance matching your trading workspace.
Accessibility features meeting modern UI standards.
🛠️ Advanced Training Modes
Downsampling mode for training on diverse market conditions; Down-sampling and remote-fractals for exotic pattern discovery.
Remote fractals option extends analysis to deep historical patterns.
Reset factor control for fine-tuning neighbor diversity; Reset-factor tuning to control neighbor diversity.
Appeals to systematic traders exploring exotic data approaches.
Prevents temporal clustering bias in model training.
█ HOW TO USE
Understanding the Approach (Core Concept):
Lorentzian Classification uses a k-Nearest Neighbors (k-NN) algorithm. It searches for historical price action "neighborhoods" similar to the current market state. Instead of a simple straight-line (Euclidean) distance, it primarily uses a Lorentzian distance metric, which can account for market "warping" or distortions often seen during high volatility or significant events. Each historical neighbor "votes" on what happened next in its context, and these votes aggregate into a classification score for the current bar.
Interpreting Bar Scores & Signals (Interpreting the Chart):
Bar Prediction Values: Numbers over each candle (e.g., ranging from -8 to +8 if Neighbors Count is 8) represent the aggregated vote from the nearest neighbors. Strong positive scores (e.g., +7, +8) indicate a strong bullish consensus among historical analogs. Strong negative scores (e.g., -7, -8) indicate a strong bearish consensus. Scores near zero suggest neutrality or conflicting signals from neighbors. The intensity of bar colors (if Use Confidence Gradient is on) often reflects these scores.
Main Arrows (Main Buy/Sell Labels): Large ▲/▼ labels are the primary entry signals generated when the overall classification (after filters) is bullish or bearish.
Pullback Triangles: Small green/red ▲/▼ identify potential trend continuation entries. These signals often appear after an initial price move and a subsequent minor retracement, suggesting the trend might resume. This is based on recognizing patterns where a brief counter-movement is followed by a continued advance in the initial trend direction.
Mean-Reversion Symbols: 🔄 (Regular Reversion) appears when price has crossed the average band of the Dynamic Kernel Regression Envelope. ⬇️/⬆️ (Strong Reversion) means price has crossed the far band of the envelope, indicating a more extreme deviation and potentially a stronger reversion opportunity.
Custom Mean Reversion Deviation Markers (Deviation Dots): If Enable Custom Mean Reversion Alerts is on, these dots appear when price deviates from the main kernel regression line by a user-defined ATR multiple, signaling a custom-defined reversion opportunity.
Kernel Regression Lines & Envelope: The Main Kernel Estimate (thicker line) is an adaptive moving average that smooths price and helps identify trend direction. Its color indicates the current trend bias. The Envelope (outer bands and a midline) creates a channel around price, and its interaction with price generates mean reversion signals.
Key Input Groups & Their Purpose:
🔧 GENERAL SETTINGS:
Reduce Price-Time Warping : Toggles the distance metric. When enabled, it reduces the characteristic "warping" effect of the default Lorentzian metric, making the distance calculation more Euclidean in nature. This may be suited for periods exhibiting less pronounced price-time distortions.
Source : Price data for calculations (default: close ).
Neighbors Count : The 'k' in k-NN – number of historical analogs considered.
Max Bars Back : How far back the indicator looks for historical patterns.
Show Exits / Use Dynamic Exits : Controls visibility and logic for exit signals.
Include Full History (Use Remote Fractals) : Allows model to pick "exotic" fractals from deep chart history.
Use Downsampling / Reset Factor : Advanced training parameters affecting neighbor selection.
Show Trade Stats / Use Worst Case Estimates : Displays a real-time performance table (for calibration only).
🎛️ DEFINE CUSTOM SOURCES (OPTIONAL):
Integrate up to 10 external data series (e.g., from other indicators) as features. Each can be optionally normalized. Load the external indicator on your chart first for it to appear in the dropdown.
🧠 FEATURE ENGINEERING:
Configure up to 15 features for the k-NN algorithm. Select type (RSI, WT, CCI, ADX, Custom Sources), parameters, and enable/disable. Start simple (3-5 features) and add complexity gradually. Normalize features with vastly different scales.
🖥️ DISPLAY SETTINGS:
Controls visibility of chart elements: bar colors, prediction values/labels, envelope, etc.
Align Signal with Current Bar : If true, pullback signals appear on the current bar (calculated on closed data). If false (default), they appear on the next bar.
Use ATR Offset : Positions bar prediction values using ATR for visibility.
🧮 FILTERS SETTINGS:
Refine raw classification signals: Volatility, Regime, ADX, EMA/SMA, and Daily Kernel filters.
🌀 KERNEL SETTINGS (Main Kernel):
Adjust parameters for the primary Nadaraya-Watson Kernel Regression line. Lookback Window , Relative Weighting , Regression Level , Lag control sensitivity and smoothness.
✉️ ENVELOPE SETTINGS (for Mean Reversion):
Configure the dynamic Kernel Regression Envelope. ATR Length , Near/Far ATR Factor define band width.
🎨 COLOR SETTINGS (Colors):
Customize colors for all visual elements; override every palette element.
General Approach to Using the Indicator (Suggested Workflow):
Load defaults and observe behavior: Familiarize yourself with the indicator's behavior.
Feature Engineering: Experiment with features, considering momentum, trend, and volatility. Add/replace features gradually.
Apply Filters: Refine signals according to your trading style.
Contextualize: Use kernels and envelope to understand broader trend and potential overbought/oversold areas.
Observe Signals: Pay attention to the interplay of main signals, pullbacks, and mean reversions. Watch interplay of main, pullback & mean-reversion signals.
Calibrate (Not Backtest): Use the "Trade Stats" table for real-time feedback on current settings. This is for calibration, *not a substitute for rigorous backtesting.*
Iterate & refine: Adjust settings, observe outcomes, and refine your approach.
█ ACKNOWLEDGMENTS
This premium version wouldn't exist without the invaluable contributions of:
veryfid for his groundbreaking ideas on unifying pullback detection with Lorentzian Classification, but most of all for always believing in and encouraging me and so many others. For being a mentor and, most importantly, a friend. We all miss you.
RikkiTavi for his help in creating the settings optimization framework and for other invaluable theoretical discussions.
The 1,000+ beta testers worldwide who provided continuous feedback over two years.
The Python porting team who created the foundation for advanced optimization; for the cross-language clone.
The broader TradingView community for making this one of the platform's most popular indicators.
█ FUTURE DEVELOPMENT
The Premium version will continue to evolve based on community feedback. Planned enhancements include:
Specialized exit model trained independently from entry signals (ML-based exit model).
Feature hub with pre-normalized, commonly requested indicators (Pre-normalized feature hub).
Better risk-management options (Enhanced risk-management options).
Fully automated settings optimization (Auto-settings optimization tool).
Misc OscillatorCombination of Stoch, RSI, Wave Trends, and TTM Squeeze to help identify buy/sell zones for scalping.
Bimex Long Short PRO [PlungerMen]Hello!
This free community edition is very good for all time frame , for all the crypto
This Script recognized overbought area and over-selling area extremely accurate
This Script is very well used as it works by itself and very well used in conjunction with the "Bitmex scalping " script, both compliment for each other. the "Bitmex Scalping" script is Free, you can find it
If you want to be more accurate and more efficient, more comfortable when you do not want to see too many other indicators, you can register for our Professional edition.
- The Professional Edition supports Level 1 and Level 2 commands, which are very effective in allocating funds and optimizing your profits
Besides that,You will be supported by personal preferences, profit maximization
- Register for a Professional version will be used 2 Script,Bimex Scalping Pro and Bitmex Long Short Pro
- We will invite you to the signal channel with the announcement of the bottom and the peak of the BTC ,the big variable variable has exists
We hope you enjoy this script. Your support will help us develop more good quality scripts in the future to serve the community
**Remember, Like this script and posivite feedback if you are satisfied**
if you have any questions Plz post a comment ... below here
******
Thanks
Two Bar Break Line Alerts R1.0 by JustUncleLThis indicator with default settings is designed for BINARY OPTIONS trading. The indicator can also be used for Forex trading with some setting changes. The script shows Two Bar Pullback Break lines and alerts when those Break lines are Touched (broken) creating a short term momentum entry condition.
For a Bullish Break (Green Up Arrow) to occur: first must have two (or three) consecutive bear (red) candles which is followed by a bull (green) candle creating a pivot point. The breakout occurs then the High of the current Bull (green) exceeds the highest point of the previous two (or three) pivotal bear candles. The green channel Line shows where the current Bullish BreakOut occurs.
For a Bearish Break (Red Down Arrow) to occur: first must have two (or three) consecutive bull (green) candles which is followed by a bear (red) candle creating a pivot point. The breakout occurs when the Low of the current Bear (red) drops below the lowest point of the previous two (or three) pivotal Bull candles. The red channel Line shows where the current Bearish BreakOut occurs.
The break Line Arrows can optionally be filtered by the Coloured MA (enabled by default), a longer term directional MA (disabled by default) and/or a MACD condition (enabled by default) as a momentum filter.
You can optionally select three Bar break lines instead of two. The three bar break lines are actually equivalent to Guppy's Three Bar Count Back Line method for trade entries (see Guppy's video reference below).
Included in this indicator is an ability to display some basic Binary Option statistics, when enabled (enabled by default) it shows Successful Bars in Yellow and failed Bars in Black and the last Nine numbers on the script title line represent the Binary option Statistics in order:
%ITM rate
Total orders
Successful Orders
Failed Orders
Total candles tested
Candles per Day
Trades per Day
Max Consecutive Wins
Max Consecutive Losses
You can start the Binary Option statistics from a specific Date, which is handy for checking more recent history.
HINTS:
BINARY OPTIONS trading: use 5min, 15m, 1hr or even Daily charts. Trade after the price touches one of the Breakout lines and the Arrow first appears. Wait for the price to come back from Break Line by 1 or 2 pips, the alert arrow must stay on and candle change to black, then take Binary trade expiry End of Candle. If price pull back and arrow turns off, don't trade this candle, move on you probably don't have momentum, there will be plenty of other trigger events. The backtesting results are good with ITM rates 65% to 72% on many currency pairs, commodities and indices. Realtime trading has confirmed the backtesting results and they could even be bettered, provided you are selective on which signals to trade (strong MACD support etc), that you are patient and disciplined to this trading method.
FOREX trading: the default settings should work with scalping. For longer term trades try with settings change to a more standard MACD filter or slower to catch the longer term momentum swings and the idea would be to trade the first Break Line alert that occurs after a decent Pullback in the direction of the trend. Setting the SL to just above/below the Pivot High/Low and set target to two or three times SL.
References:
"Fundamentals of Price Action Trading for Forex, Stocks, Options and Futures" video:
www.youtube.com
Other videos by "basecamptrading" on Naked Trading.
"Taking Profits in Today's Market by Daryl Guppy" video:
www.youtube.com
ADX Endor Bollinger BandsThis is a modified version of ADX , and it has a bollinger bands endorsed. An advantage of the indicator is allowing users to capture short term rise or drop of trend strength, particularly useful for scalping.
There are three modes open to users: ADX, DIPlus and DIMinus. Users can simply choose the indicators in their favor. A breach of the upper bollinger band will be in blue, breaching lower band or inside-the-bands signals are painted in pink.
Hope you will enjoy it. Make sure to follow my trading journal and give a thumb up to this post.
Double CCI & RSI AlertHi, I am lonelygrass. It is suggested to use this indicator with my another script, Double CCI & RSI Trigger , . This EA consists of a CCI of 34 periods and RSI of 14 periods.
The alert is created in hopes of distinguishing super short term trend and helping scalping.
In general, triangleup (bullish) and triangledown (bearish) are shown near each bars.
A qualifying bullish bar should (1) have a CCI value equaling 0 or more and (2) have a RSI value equaling 55 or more
Instead, a bearish bar should (1) have a CCI value below 0 and (2) have a RSI value below 45
If you put two systems together, you will get an idea of when to initiate your trade and how to hold onto your trade until a counter signal comes off the graph.
NG [Multi-Stochastics]Multiple stochastic script with trend direction.
* Each base shows 3 lines multiplied by 1.618
* Possible to chose how to calculate MA of stochastics SMA, EMA, DEMA, TEMA.
* Possible to chose how to calculate trend.
* Trend adjustment is to adapt to current situation not for signals
Fast stochastics gives a lot of noise but some times good for scalping.
Fractal Resonance CompositeFractal Resonance Composite compresses 8 timescales of stochastic oscillators into just 3 color-coded composite lines: fast, medium and slow. Fast emphasizes the shorter timescale oscillators, medium considers all 8 timescales evenly, and slow emphasizes the longer timeframe oscillators. The composite lines indicate how overbought/sold the market is relative to the size of its recent movements. Major buys occur when all three composites enter the Oversold (green shaded) range and turn up, and major sells when all three reach the Overbought (red shaded) range and turn down. The fast line's quicker reversals and exaggerated alternations on smaller price moves makes it more fit for scalping. Notice the fast and medium lines tend to snap back toward the slow line like stretched rubber bands.
As is particularly apparent in the slow line, the nifty mathematics of the compositing process reconstruct the topology (peaks and valleys) of the underlying price curve in a smoothly distorted "cartoon" form that has a very useful property: the composite lines are confined to +-100% Extreme Overbought/sold oscillatory ranges. (By definition, only extremely rare "parabolic" moves can push all 3 composites beyond +-100%). If we knew that price would always stay confined to a certain range, trading would be much easier, no? Always buy the bottom of the range and sell the top!
How it works
To understand what's behind this nifty property, consider the mathematics of LazyBear's WaveTrend port .
The formula is fairly simple as indicators go yet statistically fundamental in a way that suggests it should have been the grandfather of all market stochastic oscillators. It's just a running average of the ratio:
(price's current deviation from it's mean)
-----------------------------------------------------------
(running average of absolute |price deviation from the mean| )
In formal statistics notation this is written:
E{ (X - E{X}) / E{|X-E{X}|} }
Where X is the price random variable and E{} the averaging or Expectation operator, implemented in this oscillator as exponential moving averages.
Conceptually, the denominator measures and normalizes by the typical size of recent price moves. This normalization process is what stretches or compresses the local price movements such that the whole composite curve can stay within the oscillatory range.
Attributes
The default fast=.6, medium=1, slow=1.4 compositing factors give each line visually distinct behavior, but can be tweaked to emphasize different oscillator "speeds".
Particular lines can be disabled by setting their line width to 0.
Pivot Boss 4 EMA Summary:
Creates one indicator with four exponential moving averages based off the central pivot point
which assists you in trading pure price action using floor pivots.
This also helps you to avoid getting chopped up during price confluence.
How to use:
When T-Line cross Green Short EMA it can be used for scalping.
When Short EMA pulls back to Medium EMA you can buy more or sell more
without having to exit your position prematurely before trend direction changes.
This can also be used as position entry points to make sure you are getting the best possible price.
When T-Line, Short EMA and Medium EMA cross over Long EMA you go long or short.
HPM Havin# 📊 HPM Havin - Complete ATR Trading System
## 🎯 **OVERVIEW**
**HPM Havin** is an advanced indicator based on the ATR (Average True Range) Trailing Stop concept, designed to identify trends and generate precise market entry and exit signals. This system combines traditional technical analysis with a modern and intuitive interface, providing a complete real-time market view.
---
## ⚡ **KEY FEATURES**
### 🔥 **Smart ATR Trailing Stop**
- Dynamic system that adapts to market volatility
- Trailing stop that automatically follows the trend
- Adjustable sensitivity for different trading styles
### 📈 **Clear Buy/Sell Signals**
- Visual buy (green) and sell (red) signals
- Automatic candle coloring according to trend
- Customizable alerts to never miss opportunities
### 📊 **Complete Information Dashboard**
- **Real-time P&L:** Track your results instantly
- **Risk/Reward:** Total control over risk management
- **Current Score:** 0-10 rating based on multiple indicators
- **Volatility Status:** Monitor market conditions
---
## 🛠️ **ADVANCED FEATURES**
### 🎛️ **Customizable Controls**
- **Key Value (1-10):** Adjust system sensitivity
- **ATR Period:** Configure ATR calculation period
- **Heikin Ashi:** Option to use Heikin Ashi candles for signals
- **Risk/Reward Ratio:** Set your risk/reward proportion
### 📋 **Multi-Indicator Analysis**
- **RSI (30-70):** Overbought/oversold zone identification
- **MACD:** Trend confirmation with Bullish/Bearish signaling
- **Volume:** Volume analysis compared to moving average
- **Volatility:** Automatic classification (Low/Normal/High)
### ⏰ **Multi-Timeframe Analysis**
Visualize trends across 8 timeframes simultaneously:
- 1M, 5M, 15M, 30M (Scalping/Intraday)
- 1H, 4H (Swing Trading)
- 1D, 1W (Position Trading)
---
## 💡 **HOW TO USE**
### 🟢 **Buy Signals**
- Appear when price crosses above ATR Trailing Stop
- Confirmed by multiple technical indicators
- Candles turn green
### 🔴 **Sell Signals**
- Triggered when price crosses below ATR Trailing Stop
- Validated by internal scoring system
- Candles turn red
### 📊 **Dashboard Interpretation**
- **Score 7-10:** High confidence signals
- **Score 4-6:** Moderate signals, wait for confirmation
- **Score 1-3:** Weak signals, avoid entries
---
## 🎯 **RECOMMENDED STRATEGIES**
### 📈 **For Day Trading**
- Use Key Value between 1-3 for higher sensitivity
- Focus on 1M to 15M timeframes
- Monitor volume and volatility
### 📊 **For Swing Trading**
- Set Key Value between 3-5 for stronger signals
- Analyze 1H to 1D timeframes
- Use multi-timeframe for confirmation
### 💼 **For Position Trading**
- Use Key Value 5+ for long-term signals
- Focus on daily and weekly timeframes
- Combine with fundamental analysis
---
## 🚨 **ALERT SYSTEM**
### 📢 **Main Alerts**
- **HPM Long:** Confirmed buy signal
- **HPM Short:** Confirmed sell signal
### 📊 **Additional Alerts**
- **RSI Overbought:** RSI > 70
- **RSI Oversold:** RSI < 30
- **Trend Change:** ATR Trailing Stop changes
---
## ⚙️ **RECOMMENDED SETTINGS**
### 🔧 **For Beginners**
```
Key Value: 3
ATR Period: 14
Heikin Ashi: true
Risk/Reward: 2.0
```
### 🔧 **For Experienced Traders**
```
Key Value: 1-2 (scalping) or 4-5 (swing)
ATR Period: 10
Heikin Ashi: false
Risk/Reward: custom
```
---
## 📈 **HPM HAVIN ADVANTAGES**
✅ **Intuitive Interface:** Clear and organized dashboard
✅ **Multiple Timeframes:** Complete market view
✅ **Risk Management:** Integrated R/R controls
✅ **High Precision:** Proven ATR-based system
✅ **Flexibility:** Adaptable to any trading style
✅ **Smart Alerts:** Never miss an opportunity
---
## ⚠️ **IMPORTANT WARNINGS**
- This indicator is a technical analysis tool and does not guarantee profits
- Always use stop loss and proper risk management
- Test on demo account before using real money
- Combine with fundamental analysis for better results
- Trading involves risks and may result in losses
---
## 🏆 **ABOUT THE DEVELOPER**
HPM Havin was developed with a focus on simplicity and efficiency, combining years of experience in financial markets with the best practices of technical analysis. The goal is to democratize access to professional trading tools for all levels of investors.
---
**🚀 Transform your technical analysis with HPM Havin - The indicator that combines precision, simplicity and results!**
Unified StrategyTraffic Light + Trend Trader
Description:
The Trend Trader strategy leverages the power of moving averages (MAs) and MACD to identify market trends and capitalize on momentum shifts. This indicator is ideal for traders seeking consistent signals for both entry and exit points, making it versatile across various markets, including stocks, forex, and commodities.
Key Features:
Dynamic Trend Detection:
Short and long-term moving averages (MAs) provide insights into the current market trend.
Crossovers between MAs signal potential buy or sell opportunities.
MACD Confirmation:
Combines MA crossovers with MACD for double confirmation of trend changes.
Color-coded background highlights bullish or bearish momentum during active trading sessions.
Session Customization:
Allows traders to focus on specific trading hours by customizing session times.
Ensures the strategy aligns with your preferred trading schedule.
Instrument-Specific Targeting:
Tailored targets for popular instruments like US30, NDX100, GER40, and GOLD.
Adaptable to different volatility profiles and market behaviors.
How to Use:
Buy Signal: When the short MA crosses above the long MA, confirmed by MACD trending upward.
Sell Signal: When the short MA crosses below the long MA, confirmed by MACD trending downward.
Background Colors: Green indicates bullish momentum; red highlights bearish momentum during the session.
Benefits:
Enhances trend-following strategies by reducing noise and false signals.
Suitable for both short-term scalping and long-term trend trading.
Highly customizable for different trading styles and instruments.
Tags:
Trend Trader, Moving Average Crossover, MACD, Forex, Stocks, Scalping, Swing Trading, Long, Short, TradingView Indicator.
Additional Instructions:
Ensure session times and target levels are tailored to your trading strategy.
Unified Strategy
Traffic Light + Trend Trader
Description:
The Trend Trader strategy leverages the power of moving averages (MAs) and MACD to identify market trends and capitalize on momentum shifts. This indicator is ideal for traders seeking consistent signals for both entry and exit points, making it versatile across various markets, including stocks, forex, and commodities.
Key Features:
Dynamic Trend Detection:
Short and long-term moving averages (MAs) provide insights into the current market trend.
Crossovers between MAs signal potential buy or sell opportunities.
MACD Confirmation:
Combines MA crossovers with MACD for double confirmation of trend changes.
Color-coded background highlights bullish or bearish momentum during active trading sessions.
Session Customization:
Allows traders to focus on specific trading hours by customizing session times.
Ensures the strategy aligns with your preferred trading schedule.
Instrument-Specific Targeting:
Tailored targets for popular instruments like US30, NDX100, GER40, and GOLD.
Adaptable to different volatility profiles and market behaviors.
How to Use:
Buy Signal: When the short MA crosses above the long MA, confirmed by MACD trending upward.
Sell Signal: When the short MA crosses below the long MA, confirmed by MACD trending downward.
Background Colors: Green indicates bullish momentum; red highlights bearish momentum during the session.
Benefits:
Enhances trend-following strategies by reducing noise and false signals.
Suitable for both short-term scalping and long-term trend trading.
Highly customizable for different trading styles and instruments.
Tags:
Trend Trader, Moving Average Crossover, MACD, Forex, Stocks, Scalping, Swing Trading, Long, Short, TradingView Indicator.
Additional Instructions:
Ensure session times and target levels are tailored to your trading strategy.
Sistema Bitcoin CompletoBitcoin Complete System - Advanced Scalping & Main Strategy
📊 Overview
This comprehensive Bitcoin trading system combines multiple momentum indicators to identify high-probability entry points across different timeframes. The indicator automatically adapts its behavior based on the selected timeframe and provides two distinct trading approaches.
🎯 Key Features
Dual System Architecture: Scalp system (3m/5m) and Main system (15m+)
Advanced Convergence Logic: Requires multiple indicators to align before signaling
Dynamic Information Panel: Real-time display of indicator states and convergence status
Automated Timeframe Detection: Optimizes settings based on current chart timeframe
Bitcoin-Focused: Specifically designed for BTC/USD trading pairs
⚡ Scalp System (3m/5m Timeframes)
Signal Requirements
Long Signal (Yellow Circle Below Bar):
Williams %R ≤ -80 (Oversold)
Stochastic %K ≤ 20 (Oversold)
RSI ≤ 33 (Deep Oversold)
ALL THREE must be satisfied simultaneously
Short Signal (Yellow Circle Above Bar):
Williams %R ≥ -20 (Overbought)
Stochastic %K ≥ 80 (Overbought)
RSI ≥ 67 (Deep Overbought)
ALL THREE must be satisfied simultaneously
Scalp Strategy Logic
The scalp system uses a strict convergence approach where divergence between indicators results in NO signals. This dramatically reduces false signals and increases accuracy by ensuring all momentum indicators are aligned in the same direction.
📈 Main System (15m+ Timeframes)
Scoring Algorithm
The main system uses a sophisticated scoring mechanism that evaluates multiple confluence factors:
Buy Signals (Green Triangle + Score):
Williams %R oversold: +1 point
Stochastic oversold: +1 point
RSI touching oversold line (25-35): +0.5 points
RSI breaking oversold line (≤30): +1 point
RSI extremely low (≤20): +2 points
High volume: +1 point
Price near EMA 200: +0.5 points
Price near Fibonacci 61.8%: +0.5 points
Sell Signals (Red Triangle + Score):
Williams %R overbought: +1 point
Stochastic overbought: +1 point
RSI touching overbought line (65-75): +0.5 points
RSI breaking overbought line (≥70): +1 point
RSI extremely high (≥80): +2 points
High volume: +1 point
Price near EMA 200: +0.5 points
Price near Fibonacci 50%: +0.5 points
Signal Classification
🔥 ULTRA PREMIUM: Score ≥ 6 points
💎 PREMIUM: Score ≥ 4 points
💪 STRONG: Score ≥ 3 points
⚡ MEDIUM: Score < 3 points
🔧 Configuration Options
General Settings
Show Information Panel: Display real-time indicator values and convergence status
Show Support/Resistance Levels: Plot EMA and Fibonacci levels
Main System Settings
Minimum Score: Threshold for signal generation (default: 3)
Use Fibonacci: Enable/disable Fibonacci retracement levels
Scalp System Settings
Double Alerts: Enable progressive alert system
📱 Information Panel
The dynamic information panel shows:
Current timeframe and system type
Real-time indicator values and states
Convergence status for each signal type
Signal requirements and current status
🚨 Alert System
Comprehensive alert notifications for:
Scalp signals (possible and activated)
Main system buy/sell signals
Custom messages with price, timeframe, and confluence details
🎮 How to Use
Add to Chart: Apply indicator to Bitcoin chart
Select Timeframe: Choose 3m/5m for scalping or 15m+ for main strategy
Monitor Panel: Watch convergence status in real-time
Set Alerts: Configure notifications for your preferred signals
Confirm Signals: Always verify with price action and market context
⚠️ Important Notes
Bitcoin Only: Designed specifically for BTC trading pairs
Convergence Required: No signals appear during indicator divergence
Real-time Updates: Panel updates continuously with market data
Risk Management: Always use proper position sizing and stop losses
🔍 Advanced Features
Volume Confirmation: Higher volume adds to signal strength
Fibonacci Integration: Automatic calculation of key retracement levels
Multi-timeframe Optimization: Different logic for different timeframes
State Persistence: Tracks indicator conditions across bars
This system represents a sophisticated approach to Bitcoin trading, combining the precision of multiple momentum indicators with the flexibility to adapt to different trading styles and timeframes.
Tick Tack by TradeSeekers"Tick Tack" is a unique first of it's kind attempt at recreating market breadth index "TICK" for all sessions and all markets. Do not confuse this with tick charts.
Backstory
The fun aptly named "Tick Tack" has similar visuals to a market breadth indicator I created, MIT (Market Internal Trend) . For comparative demonstrations it has been included in the publication chart but is not required for Tick Tack usage.
MIT centers on the "TICK" index in a unique bias colored histogram display, where extreme high tick values indicate potential for buy side exhaustion, and inversely, extreme low tick values indicate potential for sell side exhaustion.
The issue with market breadth/internal data is the unavailability in non-RTH sessions, something this indicator resolves. Also TICK isn't available for crypto markets, non-US markets, etc. Tick Tack can be applied to virtually any market.
Neutral Range
Given that TICK index is a ratio and operates on a known range (~1000 +/-), many measures surrounding TICK are statically anchored.
When recreating the concept of TICK on an unbounded market, certain concessions had to be made, the first being the boundaries.
Tick Tack reads the market and creates a dynamic boundary for the "tick like" high and low extreme areas. That is the neutral range and is similarly colored to the MIT indicator.
Conventional trading wisdom indicates that TICK index values between 500 +/- are neutral/chop and have no edge.
Breaks
Any sufficiently high or low breaks beyond the neutral range are considered breaks and colored to indicate this event. Deviation calculations are used to indicate the strength level.
If a break of significant strength is detected, it'll be marked as "extreme" with color and a diamond plot, exactly like MIT.
"Tick" Trend
A simple SMA trend, like MIT, is made optionally available to show direction of the histogram measure.
"TRIN" Dots
TRIN, or "traders index", aims to present a numerical value indicating buy and sell sentiment. Intraday this index adjusts in realtime to market breadth price and volume advancement or decline with a publicly available formula for the entire market (NYSE typically).
Given that Tick Tack isn't making use of market breadth data, some creativity was employed here with a different take on the concept.
At times where measurement indicates directional movement, Tick Tack will display white dots at the histogram zero point, otherwise if balance is detected then the dots will be orange. If neither measure fires a detection, no dots will be displayed.
Usage
It's been primarily designed to emulate TICK index for intraday trading, scalping and similar.
Once sufficiently settled on directionality, range, etc. Utilize the histogram to find key break points to counter or join depending on market conditions.
Often times with TICK, the extreme breaks can be counter signals for quick mean reversion scalps.
Look for histogram and price action divergences for V signals near key pivots.
Tick Tack hasn't been tested nor designed for anything higher timeframe, but a benefit of this indicator vs TICK index is that it works on any timeframe with scaled resolution. It's entirely possible that this indicator has usefulness in higher timeframes.
Considerations
Tick Tack operates under the premise that mostly the market breadth will impact the market being charted and should provide a close approximation. If the charted market has low correlation to breadth then assume this TICK like display will have little to no similarity to the real TICK index (which may be acceptable).
Where Tick Tack and the TICK index will potentially see wide divergence will be near open of RTH. In many cases, with gaps in the NYSE or similar market breadth data, it will take some time for TICK index to catch up to current market conditions. Tick Tack will not suffer from this issue if utilizing extended session data and may provide a clearer picture.
Do note that Tick Tack is not claiming to present actual market breadth information and while it can be used for scalping, like TICK, I'm unsure it can be trusted for the same reasons as TICK.
Final Notes
I've received countless messages, questions and comments that my other market breadth tools be made available to extended sessions, non-US markets and crypto.
My thought process was that if I could create something that closely matched TICK index in regular trading hours, then perhaps it would provide similar indications and usefulness in extended session.
Ultimate BB Pro [99% Accuracy]Ultimate Bollinger Bands Pro Indicator Description
🎯 What You See on the Chart:
1. Adaptive Bollinger Bands (main lines):
Red line on top - Upper band (resistance)
Gray dotted line - Middle line (moving average)
Green line on bottom - Lower band (support)
Blue fill between bands shows volatility channel
2. Entry Signals:
Green "BUY 75%" labels - Buy signals with confidence percentage
Red "SELL 82%" labels - Sell signals with confidence percentage
Percentage shows signal strength (70-100%)
3. Information Dashboard (top left corner):
INDICATOR STATUS: ULTRA BB PRO
Volatility: MEDIUM // Current market volatility
Volume: HIGH // Volume activity level
ADX: 28 STRONG // Trend strength indicator
Trend: BULLISH // Trend direction
RSI: 45 NEUTRAL // Overbought/oversold status
CVD: BUYING // Cumulative volume delta
BB Width: 2.3% NORMAL // Bollinger band width
Signal Ready: BUY READY! // Signal readiness status
4. Visual Cues:
Yellow bars - Bollinger squeeze (preparing for movement)
Green background highlight - Strong BUY signal zone (90%+)
Red background highlight - Strong SELL signal zone (90%+)
Dotted horizontal lines - Liquidity levels
📊 How to Read Signals:
BUY Signal Appears When:
Price touches or breaks below lower band
Hammer pattern forms (long lower shadow)
Volume exceeds average by 1.5x+
RSI shows oversold condition (<30)
CVD shows accumulation (buying pressure)
Higher timeframe in uptrend
SELL Signal Appears When:
Price touches or breaks above upper band
Shooting star pattern forms (long upper shadow)
Volume spike on selling
RSI shows overbought condition (>70)
CVD shows distribution (selling pressure)
Higher timeframe in downtrend
🎨 Color Scheme:
Green = Bullish/Buy/Positive
Red = Bearish/Sell/Negative
Yellow = Warning/Squeeze
Gray = Neutral/Waiting
Blue = Informational/Background
💡 Adaptive Features:
Band width automatically expands during high volatility
Calculation period adjusts from 10 to 50 bars based on market conditions
Deviation multiplier adapts from 1.5 to 3.0
📈 Performance Statistics:
70-79% - Regular signal (trade with caution)
80-89% - Strong signal (recommended entry)
90-100% - Ultra signal (maximum confidence)
⚡ Quick Tips:
"SQUEEZE" in panel = Strong move preparing
"EXTREME" volume = Institutional activity
"BUY READY!" = All buy conditions met
Yellow bars = Don't trade, wait for breakout
🔧 Technical Components:
The indicator combines 10+ analysis methods:
Adaptive Bollinger Bands
Volume Profile Analysis
Cumulative Volume Delta (CVD)
RSI with divergence detection
Stochastic oscillator
MACD confirmation
ADX trend strength
Multi-timeframe analysis
Price action patterns
Liquidity zone detection
📱 Best Usage:
Wait for 80%+ signals for highest probability trades
Check dashboard status before entering
Confirm volume is above average
Trade only during active sessions
Use 1-2 tick profit targets for scalping
⚠️ Risk Management:
Never trade during "SQUEEZE" - wait for breakout
Avoid signals below 70% confidence
Check spread before entry - must be tight
Exit immediately if signal reverses
This indicator provides institutional-grade analysis optimized for 1-minute scalping with near-perfect accuracy when all confirmations align!
[AI] Advanced SMC Suite Pro █ by SpeedEdge# 🔥 Advanced SMC Suite Pro █ Order Blocks + FVG + Liquidity
## The Ultimate Smart Money Concepts Trading Suite - Powered by AI Technology
Transform your trading with the most comprehensive SMC indicator on TradingView. This professional-grade suite combines all essential Smart Money Concepts tools in one powerful package, featuring AI-enhanced detection algorithms and institutional-level analysis.
---
## ✨ KEY FEATURES
### 📊 **Market Structure Analysis**
✅ **Automatic BOS Detection** - Identifies Break of Structure for trend continuation
✅ **CHoCH Identification** - Spots Change of Character for early trend reversals
✅ **HH/HL/LH/LL Tracking** - Complete market structure visualization
✅ **Dynamic Trend Analysis** - Real-time trend state with visual confirmation
✅ **Pivot Point Mapping** - Smart pivot detection with customizable sensitivity
### 🎯 **Order Block Detection**
✅ **Institutional Order Blocks** - Identifies key supply/demand zones
✅ **Volume-Weighted Analysis** - Shows volume data on each order block
✅ **Mitigation Tracking** - Monitors when order blocks are tested
✅ **Smart Filtering** - Only shows high-probability order blocks
✅ **Multi-Timeframe Support** - Works on all timeframes seamlessly
### 💎 **Fair Value Gap (FVG) Analysis**
✅ **Automatic FVG Detection** - Finds imbalance zones in real-time
✅ **Size Filtering** - Customizable minimum gap size
✅ **Mitigation Alerts** - Notifies when gaps are filled
✅ **Visual Management** - Option to hide mitigated FVGs
✅ **Directional Classification** - Bullish and bearish FVG identification
### ⚡ **Liquidity Detection & Sweeps**
✅ **Equal Highs/Lows** - Identifies liquidity pools automatically
✅ **Sweep Detection** - Spots stop hunts and liquidity grabs
✅ **Multi-Touch Validation** - Stronger levels with more touches
✅ **Previous Day/Week Levels** - Key institutional reference points
✅ **Visual Sweep Markers** - Lightning bolt symbols for sweep events
### 🔔 **Advanced Alert System**
✅ **BOS/CHoCH Alerts** - Instant structure break notifications
✅ **Order Block Alerts** - Formation and mitigation alerts
✅ **FVG Alerts** - Gap creation and fill notifications
✅ **Liquidity Sweep Alerts** - Stop hunt detection
✅ **Customizable Messages** - Detailed alert descriptions
### 📈 **Professional Features**
✅ **Info Dashboard** - Real-time statistics and market state
✅ **Color Customization** - Full control over visual appearance
✅ **Performance Optimized** - Smooth operation on all devices
✅ **Mobile Friendly** - Works perfectly on TradingView mobile
✅ **Clean UI Design** - Professional, uncluttered charts
---
## 🎯 PERFECT FOR
• **Day Traders** - Precise intraday entry and exit points
• **Swing Traders** - Major structure levels and trends
• **Scalpers** - Quick liquidity sweep opportunities
• **Position Traders** - Long-term market structure analysis
• **Prop Firm Traders** - Professional-grade tools for funded accounts
---
## 📱 WORKS ON ALL MARKETS
✅ **Forex** - Major, minor, and exotic pairs
✅ **Crypto** - Bitcoin, Ethereum, altcoins
✅ **Stocks** - Individual stocks and ETFs
✅ **Indices** - S&P 500, NASDAQ, DOW, etc.
✅ **Commodities** - Gold, Silver, Oil, etc.
✅ **Futures** - All futures contracts
---
## ⚙️ QUICK START GUIDE
### 1️⃣ **Add to Chart**
Click "Add to Favorites" and apply to any chart
### 2️⃣ **Configure Settings**
- Adjust pivot length for your timeframe (5 for intraday, 10-20 for higher TF)
- Set Order Block lookback based on your trading style
- Configure FVG minimum size (0.1% works well for most markets)
- Adjust liquidity sensitivity for your instrument
### 3️⃣ **Interpret Signals**
- **Green Background** = Bullish market structure
- **Red Background** = Bearish market structure
- **Blue Boxes** = Demand zones (bullish order blocks)
- **Red Boxes** = Supply zones (bearish order blocks)
- **Purple Lines** = Liquidity levels
- **⚡ Symbol** = Liquidity sweep occurred
### 4️⃣ **Set Alerts**
Right-click the indicator name → "Add Alert" → Configure your preferences
---
## 📚 TRADING STRATEGIES
### **Strategy 1: BOS Continuation**
1. Wait for BOS in trending market
2. Enter on retest of nearest Order Block
3. Stop loss below/above the Order Block
4. Target next liquidity level or structure
### **Strategy 2: Liquidity Sweep Reversal**
1. Identify liquidity levels (equal highs/lows)
2. Wait for sweep (wick above/below with close back inside)
3. Enter in direction of sweep rejection
4. Stop loss beyond sweep point
### **Strategy 3: FVG Fill Trading**
1. Identify large FVGs in trending market
2. Enter when price returns to fill gap
3. Stop loss beyond the FVG
4. Target in direction of original trend
---
## 🛠️ ADVANCED SETTINGS EXPLAINED
### **Market Structure Settings**
- **Pivot Lookback**: Lower = more sensitive, Higher = major swings only
- **Show Structure Lines**: Connects swing points for visual clarity
### **Order Block Settings**
- **OB Lookback**: How many bars to scan for order blocks
- **Max Display**: Prevents chart clutter (5-10 recommended)
- **Show Volume**: Displays volume data on blocks
### **FVG Settings**
- **Min Size %**: Filters out small gaps (0.1-0.5% recommended)
- **Hide Mitigated**: Removes filled FVGs from chart
### **Liquidity Settings**
- **Sensitivity %**: How close highs/lows must be (0.1% for precision)
- **Min Touches**: Validation requirement (2-3 recommended)
---
## 🌟 WHY CHOOSE ADVANCED SMC SUITE PRO?
### **🤖 AI-Enhanced Detection**
Our proprietary algorithms use pattern recognition to identify only the highest probability setups, reducing false signals and improving accuracy.
### **📊 All-in-One Solution**
Stop juggling multiple indicators. Everything you need for SMC trading in one powerful, integrated suite.
### **⚡ Real-Time Performance**
Optimized code ensures smooth operation even on lower-end devices with zero lag or delays.
### **🎨 Professional Design**
Clean, modern interface that looks great on streams, screenshots, and presentations.
### **📈 Proven Results**
Tested on thousands of charts across all markets with consistent, reliable performance.
### **🔄 Regular Updates**
Continuous improvements and new features based on community feedback.
---
## 💡 PRO TIPS
1. **Combine with Volume** - Order blocks with high volume are strongest
2. **Multi-Timeframe Analysis** - Check higher timeframe structure first
3. **Confluence is Key** - Best setups have multiple SMC factors aligning
4. **Patience Pays** - Wait for price to come to your levels
5. **Risk Management** - Always use stop losses based on structure
---
## 🎯 INDICATOR SETTINGS RECOMMENDATIONS
### **For Scalping (1-5min charts)**
- Pivot Length: 3-5
- OB Lookback: 10-15
- FVG Min Size: 0.05%
- Liquidity Sensitivity: 0.05%
### **For Day Trading (15min-1H)**
- Pivot Length: 5-7
- OB Lookback: 20-30
- FVG Min Size: 0.1%
- Liquidity Sensitivity: 0.1%
### **For Swing Trading (4H-Daily)**
- Pivot Length: 10-15
- OB Lookback: 30-50
- FVG Min Size: 0.2%
- Liquidity Sensitivity: 0.2%
---
## 📞 SUPPORT & COMMUNITY
- 💬 **Comments Section** - Ask questions directly on the indicator page
- 📧 **Email Support** -
--
## ⚠️ RISK DISCLAIMER
Trading involves substantial risk of loss and is not suitable for every investor. Past performance is not indicative of future results. This indicator is for educational purposes and should not be considered financial advice. Always do your own research and use proper risk management.
---
## 🔄 VERSION HISTORY
**v1.0** (Current)
- Initial release with full SMC suite
- Market structure analysis
- Order block detection
- Fair value gap identification
- Liquidity level mapping
- Comprehensive alert system
---
## 🙏 CREDITS
Developed with passion by
Special thanks to the Pine Script community for inspiration and feedback.
---
**🏷️ TAGS**
#SMC #SmartMoneyConcepts #OrderBlocks #FairValueGap #Liquidity #MarketStructure #BOS #CHoCH #AI #Trading #Forex #Crypto #Stocks #DayTrading #SwingTrading #Scalping #TechnicalAnalysis #PriceAction #InstitutionalTrading #SupplyDemand #ProfessionalTrading
---
### ⭐ If you find this indicator helpful, please leave a like and comment! Your support helps us create more quality tools for the community.
### 🚀 Click "Add to Favorites" to start using Advanced SMC Suite Pro today!
GoatsMACDThis is a multi-layered trend scalping tool that combines MACD cross signals with dynamic trend filters including Bollinger Bands, EMA clouds, and VWAP for clearer trend identification and trade timing.
🔍 Features:
MACD Cross Dots: Tiny dots mark MACD bullish and bearish crossovers directly on the oscillator pane.
Customizable MACD Settings: Toggle between EMA or SMA calculation for MACD, with adjustable fast/slow lengths and signal smoothing.
Bollinger Bands Overlay: Optional 420-period BB with 0.5 standard deviation for mean reversion and volatility compression.
Triple EMA Clouds:
Cloud 1: EMA 21 vs 55
Cloud 2: EMA 89 vs 120
Cloud 3: EMA 200 vs 240
Each cloud changes color based on bullish/bearish EMA relationships to confirm trend strength and direction.
VWAP Support: Plots a session-based VWAP as an additional dynamic support/resistance zone.
Alerts Included: Receive alerts on bullish or bearish MACD crossovers.
🧠 How to Use:
Use MACD dots to spot early trend shifts.
Confirm direction with the EMA clouds: trade only in alignment with cloud direction.
Use Bollinger Bands and VWAP for entries near key zones.
Ideal for scalping, trend following, or confirmation on multi-timeframe setups.
⚙️ Customizable Inputs:
Full control over MACD lengths and moving average type
Adjustable BB settings
Modify each EMA pair independently for all clouds
Paul_BDT Osc. MACD, ADX, CHOP, RSI & CVD🔧 Overview
Modular multi-oscillator engine designed for actionable and filtered trading signals. It combines the power of MACD, ADX, CHOP, RSI, and CVD, integrates advanced divergence detection, a multi-timeframe dashboard, and a built-in risk management system.
⸻
🚨 Alert System
Alerts are organized by signal type, oscillator used, and timeframe block, with precision controls for filtering and sensitivity.
1. Oscillator Alerts (Osc.)
Triggers ▲ / ▼ triangle markers based on trend momentum shifts detected on the selected oscillator:
• MACD: triggers when histogram crosses 0 with bullish or bearish slope
• ADX: triggers on directional breakout with increasing trend strength
• CHOP: signals trend resumption after choppy market phase
• RSI: breakout from dynamic support/resistance using pivot detection
• CVD: shift in buy/sell pressure based on aggregated volume delta
✅ All signals optionally trigger on bar close only (if enabled)
2. Divergence Alerts (Div.)
Automatic detection of:
• 🔼 Regular Divergences
• Bullish: Lower lows in price, higher lows in oscillator
• Bearish: Higher highs in price, lower highs in oscillator
• 🔁 Hidden Divergences
• Hidden Bullish: Higher lows in price, lower lows in oscillator
• Hidden Bearish: Lower highs in price, higher highs in oscillator
Alert trigger logic:
• Divergences only trigger if confirmed by price action:
→ breakout from wick or close beyond BB/RSI dynamic bands
• Alerts are non-repeating (fires only on signal change)
🔔 divergeUP and divergeDN are fired when divergence AND price condition are met.
3. Reversal Alerts (Rev.)
Strict combo alert:
• reverseUP = divergeUP AND bullish wick breakout
• reverseDN = divergeDN AND bearish wick breakout
🧠 These are high-conviction signals, ideal for swing entries or reversion trades.
📊 Multi-Timeframe Support (4 Blocks)
4 independent blocks:
• Scalp, Intra, Swing, Custom
• Each block accepts 3 sorted timeframes
• You can individually enable:
• Oscillator alerts
• Divergences
• Reversals
Example:
• Scalp: RSI only, no divergence
• Intra: CVD + reversal only
• Swing: MACD + divergence + reversal
Each timeframe is dynamically sorted and shown in a structured dashboard grid (TF01 to TF12), making the multi-timeframe readout seamless.
⸻
⚙️ Additional Features
• Full visual panel with color-coded trend indicators
• Take Profit/Exit Alerts available on a custom timeframe
• Built-in Money Management:
• % or USD risk
• Configurable R/R ratio
• Minimum PnL threshold (filter out low-return setups)
⸻
✅ Best Use Cases
• High-frequency scalping (1s–1min) with real-time oscillator breakouts
• Structured intraday/swing planning using divergence + reversal logic
• Manual backtesting and alert-based discretionary entries
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
🧠 Fonctionnalités
• Oscillateurs personnalisables : activez un indicateur à la fois (MACD, ADX, CHOP, RSI, ou CVD) pour une analyse ciblée et lisible.
• Détection des divergences :
• Divergences classiques (bullish/bearish),
• Divergences cachées (hidden bullish/bearish),
• Filtres avancés pour ne détecter que les signaux pertinents (crossover/crossunder + break de mèche).
• Multi-timeframes :
• Jusqu’à 4 blocs configurables (scalp, intra, swing, custom),
• Tri automatique des UT,
• Alertes différenciées par bloc et par type de signal.
• Visualisation modulaire :
• Tableau de synthèse personnalisable, affichant l’état de chaque indicateur par UT,
• Affichage hors graphique ou directement sur le chart,
• Couleurs dynamiques pour les signaux haussiers, baissiers ou neutres.
• Gestion du risque intégrée :
• Paramétrez le risque en % du capital ou en valeur absolue (USD),
• Ratio risk/reward configurable pour filtrer les signaux,
• Seuil de profit minimum (PnL) configurable pour filtrer les signaux.
• Support de volumes agrégés multi-exchange pour CVD : compatible avec les plateformes crypto (BITGET, BINANCE, etc).
⸻
⚙️ Personnalisation
• Choix du type de moyenne mobile (EMA, RMA, VWAP, etc.).
• Activation sélective des signaux (Oscillateur, Divergence, Renversement) pour chaque bloc de timeframes.
⸻
📈 Alertes intégrées
• Compatibles avec les alertes automatiques de TradingView,
• Détection de signaux d’entrée (achat/vente), divergences, renversements,
• Configuration des alertes par type de signal et par timeframe (scalp/intra/swing/custom).
⸻
🔍 Utilisations recommandées
• Scalping haute fréquence (1s à 1min),
• Intraday en multi-UT (5 à 30min),
• Swing trading (1H à 1D),
• Analyse technique avancée sur crypto, indices, forex ou actions.
⸻
📌 Conclusion
Ce script combine précision algorithmique et flexibilité de personnalisation.
Alex Scalper with Volatility CheckAlex Scalper with Volatility Check - Script Description
This Pine Script indicator is a comprehensive scalping strategy designed for short-term trading with built-in risk management and volatility filtering.
Key Features:
📊 Core Strategy:
Uses VWAP (Volume Weighted Average Price) as the primary trend filter
Employs Stochastic oscillator for entry timing (oversold/overbought conditions)
Generates buy signals when price is above VWAP with stochastic momentum
Generates sell signals when price is below VWAP with stochastic reversal
🛡️ Risk Management:
Volatility Protection: Automatically pauses trading during high volatility periods using ATR and Bollinger Band width analysis
Multi-Target System: Three take-profit levels (10, 15, 25 points) for progressive profit-taking
Fixed Stop Loss: 20-point stop loss protection
Position Sizing: Dynamic lot size adjustment based on win/loss performance
⏰ Trading Hours:
Restricted to US market hours (9:30-11:30 AM and 2:00-4:00 PM EST)
Prevents trading during low-liquidity periods
🔔 Alert System:
Real-time buy/sell alerts with complete trade information
Includes entry price, stop loss, take profit levels, and position size
Ready for automated trading integration
📈 Visual Elements:
Green triangles for buy signals below price bars
Red triangles for sell signals above price bars
Orange volatility warning labels during high-risk periods
This script is ideal for traders seeking a systematic approach to scalping with built-in protection against volatile market conditions.
Ergodic Market Divergence (EMD)Ergodic Market Divergence (EMD)
Bridging Statistical Physics and Market Dynamics Through Ensemble Analysis
The Revolutionary Concept: When Physics Meets Trading
After months of research into ergodic theory—a fundamental principle in statistical mechanics—I've developed a trading system that identifies when markets transition between predictable and unpredictable states. This indicator doesn't just follow price; it analyzes whether current market behavior will persist or revert, giving traders a scientific edge in timing entries and exits.
The Core Innovation: Ergodic Theory Applied to Markets
What Makes Markets Ergodic or Non-Ergodic?
In statistical physics, ergodicity determines whether a system's future resembles its past. Applied to trading:
Ergodic Markets (Mean-Reverting)
- Time averages equal ensemble averages
- Historical patterns repeat reliably
- Price oscillates around equilibrium
- Traditional indicators work well
Non-Ergodic Markets (Trending)
- Path dependency dominates
- History doesn't predict future
- Price creates new equilibrium levels
- Momentum strategies excel
The Mathematical Framework
The Ergodic Score combines three critical divergences:
Ergodic Score = (Price Divergence × Market Stress + Return Divergence × 1000 + Volatility Divergence × 50) / 3
Where:
Price Divergence: How far current price deviates from market consensus
Return Divergence: Momentum differential between instrument and market
Volatility Divergence: Volatility regime misalignment
Market Stress: Adaptive multiplier based on current conditions
The Ensemble Analysis Revolution
Beyond Single-Instrument Analysis
Traditional indicators analyze one chart in isolation. EMD monitors multiple correlated markets simultaneously (SPY, QQQ, IWM, DIA) to detect systemic regime changes. This ensemble approach:
Reveals Hidden Divergences: Individual stocks may diverge from market consensus before major moves
Filters False Signals: Requires broader market confirmation
Identifies Regime Shifts: Detects when entire market structure changes
Provides Context: Shows if moves are isolated or systemic
Dynamic Threshold Adaptation
Unlike fixed-threshold systems, EMD's boundaries evolve with market conditions:
Base Threshold = SMA(Ergodic Score, Lookback × 3)
Adaptive Component = StDev(Ergodic Score, Lookback × 2) × Sensitivity
Final Threshold = Smoothed(Base + Adaptive)
This creates context-aware signals that remain effective across different market environments.
The Confidence Engine: Know Your Signal Quality
Multi-Factor Confidence Scoring
Every signal receives a confidence score based on:
Signal Clarity (0-35%): How decisively the ergodic threshold is crossed
Momentum Strength (0-25%): Rate of ergodic change
Volatility Alignment (0-20%): Whether volatility supports the signal
Market Quality (0-20%): Price convergence and path dependency factors
Real-Time Confidence Updates
The Live Confidence metric continuously updates, showing:
- Current opportunity quality
- Market state clarity
- Historical performance influence
- Signal recency boost
- Visual Intelligence System
Adaptive Ergodic Field Bands
Dynamic bands that expand and contract based on market state:
Primary Color: Ergodic state (mean-reverting)
Danger Color: Non-ergodic state (trending)
Band Width: Expected price movement range
Squeeze Indicators: Volatility compression warnings
Quantum Wave Ribbons
Triple EMA system (8, 21, 55) revealing market flow:
Compressed Ribbons: Consolidation imminent
Expanding Ribbons: Directional move developing
Color Coding: Matches current ergodic state
Phase Transition Signals
Clear entry/exit markers at regime changes:
Bull Signals: Ergodic restoration (mean reversion opportunity)
Bear Signals: Ergodic break (trend following opportunity)
Confidence Labels: Percentage showing signal quality
Visual Intensity: Stronger signals = deeper colors
Professional Dashboard Suite
Main Analytics Panel (Top Right)
Market State Monitor
- Current regime (Ergodic/Non-Ergodic)
- Ergodic score with threshold
- Path dependency strength
- Quantum coherence percentage
Divergence Metrics
- Price divergence with severity
- Volatility regime classification
- Strategy mode recommendation
- Signal strength indicator
Live Intelligence
- Real-time confidence score
- Color-coded risk levels
- Dynamic strategy suggestions
Performance Tracking (Left Panel)
Signal Analytics
- Total historical signals
- Win rate with W/L breakdown
- Current streak tracking
- Closed trade counter
Regime Analysis
- Current market behavior
- Bars since last signal
- Recommended actions
- Average confidence trends
Strategy Command Center (Bottom Right)
Adaptive Recommendations
- Active strategy mode
- Primary approach (mean reversion/momentum)
- Suggested indicators ("weapons")
- Entry/exit methodology
- Risk management guidance
- Comprehensive Input Guide
Core Algorithm Parameters
Analysis Period (10-100 bars)
Scalping (10-15): Ultra-responsive, more signals, higher noise
Day Trading (20-30): Balanced sensitivity and stability
Swing Trading (40-100): Smooth signals, major moves only Default: 20 - optimal for most timeframes
Divergence Threshold (0.5-5.0)
Hair Trigger (0.5-1.0): Catches every wiggle, many false signals
Balanced (1.5-2.5): Good signal-to-noise ratio
Conservative (3.0-5.0): Only extreme divergences Default: 1.5 - best risk/reward balance
Path Memory (20-200 bars)
Short Memory (20-50): Recent behavior focus, quick adaptation
Medium Memory (50-100): Balanced historical context
Long Memory (100-200): Emphasizes established patterns Default: 50 - captures sufficient history without lag
Signal Spacing (5-50 bars)
Aggressive (5-10): Allows rapid-fire signals
Normal (15-25): Prevents clustering, maintains flow
Conservative (30-50): Major setups only Default: 15 - optimal trade frequency
Ensemble Configuration
Select markets for consensus analysis:
SPY: Broad market sentiment
QQQ: Technology leadership
IWM: Small-cap risk appetite
DIA: Blue-chip stability
More instruments = stronger consensus but potentially diluted signals
Visual Customization
Color Themes (6 professional options):
Quantum: Cyan/Pink - Modern trading aesthetic
Matrix: Green/Red - Classic terminal look
Heat: Blue/Red - Temperature metaphor
Neon: Cyan/Magenta - High contrast
Ocean: Turquoise/Coral - Calming palette
Sunset: Red-orange/Teal - Warm gradients
Display Controls:
- Toggle each visual component
- Adjust transparency levels
- Scale dashboard text
- Show/hide confidence scores
- Trading Strategies by Market State
- Ergodic State Strategy (Primary Color Bands)
Market Characteristics
- Price oscillates predictably
- Support/resistance hold
- Volume patterns repeat
- Mean reversion dominates
Optimal Approach
Entry: Fade moves at band extremes
Target: Middle band (equilibrium)
Stop: Just beyond outer bands
Size: Full confidence-based position
Recommended Tools
- RSI for oversold/overbought
- Bollinger Bands for extremes
- Volume profile for levels
- Non-Ergodic State Strategy (Danger Color Bands)
Market Characteristics
- Price trends persistently
- Levels break decisively
- Volume confirms direction
- Momentum accelerates
Optimal Approach
Entry: Breakout from bands
Target: Trail with expanding bands
Stop: Inside opposite band
Size: Scale in with trend
Recommended Tools
- Moving average alignment
- ADX for trend strength
- MACD for momentum
- Advanced Features Explained
Quantum Coherence Metric
Measures phase alignment between individual and ensemble behavior:
80-100%: Perfect sync - strong mean reversion setup
50-80%: Moderate alignment - mixed signals
0-50%: Decoherence - trending behavior likely
Path Dependency Analysis
Quantifies how much history influences current price:
Low (<30%): Technical patterns reliable
Medium (30-50%): Mixed influences
High (>50%): Fundamental shift occurring
Volatility Regime Classification
Contextualizes current volatility:
Normal: Standard strategies apply
Elevated: Widen stops, reduce size
Extreme: Defensive mode required
Signal Strength Indicator
Real-time opportunity quality:
- Distance from threshold
- Momentum acceleration
- Cross-validation factors
Risk Management Framework
Position Sizing by Confidence
90%+ confidence = 100% position size
70-90% confidence = 75% position size
50-70% confidence = 50% position size
<50% confidence = 25% or skip
Dynamic Stop Placement
Ergodic State: ATR × 1.0 from entry
Non-Ergodic State: ATR × 2.0 from entry
Volatility Adjustment: Multiply by current regime
Multi-Timeframe Alignment
- Check higher timeframe regime
- Confirm ensemble consensus
- Verify volume participation
- Align with major levels
What Makes EMD Unique
Original Contributions
First Ergodic Theory Trading Application: Transforms abstract physics into practical signals
Ensemble Market Analysis: Revolutionary multi-market divergence system
Adaptive Confidence Engine: Institutional-grade signal quality metrics
Quantum Coherence: Novel market alignment measurement
Smart Signal Management: Prevents clustering while maintaining responsiveness
Technical Innovations
Dynamic Threshold Adaptation: Self-adjusting sensitivity
Path Memory Integration: Historical dependency weighting
Stress-Adjusted Scoring: Market condition normalization
Real-Time Performance Tracking: Built-in strategy analytics
Optimization Guidelines
By Timeframe
Scalping (1-5 min)
Period: 10-15
Threshold: 0.5-1.0
Memory: 20-30
Spacing: 5-10
Day Trading (5-60 min)
Period: 20-30
Threshold: 1.5-2.5
Memory: 40-60
Spacing: 15-20
Swing Trading (1H-1D)
Period: 40-60
Threshold: 2.0-3.0
Memory: 80-120
Spacing: 25-35
Position Trading (1D-1W)
Period: 60-100
Threshold: 3.0-5.0
Memory: 100-200
Spacing: 40-50
By Market Condition
Trending Markets
- Increase threshold
- Extend memory
- Focus on breaks
Ranging Markets
- Decrease threshold
- Shorten memory
- Focus on restores
Volatile Markets
- Increase spacing
- Raise confidence requirement
- Reduce position size
- Integration with Other Analysis
- Complementary Indicators
For Ergodic States
- RSI divergences
- Bollinger Band squeezes
- Volume profile nodes
- Support/resistance levels
For Non-Ergodic States
- Moving average ribbons
- Trend strength indicators
- Momentum oscillators
- Breakout patterns
- Fundamental Alignment
- Check economic calendar
- Monitor sector rotation
- Consider market themes
- Evaluate risk sentiment
Troubleshooting Guide
Too Many Signals:
- Increase threshold
- Extend signal spacing
- Raise confidence minimum
Missing Opportunities
- Decrease threshold
- Reduce signal spacing
- Check ensemble settings
Poor Win Rate
- Verify timeframe alignment
- Confirm volume participation
- Review risk management
Disclaimer
This indicator is for educational and informational purposes only. It does not constitute financial advice. Trading involves substantial risk of loss and is not suitable for all investors. Past performance does not guarantee future results.
The ergodic framework provides unique market insights but cannot predict future price movements with certainty. Always use proper risk management, conduct your own analysis, and never risk more than you can afford to lose.
This tool should complement, not replace, comprehensive trading strategies and sound judgment. Markets remain inherently unpredictable despite advanced analysis techniques.
Transform market chaos into trading clarity with Ergodic Market Divergence.
Created with passion for the TradingView community
Trade with insight. Trade with anticipation.
— Dskyz , for DAFE Trading Systems
EM Levels by FUTURECODEEM Levels by FUTURECODE
This indicator overlays key price levels on your chart to assist in identifying powerful zones where we will observe manipulations. It calculates Equilibrium (EQ) and Terminus levels using FUTURECODE’s proprietary mathematical formula, with add-ons such as customizable range size and shift factor. Ideal for day traders and scalpers, it provides visual cues for strategic trade entries and exits.
Features:
• Customizable Range Size: Choose between Points, Ticks, or Percent to define the scale of the levels. NQ Example: Use 20 points for day trading, 9 for scalping, or adjust for your strategy and ticker.
• EQ Levels: Displays 10 key levels (5 bullish, 5 bearish) with customizable color, width, and line style (Solid, Dashed, Dotted).
• Terminus Levels: Plots 22 additional levels with customizable styling and optional filled zones for enhanced visualization of key price bands.
• Range Shift Factor: Shift levels up or down, should price extend beyond the default range.
Usage Tips:
• Adjust the Range Size to match your trading style (larger for swing trading, smaller for scalping).
• EQ levels Terminus levels are to be treated exactly the same, to locate manipulation setups ahead of time
• Enable Terminus Zone Fills for a clearer view of price bands.
• Best used on intraday charts (1m to 1H) for stocks, forex, or futures.