RODRIGUESMULTI EMA + BB + Bull Market Support Band + RSI
Indicador RSI:
Cálculo do RSI com comprimento ajustável e escolha da fonte de dados.
Linhas de referência para sobrecompra (70), sobrevenda (30) e a linha intermediária (50).
Preenchimento visual entre as bandas superior e inferior para destacar zonas de sobrecompra e sobrevenda.
Bollinger Bands (BB):
Calcula e exibe as bandas de Bollinger com base em médias móveis ajustáveis (SMA, EMA, SMMA, WMA, VWMA).
Possibilidade de configurar o comprimento da média e o desvio-padrão.
Preenchimento visual entre as bandas superior e inferior para facilitar a leitura.
Médias Móveis Exponenciais (EMAs):
Inclui 5 EMAs configuráveis com comprimentos independentes.
Exibe as EMAs no gráfico com cores distintas para fácil identificação.
Divergências no RSI (opcional):
Detecta divergências regulares no RSI, tanto bullish (alta) quanto bearish (baixa).
Destaca visualmente as divergências no gráfico e fornece suporte para alertas.
Características Adicionais:
Configuração de todos os parâmetros via menu de entrada no TradingView.
Flexibilidade para aplicar diferentes tipos de médias móveis e ajustes conforme a necessidade.
Design visual limpo e intuitivo com uso de preenchimentos coloridos para destacar áreas-chave.
Uso:
Este script é ideal para traders que desejam uma visão detalhada do momento e da volatilidade do mercado. Ele combina informações de tendências, força relativa e volatilidade em uma única ferramenta, ajudando na identificação de oportunidades de compra ou venda e fornecendo alertas para possíveis reversões de mercado.
Bande e canali
Buy/Sell Signals for CM_Williams_Vix_FixИндикатор «Buy/Sell Signals for CM_Williams_Vix_Fix» использует несколько ключевых компонентов для генерации торговых сигналов. Вот пошаговый разбор того, как он работает:
### Шаг 1: Настройка параметров
Пользователь может задать следующие параметры:
- **LookBack Period Standard Deviation High** (`pd`) — период для расчета стандартного отклонения.
- **Bolinger Band Length** (`bbl`) — длина полос Боллинджера.
- **Bollinger Band Standard Devaition Up** (`mult`) — коэффициент для стандартного отклонения при расчете полос Боллинджера.
- **Look Back Period Percentile High** (`lb`) — период для вычисления процентилей.
- **Highest Percentile** (`ph`) — коэффициент для определения верхней границы диапазона на основе процентилей.
- **Lowest Percentile** (`pl`) — коэффициент для определения нижней границы диапазона на основе процентилей.
- **Show High Range** (`hp`) — включение/выключение отображения диапазона на основе процентилей.
- **Show Standard Deviation Line** (`sd`) — включение/выключение отображения линии стандартного отклонения.
### Шаг 2: Расчет Williams VIX Fix (WVF)
Индикатор рассчитывается следующим образом:
$$
\text{WVF} = \left(\frac{\text{highest(close, pd)} - \text{low}}{\text{highest(close, pd)}} \right) \times 100
$$
Где:
- `highest(close, pd)` — максимальная цена закрытия за последние `pd` свечей,
- `low` — минимальная цена текущей свечи.
Это выражение показывает, насколько текущая минимальная цена отличается от максимальной цены закрытия за выбранный период.
### Шаг 3: Полосы Боллинджера
Полосы Боллинджера строятся вокруг средней скользящей (SMA):
- Средняя линия (`midLine`) рассчитывается как простое среднее значение WVF за период `bbl`.
- Верхняя полоса (`upperBand`) находится выше средней линии на величину стандартного отклонения, умноженного на коэффициент `mult`.
- Нижняя полоса (`lowerBand`) находится ниже средней линии на ту же величину.
Формулы:
$$
\text{sDev} = \text{mult} \times \sigma_{\text{wvf}}
$$
$$
\sigma_{\text{wvf}} = \sqrt{\frac{1}{N}\sum_{i=1}^{N}(\text{wvf}_i - \overline{\text{wvf}})^2}
$$
где $N$ — количество точек данных в периоде `bbl`, $\overline{\text{wvf}}$ — средняя величина WVF за этот период.
### Шаг 4: Определение диапазонов на основе процентилей
Для этого используется максимальное и минимальное значения WVF за последний период `lb`. Затем эти значения корректируются с помощью коэффициентов `ph` и `pl` для получения верхней и нижней границ диапазона.
### Шаг 5: Генерация сигналов
Сигнал на покупку генерируется, когда WVF пересекает снизу вверх нижнюю полосу Боллинджера или нижнюю границу диапазона на основе процентилей.
Сигнал на продажу генерируется, когда WVF пересекает сверху вниз верхнюю полосу Боллинджера или верхнюю границу диапазона на основе процентилей.
### Шаг 6: Визуализация сигналов
На графике появляются стрелки, обозначающие точки входа:
- Зеленые стрелки под свечами показывают сигнал на покупку.
- Красные стрелки над свечами показывают сигнал на продажу.
### Итог
Этот индикатор помогает трейдерам принимать решения о покупке или продаже активов, основываясь на пересечении значений WVF с полосами Боллинджера или диапазонами на основе процентилей. Пользователи могут гибко настраивать параметры для адаптации к различным рыночным условиям.
Buy/Sell Signals for CM_Williams_Vix_FixThis script in Pine Script is designed to create an indicator that generates buy and sell signals based on the Williams VIX Fix (WVF) indicator. Here’s a brief explanation of how this script works:
Main Components:
Williams VIX Fix (WVF) – This volatility indicator is calculated using the formula:
WVF
=
(
highest(close, pd)
−
low
highest(close, pd)
)
×
100
WVF=(
highest(close, pd)
highest(close, pd)−low
)×100
where highest(close, pd) represents the highest closing price over the period pd, and low represents the lowest price over the same period.
Bollinger Bands are used to determine levels of overbought and oversold conditions. They are constructed around the moving average (SMA) of the WVF value using standard deviation (SD).
Ranges based on percentiles help identify extreme levels of WVF values to spot entry and exit points.
Buy and sell signals are generated when the WVF crosses the Bollinger Bands lines or reaches the ranges based on percentiles.
Adjustable Parameters:
LookBack Period Standard Deviation High (pd): The lookback period for calculating the highest closing price.
Bolinger Band Length (bbl): The length of the period for constructing the Bollinger Bands.
Bollinger Band Standard Devaition Up (mult): The multiplier for the standard deviation used for the upper Bollinger Band.
Look Back Period Percentile High (lb): The lookback period for calculating maximum and minimum WVF values.
Highest Percentile (ph): The percentile threshold for determining the high level.
Lowest Percentile (pl): The percentile threshold for determining the low level.
Show High Range (hp): Option to display the range based on percentiles.
Show Standard Deviation Line (sd): Option to display the standard deviation line.
Signals:
Buy Signal: Generated when the WVF crosses above the lower Bollinger Band or falls below the lower boundary of the percentile-based range.
Sell Signal: Generated when the WVF crosses below the upper Bollinger Band or rises above the upper boundary of the percentile-based range.
These signals are displayed as triangles below or above the candles respectively.
Application:
The script can be used by traders to analyze market conditions and make buying or selling decisions based on volatility and price behavior.
ICT + RSI + EMA Strategy with Buy/Sell SignalsKey Changes:
Plotchar for Debugging: We use plotchar to visualize whether the long and short conditions are being met. These will print an upward arrow (↑) for buy signals and a downward arrow (↓) for sell signals right on the bars.
Buy condition: If the condition is true, a green arrow (↑) will appear below the bar.
Sell condition: If the condition is true, a red arrow (↓) will appear above the bar.
This allows us to visually confirm whether the conditions are being met and help debug if the signals aren't showing up.
Simplified Entry Conditions: To help identify whether the signals are too strict, the entry conditions are kept the same, but with plotchar, you can now track when they are met. If you still don't see signals, you can simplify the conditions further for testing (e.g., only using the EMA and RSI without ICT components initially).
Debugging: The plotchar will display arrows on the chart where the conditions are true, allowing you to see if the logic for generating the signals is working.
Next Steps:
Check the Debug Arrows: Once you add this script, look for the ↑ (buy) and ↓ (sell) arrows on the chart. If you don't see them, it means the conditions might not be met frequently. You can tweak the logic accordingly.
Look at the Debug Values: If the arrows are too rare, you can adjust the logic by reducing the strictness of the conditions. For example, temporarily remove the FVG or market structure conditions to see if the basic RSI and EMA signals are working.
Adjust the Conditions: If the signals are still not showing, you may need to relax the conditions (e.g., using different RSI thresholds or simpler price actions).
Conclusion:
The key modification here is the use of plotchar to visually debug whether the buy and sell conditions are being met.
If this works, you can remove the plotchar and keep only the plotshape for the final signals.
Let me know if this helps or if you need further clarification!
Vortex & ADX DIL'indicateur Vortex se compose de deux lignes qui indiquent une tendance haussière (VI+), généralement représentée en vert, et une tendance baissière (VI-), généralement représentée en rouge. Cet indicateur est spécifiquement utilisé pour déterminer les renversements de tendance et confirmer les tendances et la direction actuelles.
Historique
Développé par Etienne Botes et Douglas Siepman, l'indicateur Vortex a été présenté pour la première fois dans l'édition de janvier 2020 du magazine "Technical Analysis of Stocks & Commodities".
Calculs
Le calcul de l'indicateur Vortex s'articule autour de quatre parties principales. Nous examinons ces parties plus en détail ci-dessous.
La plage réelle (TR) est la plus grande des valeurs suivantes :
Haut actuel - bas actuel
Haut actuel - clôture précédente
Plus bas actuel - clôture précédente
Les mouvements haussiers et baissiers peuvent être déterminés à l'aide des calculs de lignes de tendance suivants. Il convient également de noter qu'elles sont généralement affichées sous un graphique en chandelier.
VM+ = valeur absolue du plus haut actuel - plus bas précédent
VM- = valeur absolue du plus bas actuel - plus haut précédent
La longueur du paramètre (n) est le résultat de la préférence du trader. Les traders choisissent généralement des paramètres entre 14 et 30 jours. Les calculs pour la longueur du paramètre sont les suivants :
Somme de la fourchette réelle des n dernières périodes (VM+ et VM-)
Somme de la fourchette réelle des n dernières périodes = SUM TRn
Somme des VM+ des n dernières périodes = SUM VMn+
Somme des VM- des n dernières périodes = SOMME VMn-
Création des lignes de tendance VI+ et VI-. Enfin, les traders devront utiliser les formules suivantes pour calculer les deux lignes de tendance de l'indicateur Vortex. En répétant ce processus quotidiennement, les lignes de tendance se formeront.
VIn+ = SOMME VMn+ / SOMME TRn
VIn- = SOMME VMn- / SOMME TRn
A retenir et à observer
Il est préférable d'utiliser l'indicateur Vortex avec d'autres indicateurs, outils et modèles de tendances inversées qui aident à soutenir un signal d'inversion.
Les tendances haussières, ou signaux d'achat, se produisent lorsque la ligne VI+ est inférieure à la ligne VI- et qu'elle se croise ensuite au-dessus de la ligne VI- pour former la ligne de tendance supérieure.
Les tendances baissières, ou signaux de vente, se produisent lorsque la ligne VI- est inférieure à la ligne VI+ et qu'elle se croise ensuite au-dessus de la ligne VI+ pour former la ligne de tendance supérieure.
En règle générale, c'est la ligne de tendance supérieure qui détermine la position d'un titre (tendance haussière ou baissière).
Limites
Les traders doivent être vigilants lorsqu'ils utilisent l'indicateur Vortex, car les croisements VI+ et VI- peuvent parfois entraîner le déclenchement d'un certain nombre de faux signaux d'achat ou de vente. C'est particulièrement le cas lorsque l'action des prix est agitée et n'est pas compensée par des indicateurs ou des outils de lissage. Pour remédier à ce problème, de nombreux traders ont trouvé utile d'ajuster les périodes utilisées afin de réduire le nombre de faux signaux. Si c'est votre cas, essayez de modifier les paramètres de votre indicateur et d'ajuster la période pour voir si vous obtenez un meilleur résultat.
Résumé
L'indicateur Vortex est basé sur deux lignes de tendance, VI+ et VI-, qui indiquent respectivement une tendance haussière et une tendance baissière sur le marché actuel. Cet indicateur peut aider à déterminer les renversements de tendance et à confirmer les tendances et la direction actuelles, en mettant en évidence la position des lignes de tendance l'une par rapport à l'autre.
---------------------------------------------------------------------------------------------------------------------
Average Directional Index (ADX)
See stockcharts.com/school/doku.php?st=adx&id=chart_school:technical_indicators:average_directional_index_adx for detail.
--------------------------------------------------------------------------------------------------------------------
Je mettrai à jour le script par la suite
Trend Direction with Trend Name_BacNQTrendline
Mô tả về nhận định xu hướng đang diễn ra tại thị trường hiện tại
Các bạn tham khảo nhé
Multi Function 5MAMulti Function 5MA has covered about all the functions that you would generally want to MA.
The functions that can be displayed with this indicator are as follows.
1 Up to 5 MA and Signal lines can be displayed as desired.
2 MA lines change color according to the following conditions. Fixed color can also be selected
1. Up/Down with the source of calculation (e.g., closing price)
2. Up/Down with the Signal
3. MA line up or down
3 MA and Signal lines can be selected from the following 6 types
1.SMA (Simple Moving Average)
2.EMA (Exponential Moving Average)
3.RMA (Running Moving Average)
4.WMA (Weighted Moving Average)
5.HMA (Hull Moving Average)
6.LSMA (Least Squares Moving Average)
4 The following can be set individually for both MA and Signal lines
1.Type
2.Period
3.Offset value
5 Ribbon backgrounds can be displayed on MA lines with the following information
1.4 Ribbons can be displayed simultaneously for MA1/2 MA2/3 MA3/4 MA4/5
2.Ribbon color can be set individually for all four ribbons
3.Ribbon color changes depending on MAs Condition. Fixed colors can also be set and selected.
6 BB (Bollinger Bands) and KC (Keltner Channels) can be set for MAs as follows
1.BB and KC can be set for the same MA or for different MA
2.Up to 3 BB line and 3 KC line can be displayed each
3.Standard deviation period and sigma value for BB and ATR value and multiplier for KC can be set
4.Colors can be set for each BB line and KC line
5.Background can be displayed in any range for both BB and KC
7 MA, Signal, Ribbon, BB, KC, and background can all be set individually for color, density, and thickness
Dirección del Mercado y Bloques de Ordendireccion del mercado
Apareceran etiquetas que indican si la tendencia es alcista o bajista en los mercados de tiempo diari H4 y H1
zonas de liquidez
Lineas horizontales en el grafico resaltan los maximos y minimos de las ultimas 50 velas
mVWAp and PDL PDH bar coloringBars are colored based on where they close relatively to PDL PDH and mVWAP
AI indicatorThis script is a trading indicator designed for future trading signals on the TradingView platform. It uses a combination of the Relative Strength Index (RSI) and a Simple Moving Average (SMA) to generate buy and sell signals. Here's a breakdown of its components and logic:
1. Inputs
The script includes configurable inputs to make it adaptable for different market conditions:
RSI Length: Determines the number of periods for calculating RSI. Default is 14.
RSI Overbought Level: Signals when RSI is above this level (default 70), indicating potential overbought conditions.
RSI Oversold Level: Signals when RSI is below this level (default 30), indicating potential oversold conditions.
Moving Average Length: Defines the SMA length used to confirm price trends (default 50).
2. Indicators Used
RSI (Relative Strength Index):
Measures the speed and change of price movements.
A value above 70 typically indicates overbought conditions.
A value below 30 typically indicates oversold conditions.
SMA (Simple Moving Average):
Used to smooth price data and identify trends.
Price above the SMA suggests an uptrend, while price below suggests a downtrend.
3. Buy and Sell Signal Logic
Buy Condition:
The RSI value is below the oversold level (e.g., 30), indicating the market might be undervalued.
The current price is above the SMA, confirming an uptrend.
Sell Condition:
The RSI value is above the overbought level (e.g., 70), indicating the market might be overvalued.
The current price is below the SMA, confirming a downtrend.
These conditions ensure that trades align with market trends, reducing false signals.
4. Visual Features
Buy Signals: Displayed as green labels (plotshape) below the price bars when the buy condition is met.
Sell Signals: Displayed as red labels (plotshape) above the price bars when the sell condition is met.
Moving Average Line: A blue line (plot) added to the chart to visualize the SMA trend.
5. How It Works
When the buy condition is true (RSI < 30 and price > SMA), a green label appears below the corresponding price bar.
When the sell condition is true (RSI > 70 and price < SMA), a red label appears above the corresponding price bar.
The blue SMA line helps to visualize the overall trend and acts as confirmation for signals.
6. Advantages
Combines Momentum and Trend Analysis:
RSI identifies overbought/oversold conditions.
SMA confirms whether the market is trending up or down.
Simple Yet Effective:
Reduces noise by using well-established indicators.
Easy to interpret for beginners and experienced traders alike.
Customizable:
Parameters like RSI length, oversold/overbought levels, and SMA length can be adjusted to fit different assets or timeframes.
7. Limitations
Lagging Indicator: SMA is a lagging indicator, so it may not capture rapid market reversals quickly.
Not Foolproof: No trading indicator can guarantee 100% accuracy. False signals can occur in choppy or sideways markets.
Needs Volume Confirmation: The script does not consider trading volume, which could enhance signal reliability.
8. How to Use It
Copy the script into TradingView's Pine Editor.
Save and add it to your chart.
Adjust the RSI and SMA parameters to suit your preferred asset and timeframe.
Look for buy signals (green labels) in uptrends and sell signals (red labels) in downtrends.
EMA 50 200 BandThis indicator displays the Exponential Moving Averages (EMA) with periods of 50 and 200 and visually highlights the areas between the two lines. The color coding helps to quickly identify trends:
Green: EMA 50 is above EMA 200 (bullish signal).
Red: EMA 50 is below EMA 200 (bearish signal).
This tool is especially useful for trend analysis and can act as a filter for buy and sell signals. It is suitable for day trading or swing trading across various timeframes.
ScalpZilla Strategy Claude 0.2 betaStrategy backtester for any MA indicator.
Currently used with ScalpZilla V3.
Contain 5 TPs and SL.
MA Ribbon 1This gives score to moving average ribbons to identify trend. You can change the ma value.
Sloogals Bollinger Bands Strategy📈 Sloogals Bollinger Bands Trading Strategy - Simple & Effective! 📉
🔹 Strategy Name: Bollinger Bands Strategy
🔹 Works On: Stocks, Forex, Crypto, and Indices
🔹 Best Timeframe: 5m, 15m, 1H, or 4H (adjustable)
🔹 Risk-Reward Ratio: 2:1 (Default)
--------------------------------------------------------------------
🚀 How It Works:
This strategy automatically trades using Bollinger Bands, a popular indicator for spotting price breakouts and reversals.
✅ Buys (Long Entry) when the price crosses above the Lower Bollinger Band (oversold condition).
✅ Sells (Short Entry) when the price crosses below the Upper Bollinger Band (overbought condition).
✅ Closes positions when the price returns to the Middle Bollinger Band (mean reversion).
It also includes stop loss and take profit to protect your capital and maximize profits!
-------------------------------------------------------------------
📊 Key Features:
✅ Automatic Trading & Paper Trading - Simulated trades in TradingView's Strategy Tester
✅ Adjustable Stop Loss & Take Profit - Default 1% SL, 2% TP for a 2:1 Risk-Reward
✅ Smart Alerts - Get notified via sound in the browser when a trade triggers
✅ Performance Dashboard - Track account balance, profit, and win rate in real time
✅ Dynamic Position Sizing - Trades a fixed % of your account equity
-------------------------------------------------------------------
📢 How to Use It:
1️⃣ Add the script to your TradingView chart
2️⃣ Go to “Strategy Tester” and check backtest results
3️⃣ Enable Paper Trading to test it in real-time
4️⃣ Set up Alerts for trade signals
--------------------------------------------------------------
📌 Adjustments You Can Make:
🔹 Change Bollinger Band Settings (bbLength, bbStdDev)
🔹 Modify Stop Loss & Take Profit % to match your risk tolerance
🔹 Customize Alerts for SMS, email, or webhook notifications
EU Stock Market Time Zone with Vertical Lines//@version=5
indicator("EU Stock Market Time Zone with Vertical Lines", overlay=true)
// Define the start and end times of the EU stock market
euMarketOpen = timestamp("GMT+1", year, month, dayofmonth, 09, 00) // 9:00 AM CET
euMarketClose = timestamp("GMT+1", year, month, dayofmonth, 17, 30) // 5:30 PM CET
// Check if the current time is within the EU market hours
isEUmarketOpen = (time >= euMarketOpen and time <= euMarketClose)
// Draw vertical dotted lines during the EU market hours
var lineColor = color.new(color.blue, 0)
if (isEUmarketOpen and na(time ))
line.new(x1=na, y1=na, x2=na, y2=na, xloc=xloc.bar_time, extend=extend.both, color=lineColor, style=line.style_dotted, width=1)
// Plot a horizontal line to mark EU market hours
plot(isEUmarketOpen ? close : na, style=plot.style_linebr, color=color.blue, linewidth=2, title="EU Market Hours")
NOG50TRADERSAlways be conservative when you get the NOG50T Long signal always wait a pullback in Discount price! when you see NOG50T Short Signal always wait A pullback in expensive price. never chase market. (Manasse IRADUKUNDA CEO)
Investing Zone"Investing Zone" designed to highlight specific market conditions. It calculates the Relative Strength Index (RSI) over a period of 2 and identifies when the RSI value drops below 15, signaling a potential oversold condition. Additionally, it calculates the Exponential Moving Average (EMA) over a period of 14 and checks if the closing price is below the EMA, indicating a bearish trend.
The indicator combines these two conditions, and if both are true, it highlights the chart background in green with a transparency level of 85. This visual cue helps traders identify potential "investing zones" where the market might be oversold in a downtrend, suggesting areas of interest for further analysis or potential buying opportunities.
Bot de Trading Avancé avec Scalping et Indicateurs VisuelsCe script permet d'afficher clairement les points d'achat et de vente sur le graphique, facilitant ainsi les décisions de trading. Vous pouvez ajuster les paramètres et les styles en fonction de vos préférences. Assurez-vous de tester ce script dans un environnement de démonstration avant de l'utiliser en temps réel.
RSI + BB (All Combined)RSI + BB (All Combined)
В скрипте представлены полосы боллинджера + стохастик RSI
Fvg Setup Indcator For EducationThis indicator automatically detects Fair Value Gaps (FVG) and highlights strong, trend-aligned zones. It works especially well during Kill Zone sessions, providing a clear visualization of structural price gaps.
Key Features:
• EMA & SMA Filters to confirm trend direction
• ATR-Based Gap Measurement to identify strong FVGs
• Automatic TP & SL Calculations
Best Use Case:
• Ideal for spotting potential opportunities during Kill Zone sessions.
⚠️ Disclaimer:
This script is for educational purposes and should not be considered financial advice. Always conduct proper analysis and risk management when trading.