EMA Trend TakipCreates a trend following indicator using EMA (Exponential Moving Average). It also highlights the position of the price relative to the EMA and adds visual elements according to the trend direction.
This code performs the following functions:
EMA Calculation: Calculates the EMA with the period specified by the user.
Trend Determination: Determines the trend direction according to whether the price is above or below the EMA.
Visual Elements:
Draws the EMA line and colors it according to the position of the price relative to the EMA.
Adds a label next to the EMA line and moves this label to the left or right as specified by the user.
Colors the background according to the trend direction (green or red).
Analisi trend
Premium structure - Higher High / Lower low - CZ INDICATORSThe best indicator on the Higher High - Lower low system.
This script identifies Orderblocks, Breakerblocks and Range using higher order pivots and priceaction logic.
I tried to reduce the number of blocks to make the chart cleaner, for this purpose I use only second order pivots for both MSB lines and supply/demand boxes, I also tried to filter out shifts in MS and false breakouts.
Green arrows show our lows, red arrows show our highs. This is done in order to clearly and clearly understand the current trend.
Also added order block, and breaker block.
Any box has GRAY color until it gets tested.
After successful test box gets colors:
RED for Supply
GREEN for Demand
BLUE for any Breakerblocks
For cleaner chart and script speed all broken boxes deletes from chart.
It gives comparatively clean chart on any TF, even on extra small (5m, 3m, 1m).
Лучший индикатор по системе Higher High - Lower Low.
Этот скрипт определяет ордерные блоки, брейкерные блоки и диапазоны, используя развороты высшего порядка и логику ценовых действий.
Я попытался уменьшить количество блоков, чтобы сделать график чище, для этого я использую только развороты второго порядка для линий MSB и блоков спроса/предложения, я также попытался отфильтровать сдвиги в MS и ложные прорывы.
Зеленые стрелки показывают наши минимумы, красные - максимумы. Это сделано для того, чтобы четко и ясно понимать текущий тренд.
Также добавлен блок ордеров и блок пробоев.
Любой блок имеет серый цвет до тех пор, пока он не будет протестирован.
После успешного тестирования блок приобретает цвет:
КРАСНЫЙ для предложения (медвежий ордер блок)
ЗЕЛЕНЫЙ для спроса (бычий ордер блок)
СИНИЙ для брейкерблока.
Для более чистого графика и скорости работы скрипта все сломанные блоки удаляются с графика.
Это дает сравнительно чистый график на любом ТФ, даже на сверхмалых (5м, 3м, 1м).
Fibonacci-Only Strategi V2# Fibonacci-Only Strategy V2
A sophisticated trading strategy that combines Fibonacci retracement levels with advanced pattern recognition and statistical confirmation.
## Key Features:
- Uses 19% and 82.56% Fibonacci retracement levels for trade signals
- Implements pattern matching algorithm to identify high-probability setups
- Incorporates statistical analysis for confirmation
## How to Read the Signals:
- Green Arrow Up: Strong long entry signal
- Red Arrow Down: Strong short entry signal
- Green Background: Long condition triggered
- Red Background: Short condition triggered
- Status Panel: Shows current Fibonacci, Pattern, and Statistical conditions
- Circle Markers: Indicate Fibonacci touch signals
- X-Cross Markers: Indicate Fibonacci break signals
- Text Labels: Display detailed signal information including pattern similarity percentage
This strategy is designed for traders who appreciate the powerful simplicity of Fibonacci levels enhanced by statistical validation and historical pattern recognition. The customizable parameters allow for fine-tuning across different timeframes and markets.
Perfect for both trend-following and reversal trading scenarios, providing clear entry and exit rules combined with dynamic risk management.
Bayesian TrendEnglish Description (primary)
1. Overview
This script implements a Naive Bayesian classifier to estimate the probability of an upcoming bullish, bearish, or neutral move. It combines multiple indicators—RSI, MACD histogram, EMA price difference in ATR units, ATR level vs. its average, and Volume vs. its average—to calculate likelihoods for each market direction. Each indicator is “binned” (categorized into discrete zones) and assigned conditional probabilities for bullish/bearish/neutral scenarios. The script then normalizes these probabilities and paints bars in green if bullish is most likely, red if bearish is most likely, or blue if neutral is most likely. A small table is also displayed in the top-right corner of the chart, showing real-time probabilities.
2. How it works
Indicator Calculations: The script calculates RSI, MACD (line and histogram), EMA, ATR, and Volume metrics.
Binning: Each metric is converted into a discrete category (e.g., low, medium, high). For example, RSI < 30 is binned as “low,” while RSI > 70 is binned as “high.”
Conditional Probabilities: User-defined tables specify the conditional probabilities of each bin under three hypotheses (Up, Down, Neutral).
Naive Bayesian Formula: The script multiplies the relevant conditional probabilities, normalizes them, and derives the final probabilities (Up, Down, or Neutral).
Visualization:
Bar Colors: Bars are green when the Up probability exceeds 50%, red for Down, and blue otherwise.
Table: Displays numeric probabilities of Up, Down, and Neutral in percentage terms.
3. How to use it
Add the script to your chart.
Observe the colored bars:
Green suggests a higher probability for bullish movement.
Red suggests a higher probability for bearish movement.
Blue indicates a higher probability of sideways or uncertain conditions.
Check the table in the top-right corner to see exact probabilities (Up/Down/Neutral).
Use the input settings to adjust thresholds (RSI, MACD, Volume, etc.), define alert conditions (e.g., when Up probability crosses 50%), and decide whether to trigger alerts on bar close or in real-time.
4. Originality and usefulness
Originality: This script uniquely applies a Naive Bayesian approach to a blend of classic and volume-based indicators. It demonstrates how different indicator “zones” can be combined to produce probabilistic insights.
Usefulness: Traders can interpret the probability breakdown to gauge the script’s bias. Unlike single indicators, this approach synthesizes several signals, potentially offering a more holistic perspective on market conditions.
5. Limitations
The conditional probabilities are manually assigned and may not reflect actual market behavior across all instruments or timeframes.
Results depend on the user’s choice of thresholds and indicator settings.
Like any indicator, past performance does not guarantee future results. Always confirm signals with additional analysis.
6. Disclaimer
This script is intended for educational and informational purposes only. It does not constitute financial advice. Trading involves significant risk, and you should make decisions based on your own analysis. Neither the script’s author nor TradingView is liable for any financial losses.
Русское описание (Russian translation, optional)
Этот индикатор реализует наивный Байесовский классификатор для оценки вероятности предстоящего роста (Up), падения (Down) или бокового движения (Neutral). Он комбинирует несколько индикаторов—RSI, гистограмму MACD, разницу цены и EMA в единицах ATR, уровень ATR относительно своего среднего значения и объём относительно своего среднего—чтобы вычислить вероятности для каждого направления рынка. Каждый индикатор делится на «зоны» (low, mid, high), которым приписаны условные вероятности для бычьего/медвежьего/нейтрального исхода. Скрипт нормирует эти вероятности и раскрашивает бары в зелёный, красный или синий цвет в зависимости от того, какая вероятность выше. Также в правом верхнем углу отображается таблица с текущими значениями вероятностей.
FVG imbalance zone - CZ INDICATORSAn imbalance is a situation that has arisen as a result of an excess of buy or sell orders, which has created a gap.
Market makers have a certain reserve of the asset, which is kept in the reserve. And when the gap needs to be closed, he adds liquidity to the asset, thereby closing it so that trading continues at a fair price.
What it looks like:
Basically, an imbalance zone is an un-wickered area of an impulse (or not) candle, where the price seeks to close the zone further pullback into it at the 50% level.
That is, you can mark the zone from wick to wick with a regular rectangle and the point in the middle will be just 50% of the zone, from which a reversal is possible. Or you can use fibo on this principle, and the reversal will be the zone of 0.5.
You should not consider this zone as something magical and blindly enter the deal. It is desirable to observe the formation of any patterns near it and make a decision based on the price behavior.
Imbalance on the stock market can occur when important news is released, profit or loss report, buyout of one company by another, information leakage, etc... Crypto market itself is volatile, so the gap between high and low is a frequent guest there, although no one canceled conspiracies and insider information.
Usually imbalance is closed within a few minutes or hours, depending on which TF you trade on. In rare cases it can take several trading sessions.
Имбаланс (imbalance) – это ситуация, которая возникла в результате избытка ордеров на покупку или продажу, благодаря чему образовался гэп.
У маркетмейкеров есть определенный запас актива, который хранится в резерве. И когда нужно закрыть гэп, он добавляет ликвидность в актив, тем самым закрывая его, чтобы торговля продолжалась по справедливой цене.
Как выглядит:
По сути, зона имбаланса – это не задетая фитилями область импульсной (или нет) свечи, гдец ена стремиться закрыть эту зону дальнейшем откатом в нее на уровень 50%.
То есть можно отметить зону от фителя до фителя с помощью обычного прямогугольника и точки в середине будет как раз 50% зоны, от куда возможен разворот. Либо использовать фибо по такому принципу, а разворот будет зона 0,5.
Не стоит рассматривать эту зону как что-то магическое и слепо входить в сделку. Желательно понаблюдать за формированием каких-либо паттернов возле неё и на основе поведения цены принимать решение.
Имбаланс на фондовом рынке может возникать при выходе важных новостей, отчете о прибыли или убытке, выкупе одной компании другой, утечки информации и тп… Крипторынок сам по себе волатильный, поэтому разрыв между хаем и лоу там частый гость, хотя никто не отменял заговоры и инсайдерскую информацию.
Обычно имбаланс закрывается в течении нескольких минут или часов, смотря на каком ТФ вы торгуете. В редких случаях это может занимать несколько торговых сессий.
Settings
You can adjust the color, bear imbalance can be colored red, bullish imbalance can be colored green. For convenience.
You can also customize what amount on the history will be shown.
Вы можете настроить цвет, медвежий имбаланс может быть окрашен в красный цвет, бычий имбаланс может быть окрашен в зеленый. Для удобства.
Вы также можете настроить, какое количество на истории будет отображаться.
RSI premium trend - CZ INDICATORSThe indicator draws swings on candlesticks based on price action and RSI.
You can also see in the labels whether the current swing is higher or lower relative to the previous swing.
Ideal for working together with premium structure
HH stands for Higher High
LL stands for Lower Low
LH stands for Lower High
HL stands for Higher High
You can learn the designations of these phrases in our Telegram channel - t.me/cz_indicators
Индикатор рисует свинги на свечах, основываясь на ценовом действии и RSI.
Также в метках можно увидеть, выше или ниже текущий свинг по отношению к предыдущему.
Идеальный вариант для совместной работы с
HH означает Higher High
LL означает Lower Low
LH означает Lower High
HL означает Higher High
MTF Sentiment ProMTF Sentiment Pro - Advanced Multi-Timeframe Analysis
Purpose & Methodology
MTF Sentiment Pro provides traders with comprehensive market sentiment analysis across multiple timeframes. This indicator's unique innovation is its weighted scoring system that evaluates both technical indicators and volume metrics to determine market sentiment across customizable timeframes.
Unlike simple indicator overlays or basic multi-timeframe tools, this indicator:
1. Calculates sentiment using a proprietary weighted formula across 7 different timeframes
2. Incorporates volume confirmation to validate price movements (a critical element often overlooked)
3. Provides clear visualization of sentiment alignment between lower and higher timeframes
4. Uses majority-rule algorithms for overall sentiment determination (2/3 rule for LTF, 3/4 rule for HTF)
Technical Components & Integration
Each timeframe's sentiment score is derived from a combination of:
- **EMA**: Evaluates trend direction and price position relative to moving average
- **RSI**: Measures momentum with sensitivity to the 50-level for trend determination
- **MACD**: Assesses trend strength and momentum through histogram analysis
- **Bollinger Bands**: Determines price volatility and position relative to the mean
- **VWAP**: Provides volume-adjusted price reference
- **OBV**: Confirms price moves with cumulative volume analysis
What makes this combination powerful is how these components are integrated:
- Each indicator contributes a weighted value to the overall sentiment score
- User-definable weights allow customization based on strategy preferences
- Volume confirmation adds a critical dimension beyond basic price-only indicators
- Multi-timeframe analysis helps identify alignment/divergence across time horizons
Trading Applications & Limitations
This indicator works best for:
- Trend confirmation across multiple timeframes
- Identifying potential reversal zones where LTF and HTF sentiments diverge
- Entry/exit timing when paired with your primary strategy rules
- Market structure analysis across different time horizons
Note: While this indicator provides comprehensive sentiment analysis, it should be used as part of a complete trading strategy with proper risk management. No indicator can predict market movements with certainty.
Usage Instructions
1. Select appropriate timeframes for your trading style or use one of the included presets
2. Adjust indicator weights to match your analytical preferences
3. Look for timeframe alignment/divergence to identify potential opportunities
4. Use the overall LTF and HTF sentiment readings for broader market context
This indicator was developed to solve the challenge of efficiently analyzing sentiment across multiple timeframes while incorporating volume confirmation - something that would otherwise require multiple indicators and manual correlation.
Acceleration Bands HTF
This version gives you the ability to see the indicator from the HIGHER timeframes when you are on the timeframes. Please note that this is not the original formula, but a factored one that I found effective for identifying market trends. Thanks to @capissimo who provided the base open-code.
Acceleration Bands are designed to capture potential price breakouts or reversals in an asset. They are calculated based on a stock's price movements over a specified period, typically using the high, low, and closing prices. The idea is to identify moments when the price is accelerating (hence the name) beyond its normal range, which might indicate the beginning of a new trend.
Calculation
Acceleration Bands consist of three lines:
Upper Band (AB Upper): This is calculated by adding a certain percentage of the simple moving average (SMA) to the highest high over a given period.
Middle Band: This is typically the SMA of the stock's price.
Lower Band (AB Lower): This is calculated by subtracting the same percentage of the SMA from the lowest low over a given period.
Mathematically :
AB Upper = SMA + (Highest High * Percentage)
AB Lower = SMA - (Lowest Low * Percentage)
OR
Upper Band = SMA x (1 + (High - Low) / SMA)
Lower Band = SMA x (1 - (High - Low) / SMA)
Interpretation
The bands are used to identify periods when the price of a security is accelerating or decelerating:
Breakout Above Upper Band: This is usually considered a bullish signal, suggesting that the price is accelerating upwards and a new uptrend may be starting.
Breakdown Below Lower Band: This is usually considered a bearish signal, suggesting that the price is accelerating downwards and a new downtrend may be starting.
Reversal Between Bands: When the price re-enters the region between the bands after breaking out, it can be seen as a potential reversal signal.
Trading Strategy
Entry Signals:
Buy when the price breaks above the upper band.
Sell or short when the price breaks below the lower band.
Exit Signals:
Close a long position when the price falls back into the area between the bands.
Close a short position when the price rises back into the area between the bands.
Advantages
Helps capture early trends.
Can be used across various time frames and assets.
Provides clear entry and exit signals.
SuperTrend Machine - CZ INDICATORS🤖 SuperTrend Machine CZ INDICATORS - Take Your Trading to the Next Level! ✨
Introducing the SuperTrend Machine, an advanced trading indicator designed to adapt to market volatility dynamically using machine learning techniques. This indicator employs k-means clustering to categorize market volatility into high, medium, and low levels, enhancing the traditional SuperTrend strategy. Perfect for traders who want an edge in identifying trend shifts and market conditions.
What is K-Means Clustering and How It Works
K-means clustering is a machine learning algorithm that partitions data into distinct groups based on similarity. In this indicator, the algorithm analyzes ATR (Average True Range) values to classify volatility into three clusters: high, medium, and low. The algorithm iterates to optimize the centroids of these clusters, ensuring accurate volatility classification.
Key Features
🎨 Customizable Appearance: Adjust colors for bullish and bearish trends.
🔧 Flexible Settings: Configure ATR length, SuperTrend factor, and initial volatility guesses.
📊 Volatility Classification: Uses k-means clustering to adapt to market conditions.
📈 Dynamic SuperTrend Calculation: Applies the classified volatility level to the SuperTrend calculation.
🔔 Alerts: Set alerts for trend shifts and volatility changes.
📋 Data Table Display: View cluster details and current volatility on the chart.How It Works
How It Works
The indicator begins by calculating the ATR values over a specified training period to assess market volatility. Initial guesses for high, medium, and low volatility percentiles are inputted. The k-means clustering algorithm then iterates to classify the ATR values into three clusters. This classification helps in determining the appropriate volatility level to apply to the SuperTrend calculation. As the market evolves, the indicator dynamically adjusts, providing real-time trend and volatility insights. The indicator also incorporates a data table displaying cluster centroids, sizes, and the current volatility level, aiding traders in making informed decisions.
🤖 SuperTrend Machine CZ INDICATORS - выведите свою торговлю на новый уровень! ✨
Представляем SuperTrend Machine, продвинутый торговый индикатор, разработанный для динамической адаптации к волатильности рынка с помощью методов машинного обучения. Этот индикатор использует кластеризацию k-means для классификации волатильности рынка на высокий, средний и низкий уровни, усиливая традиционную стратегию SuperTrend. Идеально подходит для трейдеров, которые хотят получить преимущество в определении смены тренда и рыночных условий.
Что такое кластеризация K-Means и как она работает
Кластеризация K-Means - это алгоритм машинного обучения, который разделяет данные на отдельные группы на основе сходства. В данном индикаторе алгоритм анализирует значения ATR (Average True Range), чтобы разделить волатильность на три кластера: высокая, средняя и низкая. Алгоритм проводит итерации для оптимизации центроидов этих кластеров, обеспечивая точную классификацию волатильности.
Ключевые особенности
🎨 Настраиваемый внешний вид: Настройте цвета для бычьих и медвежьих трендов.
🔧 Гибкие настройки: Настройте длину ATR, фактор SuperTrend и начальные предположения о волатильности.
📊 Классификация волатильности: Использует кластеризацию k-means для адаптации к рыночным условиям.
📈 Расчет динамического супертренда: Применяет классифицированный уровень волатильности для расчета Супертренда.
🔔 Оповещения: Установка предупреждений о смене тренда и изменении волатильности.
📋 Отображение таблицы данных: Просмотр подробной информации о кластере и текущей волатильности на графике.Как это работает
Как это работает
Индикатор начинает работу с расчета значений ATR за определенный период обучения для оценки волатильности рынка. Вводятся начальные предположения о перцентилях высокой, средней и низкой волатильности. Затем алгоритм кластеризации k-means проводит итерации для классификации значений ATR по трем кластерам. Эта классификация помогает определить подходящий уровень волатильности для расчета SuperTrend. По мере развития рынка индикатор динамически подстраивается, предоставляя в реальном времени информацию о тренде и волатильности. Индикатор также включает в себя таблицу данных, в которой отображаются центроиды кластеров, их размеры и текущий уровень волатильности, что помогает трейдерам принимать обоснованные решения.
AM Range Breakoutprice crossing opening range at 9.45 triggers entry TP at1.2r
no trades after midday, trying to catch the opening push higher or lower, trade all 4 indices to follow the 'overall' price
1 contract allows x 4 at TP or -4 at stop (unless manually adjusted)
Ichimoku Scalping Strategy + LEMAIchimoku Scalping Strategy + LEMA
Logistic Map Equation - The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more.
This study is an attempt to apply Logistic Map Equation in Trading
Logistic Map Equation
King of all Trades🚀 OBV Quantum Edge - Advanced Volume Analysis Suite 🚀
Hey fellow traders! After months of testing and refinement, I'm thrilled to share my latest creation with the trading community.
📊 What Makes This Indicator Special:
1. Smart Signal Generation:
• Combines On-Balance Volume (OBV) with volume analysis
• Uses RSI for momentum confirmation
• Incorporates EMA trend filtering
• Real-time accuracy tracking
2. Clean & Clear Signals:
• Green arrows: Strong buy opportunities
• Red arrows: Potential sell setups
• No confusing overlays or cluttered charts
• Focus on quality signals over quantity
3. Built-in Safety Features:
• Volume threshold confirmation
• Trend direction validation
• Multiple timeframe compatibility
• Anti-false signal protection
🎯 Best Usage Practices:
• Most effective on 1H, 4H, and Daily timeframes
• Watch for signals that align with the market trend
• Use the accuracy tracker to validate performance
• Perfect for swing trading and position trading
• Great companion to your existing strategy
💡 Pro Tips:
• Stronger signals occur with higher volume confirmation
• Wait for price action confirmation before entry
• Use proper position sizing and risk management
• Great for both crypto and traditional markets
🔍 Technical Details:
• Advanced OBV calculations with MA smoothing
• Dynamic volume filtering
• Trend-following capabilities
• Real-time performance tracking
Remember: While this indicator provides high-quality signals, always combine it with proper risk management and your own analysis. No indicator is perfect, but this tool aims to give you an edge in your trading journey.
Wishing you profitable trades! 📈
Created with passion by Anmol-max-star
Last Updated: 2025-03-02 13:18:45 UTC
P.S. Don't forget to follow for updates and more trading tools! Your feedback and suggestions are always welcome. Happy Trading! 🌟
#VolumeTrading #TechnicalAnalysis #TradingStrategy #SmartTrading
OBV Quantum Edge🚀 OBV Quantum Edge - Advanced Volume Analysis Suite 🚀
Hey fellow traders! After months of testing and refinement, I'm thrilled to share my latest creation with the trading community.
📊 What Makes This Indicator Special:
1. Smart Signal Generation:
• Combines On-Balance Volume (OBV) with volume analysis
• Uses RSI for momentum confirmation
• Incorporates EMA trend filtering
• Real-time accuracy tracking
2. Clean & Clear Signals:
• Green arrows: Strong buy opportunities
• Red arrows: Potential sell setups
• No confusing overlays or cluttered charts
• Focus on quality signals over quantity
3. Built-in Safety Features:
• Volume threshold confirmation
• Trend direction validation
• Multiple timeframe compatibility
• Anti-false signal protection
🎯 Best Usage Practices:
• Most effective on 1H, 4H, and Daily timeframes
• Watch for signals that align with the market trend
• Use the accuracy tracker to validate performance
• Perfect for swing trading and position trading
• Great companion to your existing strategy
💡 Pro Tips:
• Stronger signals occur with higher volume confirmation
• Wait for price action confirmation before entry
• Use proper position sizing and risk management
• Great for both crypto and traditional markets
🔍 Technical Details:
• Advanced OBV calculations with MA smoothing
• Dynamic volume filtering
• Trend-following capabilities
• Real-time performance tracking
Remember: While this indicator provides high-quality signals, always combine it with proper risk management and your own analysis. No indicator is perfect, but this tool aims to give you an edge in your trading journey.
Wishing you profitable trades! 📈
Created with passion by Anmol-max-star
Last Updated: 2025-03-02 13:18:45 UTC
P.S. Don't forget to follow for updates and more trading tools! Your feedback and suggestions are always welcome. Happy Trading! 🌟
#VolumeTrading #TechnicalAnalysis #TradingStrategy #SmartTrading
Autocorrelation Price Forecasting [The Quant Science]Discover how to predict future price movements using autocorrelation and linear regression models to identify potential trading opportunities.
An advanced model to predict future price movements using autocorrelation and linear regression. This script helps identify recurring market cycles and calculates potential gains, with clear visual signals for quick and informed decisions.
Main function
This script leverages an autocorrelation model to estimate the future price of an asset based on historical price relationships. It also integrates linear regression on percentage returns to provide more accurate predictions of price movements.
Insights types
1) Red label on a green candle: Bearish forecast and swing trading opportunity.
2) Red label on a red candle: Bearish forecast and trend-following opportunity.
3) Green label on a red candle: Bullish forecast and swing trading opportunity.
4) Green label on a green candle: Bullish forecast and trend-following opportunity.
IMPORTANT!
The indicator displays a future price forecast. When negative, it estimates a future price drop.
When positive, it estimates a future price increase.
Key Features
Customizable inputs
Analysis Length: number of historical bars used for autocorrelation calculation. Adjustable between 1 and 200.
Forecast Colors: customize colors for bullish and bearish signals.
Visual insights
Labels: hypothetical gains or losses are displayed as labels above or below the bars.
Dynamic coloring: bullish (green) and bearish (red) signals are highlighted directly on the chart.
Forecast line: A continuous line is plotted to represent the estimated future price values.
Practical applications
Short-term Trading: identify repetitive market cycles to anticipate future movements.
Visual Decision-making: colored signals and labels make it easier to visualize potential profit or loss for each trade.
Advanced Customization: adjust the data length and colors to tailor the indicator to your strategies.
Limitations
Prediction price models have some limitations. Trading decisions should be made with caution, considering additional market factors and risk management strategies.
Intraday Strategy with DEMA & VWAPthis indicator work as intraday live market signal provide with buy price, targer and stoploss too.
Elite PivotsThis Script, called " Elite Pivots ," helps traders by drawing their key pivot, resistance, and support levels on their charts.
Users can set custom price levels for five resistances (R1–R5), one pivot (P), and five supports (S1–S5). The script then draws horizontal lines with configurable colors, styles, and labels for each level.
It also monitors if the price crosses any of these levels during a specified trading session, marking crossed levels with a target emoji (🎯).
This visual cue allows traders to quickly identify when important price levels are breached, which can be useful for timing trades and managing risk.
MainFX session indicatorScript Title: MainFX Session Indicator with Customizable Lines
Overview:
This script is designed to help traders visually identify key market sessions on their TradingView charts. It marks both the opening and closing of major sessions (Frankfurt, London, New York, Sydney, and Tokyo) by drawing lines and labels on the chart. The indicator is highly customizable, allowing you to define specific session times, choose your preferred time zone, and adjust the visual appearance of all lines.
Key Features:
Custom Session Times:
Each session’s start and end times are defined by user inputs in a simple HHMM-HHMM format. This means you can adjust the sessions to match the exact market hours you follow, making the indicator flexible for different trading strategies and markets.
Time Zone Flexibility:
The "Chart/Local Time Zone" input lets you override the default time zone of your chart. By setting a specific time zone (e.g., "Africa/Lagos" or "Africa/Accra"), the script calculates session start and end events relative to that zone. This ensures that, regardless of where you are trading from, the session markers accurately reflect the intended market hours and adjust automatically for Daylight Saving Time if applicable.
Open Range Levels (ORH/ORL):
When a session opens or closes, the script draws horizontal lines at the high and low of the candle immediately before the event. These levels act as the Open Range High (ORH) and Open Range Low (ORL) markers. They serve as key reference points for traders to gauge price levels established just before a session change.
Customizable Visuals:
Every visual element is customizable. You can adjust the color, width, and style (defaulting to a dotted line) of both the ORH/ORL lines and the combined session lines that label open and close events. This allows you to tailor the indicator to match your charting style and ensure that the lines stand out clearly.
Session Event Detection:
The script utilizes helper functions to check each bar on the chart. It compares the current bar’s session status with that of the previous bar to determine whether a session has just started or ended. When such a transition is detected, it triggers the drawing of the appropriate lines and labels.
Optimized for Intraday Trading:
Since the script’s functionality is based on minute-level bar changes, it is best used on 1-minute or lower timeframes. This ensures precision in marking the exact moments when sessions transition, which is critical for intraday trading strategies.
How It Works:
Session Timing:
The script calculates the session periods using the time() function with the user-defined session strings and time zone. This makes it independent of the chart’s inherent time settings.
Event Triggering:
When the current bar transitions into or out of a session (i.e., the session status changes between bars), the script detects this change. It then draws horizontal lines at the previous candle’s high and low (marking ORH and ORL) and adds session labels for clarity.
Visual Customization:
Users can easily change the appearance of the drawn lines and session labels via the script’s input options, ensuring that the indicators are both aesthetically pleasing and functionally clear.
Usage:
For Traders:
Use this indicator to keep track of critical market sessions and to spot participants in the session.
Customization:
Adjust session times and the time zone to suit your local market or the specific market you are analyzing.
Visual Clarity:
Customize line styles to ensure that your chart remains clear and that the session markers are easy to interpret even during overlapping sessions.
Advanced Session Profile Predictor with ArrowsIndicator Description: Advanced Session Profile Predictor with Arrows
Overview
The Advanced Session Profile Predictor with Arrows is a powerful indicator designed to analyze price action across three major trading sessions—Asia, London, and New York—and provide actionable trading insights. Built on session-based profiling and enhanced with Traders Dynamic Index (TDI) and momentum-driven arrows, this indicator helps traders identify potential market profiles and key entry points for long and short positions. It combines visual session highlighting, dynamic profile labels, and momentum signals to offer a comprehensive trading tool.
Key Features
Session Visualization:
Highlights the Asia (00:00-08:00 UTC, yellow), London (08:00-16:00 UTC, red), and New York (13:00-21:00 UTC, blue) sessions with customizable time zones (UTC, Europe/London, America/New_York).
Tracks high, low, open, and close prices for each session, resetting daily.
Profile Prediction:
Analyzes price behavior in the Asia and London sessions to predict one of four market profiles during the London session:
Profile 1: Trend Continuation: Strong trend from Asia continues into London. Long if price breaks asien_high (uptrend) or short if it breaks asien_low (downtrend).
Profile 2: NY Manipulation: Asia trends, London consolidates. Long at asien_high or london_high (uptrend), short at london_low (downtrend), with New York breakout potential.
Profile 3: London+NY Manipulation: London manipulates asien_high, potential reversal in NY. Short at asien_close, long at asien_high.
Profile 4: Consolidation+Continuation: London manipulates asien_low, continuation in NY. Short at asien_low, long at asien_close.
Displays the current profile and entry conditions in three compact labels (Profile, Short, Long) near the latest price.
Dynamic Entry Conditions:
Labels show "IF price hits LONG/SHORT" for levels yet to be reached, updating based on the current price (close).
Indicates "Ingen Long/Short (over/under )" if the price has already passed the target, ensuring relevance across sessions.
Momentum Arrows (TDI Integration):
Incorporates Traders Dynamic Index (TDI) with customizable RSI period (default 21), band length (34), fast MA (2), and slow MA (7).
Adds momentum (12-period) to generate:
Green Up Arrows: When TDI fast MA exceeds the upper band (>68) with rising momentum, signaling bullish strength (above bar).
Red Down Arrows: When TDI fast MA falls below the lower band (<32) with falling momentum, signaling bearish strength (below bar).
Arrows complement session profiles, providing additional confirmation for entries.
High/Low Lines:
Plots session highs and lows (yellow for Asia, red for London, blue for New York) as crosses for easy reference.
How to Use
Setup: Add the indicator to your chart and adjust the time zone and session times if needed (default: UTC). Customize TDI and momentum settings under "Traders Dynamic Index Settings" for your preferred sensitivity.
Trading:
Watch the labels in the top-right corner for the current profile and entry conditions (e.g., "IF price hits 1.2000 LONG (A/L/NY)").
Use green up arrows as bullish confirmation and red down arrows as bearish confirmation alongside profile signals.
Monitor session high/low lines to track key levels visually.
Profiles: Interpret the profile to anticipate market behavior:
Trend Continuation: Ride momentum with breaks of asien_high/asien_low.
NY Manipulation: Prepare for New York breakouts after London consolidation.
London+NY Manipulation: Look for reversals after false breaks.
Consolidation+Continuation: Trade continuation after consolidation ends.
Best Timeframes: Works on intraday timeframes (e.g., 15M, 1H) for session-based trading.
Settings
Time Zone: Choose your preferred session time zone (default: UTC).
Trend Threshold: Adjust sensitivity for trend detection (default: 1.5).
TDI Settings: Fine-tune RSI, bands, and MAs for arrow signals.
Momentum Length: Set momentum period (default: 12).
AntoQQE - HistogramThis script displays a QQE-based momentum histogram, derived from the RSI line’s deviation around a neutral 50 level. It uses a smoothed RSI, monitors volatility with a dynamically adjusted multiplier, and then plots a color-coded histogram that helps traders see when the RSI is entering strong bullish or bearish territory:
• Smoothed RSI Calculation
The script calculates RSI for a user-defined period and then smooths it with an EMA. This reduces noise in the indicator’s readings.
• Dynamic Average Range (DAR)
The script computes volatility by taking the absolute change of the smoothed RSI, applying two EMAs, and multiplying by a QQE factor. This produces a band around the RSI that adapts to changes in market volatility.
• Histogram Centering and Thresholds
Rather than plotting the RSI itself, the script subtracts 50 from the RSI to center it around zero. Columns are plotted for each bar:
Blue when momentum is significantly above zero (over a threshold value).
Red when momentum is significantly below zero (under a negative threshold).
Gray when momentum is within a neutral range.
• Usage
By observing when columns turn blue or red—and how far they extend above or below zero—traders can quickly gauge the market’s momentum. The horizontal threshold lines (dashed by default) provide clear breakout levels for bullish or bearish conditions, which can help confirm entries or exits based on shifting market sentiment. It is best paired with the AntoQQE - Bars indicator for better chart visualization.
Breakouts With Timefilter Strategy [LuciTech]This strategy captures breakout opportunities using pivot high/low breakouts while managing risk through dynamic stop-loss placement and position sizing. It includes a time filter to limit trades to specific sessions.
How It Works
A long trade is triggered when price closes above a pivot high, and a short trade when price closes below a pivot low.
Stop-loss can be set using ATR, prior candle high/low, or a fixed point value. Take-profit is based on a risk-reward multiplier.
Position size adjusts based on the percentage of equity risked.
Breakout signals are marked with triangles, and entry, stop-loss, and take-profit levels are plotted.
moving average filter: Bullish breakouts only trigger above the MA, bearish breakouts below.
The time filter shades the background during active trading hours.
Customization:
Adjustable pivot length for breakout sensitivity.
Risk settings: percentage risked, risk-reward ratio, and stop-loss type.
ATR settings: length, smoothing method (RMA, SMA, EMA, WMA).
Moving average filter (SMA, EMA, WMA, VWMA, HMA) to confirm breakouts.
Premium Buy SellBuy Sell Volume - Candle Reversal Based. Analyse RSI, Volume and identify intraday breakouts
Mi scriptEnhanced 30-Minute Trading Strategy for Ethereum: Long and Short Positions
This trading script is designed to optimize decision-making for Ethereum trades within a 30-minute time frame. It provides clear signals for entering long or short positions based on market trends, price movements, and technical indicators. The script aims to enhance profitability by capturing short-term market fluctuations effectively, allowing traders to leverage the momentum in both bullish and bearish environments. Key features include real-time alerts, customizable parameters, and risk management tools to ensure balanced and strategic trading decisions. This approach is tailored for traders seeking to maximize gains in Ethereum's dynamic market with a disciplined and responsive strategy.