NDX Session LowsThis script will:
Track two sessions: 9:30-13:30 ET (green) and 13:30-16:00 ET (red)
Plot the lows for each session
Works as an overlay on your chart
Uses version 5 of Pine Script
Indicatori e strategie
RSI do PipoRSI criado especialmente para o Pipo.
Sua funcao é exibir o RSI em diversos timeframes numa unica tela
Candle Average PriceOverview
The Candle Average Price indicator is a custom tool designed to help traders identify key price levels by calculating and displaying the average price of recent candles on your TradingView chart. This indicator computes the average price based on a user-defined percentage of each candle's range over a specified number of candles. It then plots a horizontal line representing this average, covering only the last N candles as defined by you.
Key Features
Customizable Number of Candles: Define how many past candles to include in the average calculation.
Adjustable Percentage Level: Choose any percentage of each candle's range (from low to high) to calculate the price level.
Dynamic Horizontal Line: The indicator plots a horizontal line representing the calculated average, updating with each new bar and covering only the specified number of candles.
How It Works
Price at Specified Percentage:
For each candle, the indicator calculates a price level at your chosen percentage within the candle's range.
Formula: Price = Low + (Percentage Level / 100) * (High - Low)
Average Price Calculation:
It computes the average of these price levels over the last N candles.
Formula: Average Price = Sum of Price Levels over N Candles / N
Horizontal Line Plotting:
A horizontal line is drawn at the calculated average price level.
The line spans from N candles ago to the current candle, covering exactly the number of candles specified.
Input Parameters
Number of Candles (length):
Description: The number of recent candles over which the average is calculated.
Default Value: 4
Range: 1 to any positive integer.
Usage: Adjust this to include more or fewer candles in the calculation. A higher number smooths the average, while a lower number makes it more responsive to recent price changes.
Percentage Level (%):
Description: The percentage within each candle's range to calculate the price level.
Default Value: 50%
Range: 0% (candle low) to 100% (candle high).
Usage: Modify this to focus on different parts of each candle:
0%: Uses the low of each candle.
50%: Uses the midpoint of each candle.
100%: Uses the high of each candle.
Custom Percentage: Any value between 0% and 100% to target specific levels.
How to Use the Indicator
Adding the Indicator to Your Chart:
Open the TradingView chart of your preferred financial instrument.
Click on Indicators at the top of the chart.
Select Invite-Only Scripts if you've saved the script there, or use the Pine Editor to paste and apply the script.
Configuring the Settings:
After adding the indicator, click on the gear icon ⚙️ next to its name to open settings.
Adjust the Number of Candles (length) to your desired period.
Set the Percentage Level (%) (percentage) to the specific level within each candle's range you want to analyze.
Interpreting the Horizontal Line:
The horizontal line represents the average price calculated based on your inputs.
It updates with each new bar, always reflecting the most recent data over the specified number of candles.
The line only spans the last N candles, providing a focused view of recent price action.
Practical Applications
Identifying Support and Resistance Levels:
The average price line can act as a dynamic support or resistance level.
Traders can watch for price reactions around this line to make trading decisions.
Trend Analysis:
Observing how the price interacts with the average line can provide insights into the current trend's strength and potential reversals.
Entry and Exit Signals:
Use the line as a reference point for setting stop-loss orders or taking profits.
Combine it with other indicators for more robust trading signals.
In highly volatile markets, consider increasing the number of candles to avoid false signals.
Limitations and Considerations
Not a Standalone Tool:
This indicator should not be used in isolation for making trading decisions. Always consider additional analysis.
Market Conditions Matter:
The indicator may perform differently in trending markets versus ranging markets.
Data Refresh:
Ensure you have a stable internet connection and that your TradingView chart is set to the correct time frame.
Conclusion
The Candle Average Price indicator is a flexible and user-friendly tool that provides valuable insights into recent price action by calculating the average price based on your specific criteria. By adjusting the parameters to suit your trading style, you can incorporate this indicator into your technical analysis to help identify potential trading opportunities.
Disclaimer: Trading financial instruments involves risk, and past performance is not indicative of future results. This indicator is a tool to assist in analysis and should not be considered financial advice.
Happy Trading!
Richs Market StructureThis Pine Script indicator, "Last Bullish High & Lowest Low Tracker with Timeframe Background and Fill", is designed to visually track bullish and bearish trends based on price action on the current chart and a user-defined timeframe. It provides dynamic line plotting, area fills, and background coloring to represent trend alignment between the current chart and the selected timeframe.
Features and Functionalities
Tracks Bullish Highs and Bearish Lows:
The script identifies:
Bullish High: The highest price reached after a bullish (green) candle.
Bearish Low: The lowest price reached after a bearish (red) candle.
It dynamically updates these levels based on the price movements.
Line Plotting:
Current Chart Lines:
The Plotted Bullish High line (green/red) indicates the last bullish high.
The Lowest Low line (green/red) indicates the last bearish low.
Selected Timeframe Lines:
A separate set of lines is plotted for the user-defined timeframe (e.g., daily, weekly):
A Bullish High Line for the selected timeframe (lighter green).
A Lowest Low Line for the selected timeframe (lighter red).
Dynamic Area Fills:
The area between the Plotted Bullish High and Lowest Low is filled:
Green Fill: When both lines are green (indicating a bullish alignment).
Red Fill: When both lines are red (indicating a bearish alignment).
For the selected timeframe:
The area between the timeframe-specific Bullish High and Lowest Low is similarly filled with lighter colors.
Background Color Based on Timeframe Alignment:
The background color represents the trend alignment on the selected timeframe:
Green Background: When the timeframe’s Bullish High is rising and Lowest Low is rising (bullish trend).
Red Background: When the timeframe’s Bullish High is falling and Lowest Low is falling (bearish trend).
What It’s For
This indicator is designed for traders who want to:
Visualize Trends Across Timeframes:
It helps identify when the current chart’s trend aligns with a higher timeframe trend (e.g., daily, weekly).
Useful for multi-timeframe analysis.
Spot Bullish and Bearish Trends:
The color-coded lines and fills clearly show the dominant trend on both the current chart and the selected timeframe.
Plan Trades Based on Trend Alignment:
When the current chart and selected timeframe show the same trend:
Both lines and fills turn green (bullish).
Both lines and fills turn red (bearish).
This alignment is a potential signal for entering long or short trades.
Identify Reversals and Divergences:
Divergence between the current chart and timeframe trends (e.g., green on one, red on the other) may indicate trend weakening or reversal.
Visual Elements
Lines:
Solid lines (current chart): Represent the Plotted Bullish High and Lowest Low.
Dashed/lighter lines (selected timeframe): Represent the timeframe-specific Bullish High and Lowest Low.
Fills:
Green/Red fills highlight trend zones:
On the current chart (darker).
On the selected timeframe (lighter).
Background:
The entire chart background turns green or red based on the selected timeframe’s trend alignment.
Summary
This indicator is ideal for traders who want a clear visual representation of price trends and multi-timeframe alignment. It simplifies trend-following strategies by providing:
Easy-to-interpret fills and background colors.
Clear bullish and bearish zones.
Multi-timeframe trend confirmation.
TRIX ColorTRIX (Triple Exponential Moving Average) Indicator Overview
Purpose :
The TRIX Color indicator is a sophisticated technical analysis tool designed to:
Identify market trends
Generate trading signals
Measure price momentum
Filter out market noise
Calculation Methodology:
Applies three consecutive exponential moving averages (EMA)
Calculates percentage change of the third EMA compared to the previous period
Smooths out short-term price fluctuations
Reveals underlying price trends
Visual Characteristics:
TRIX Line Coloration:
Green: Value >= 0 (Bullish trend)
Red: Value < 0 (Bearish trend)
Trading Signals:
Buy Signal (Green Triangle):
Occurs when TRIX crosses zero from bottom to top
Indicates potential start of an upward trend
Sell Signal (Red Triangle):
Occurs when TRIX crosses zero from top to bottom
Suggests potential start of a downward trend
Configurable Parameters:
TRIX Period (default: 9)
Price type selection (open, close, high/low, etc.)
Key Benefits:
Trend identification
Market reversal point detection
Trade filtering
Momentum measurement
Noise reduction
Typical Use Cases:
Trend trading
Momentum trading
Trend confirmation
Market sentiment analysis
Recommended Strategies:
Combine with other technical indicators
Use on multiple timeframes
Confirm signals with additional analysis
Adjust period based on trading style
Ideal for Traders Who:
Seek trend-based trading strategies
Prefer visual, easy-to-interpret indicators
Trade on medium to long-term timeframes
Want to reduce market noise
Limitations:
Lagging indicator
Less effective in sideways markets
Should not be used in isolation
Requires complementary analysis
Technical Nuances:
Utilizes triple exponential smoothing
Provides percentage-based momentum
Offers clear visual trend interpretation
Performance Considerations:
Most effective in trending markets
Works best with liquid instruments
Requires proper risk management
Potential Improvements:
Combine with volume analysis
Use with support/resistance levels
Integrate with other momentum indicators
Customizable Rainbow Moving Averages (6 Lines)This script allows traders to display six customizable moving averages (MA) on their charts. Each MA can have its length, color, and line width tailored to the user's preferences. The script is designed to provide a clear overview of multiple trends across different timeframes, from short-term to long-term, by utilizing the following moving averages:
MA 5
MA 10
MA 20
MA 50
MA 100
MA 200
Key Features:
Fully editable MA lengths and colors for each line.
Smooth integration with the chart for easy trend analysis.
Color-coded "rainbow" effect for better visualization of trends.
How to Use:
Access the "Inputs" menu to customize the lengths and colors of each MA.
Apply the script to your chart to visualize the selected moving averages.
Analyze market trends using the clear, layered MAs to identify potential entry and exit points.
Ideal for:
Trend-following strategies.
Identifying crossovers between short-term and long-term trends.
Scalping, swing trading, and long-term investing.
-------------------------------------------------------------------------------------------
이 스크립트는 사용자가 직접 입력값을 설정할 수 있는 **6개의 이동평균선(Moving Average)**을 제공합니다.
각 이동평균선의 길이와 색상을 자유롭게 조정할 수 있어, 사용자에게 높은 커스터마이징 옵션을 제공합니다.
이 스크립트는 다음과 같은 특징이 있습니다:
6개의 이동평균선:
MA 5, MA 10, MA 20, MA 50, MA 100, MA 200
사용자 정의 가능:
각 이동평균선의 길이와 색상을 개별적으로 설정할 수 있습니다.
명확한 시각적 구분:
각 이동평균선은 고유의 색상으로 표시되어 차트를 쉽게 분석할 수 있습니다.
사용법:
스크립트 설정에서 각 이동평균선의 길이와 색상을 설정하세요.
이동평균선은 기본적으로 SMA(Simplified Moving Average)를 기준으로 계산됩니다.
트렌드 분석, 지지/저항 확인, 시장의 장기적 및 단기적 흐름을 파악하는 데 유용합니다.
차트 세팅 및 활용 팁:
"Rainbow 6"의 색상 체계를 활용하여 시장의 추세를 직관적으로 확인하세요.
각 이동평균선을 장기/단기 지표로 활용하여 돌파 구간이나 조정 시그널을 탐지할 수 있습니다.
RSI Revolucionário Inteligente com Filtro de VolatilidadeTítulo do Indicador
RSI Dinâmico com Filtro Avançado de Volatilidade
Descrição Completa
O RSI Dinâmico com Filtro Avançado de Volatilidade é um indicador inovador projetado para traders que buscam precisão nas decisões de compra e venda, utilizando uma abordagem avançada baseada no Índice de Força Relativa (RSI), volatilidade e análise de volume. Este indicador foi desenvolvido para maximizar a assertividade, evitando sinais em momentos de baixa movimentação e validando as operações em condições de mercado mais confiáveis.
Recursos Principais
Zonas Dinâmicas do RSI:
As zonas de sobrecompra e sobrevenda do RSI são ajustadas automaticamente de acordo com a volatilidade, oferecendo maior adaptabilidade aos movimentos de mercado.
Isso permite detectar reversões mais confiáveis, reduzindo falsos positivos.
Filtro de Volatilidade (ATR):
Um filtro avançado de volatilidade baseado no Average True Range (ATR) garante que os sinais sejam emitidos apenas quando o mercado apresenta movimentação significativa, evitando períodos laterais e incertezas.
Validação de Volume:
O indicador considera o volume em relação à média histórica, permitindo maior confiabilidade nos sinais emitidos em períodos de alta liquidez e interesse dos participantes do mercado.
Direção da Tendência com RSI e Média Móvel:
Combinação de RSI e médias móveis (EMA rápida e lenta) para emitir sinais apenas na direção da tendência predominante.
Sinais de Compra e Venda:
CALL (Compra): Quando o RSI atinge níveis de sobrevenda ajustados pela volatilidade, em tendência de alta com volume elevado.
PUT (Venda): Quando o RSI atinge níveis de sobrecompra ajustados pela volatilidade, em tendência de baixa com volume elevado.
Como Utilizar o Indicador
Tendência e Confirmação:
Use as médias móveis para identificar a tendência geral do mercado.
Realize operações apenas na direção da tendência (CALL em alta e PUT em baixa).
Sinais de Compra e Venda:
As setas verdes indicam sinais de compra (CALL).
As setas vermelhas indicam sinais de venda (PUT).
Parâmetros Ajustáveis:
Período RSI: Controle a sensibilidade do RSI às movimentações de mercado.
Período ATR e Filtro de Volatilidade: Ajuste para mercados mais ou menos voláteis.
Multiplicador de Volume: Controle o nível de validação do volume para sinais.
Configuração Ideal
Timeframe sugerido: 1 minuto (M1).
Ativo recomendado: BTC/USD ou outros ativos voláteis.
Teste e ajuste os parâmetros para melhor performance em diferentes mercados e ativos.
Aviso Importante
Este indicador é uma ferramenta poderosa, mas nenhuma estratégia ou ferramenta garante 100% de assertividade. É essencial realizar backtests, testes em conta demo e utilizar gerenciamento de risco adequado para maximizar os resultados.
Criação e Desenvolvimento
Este indicador foi projetado para oferecer precisão e eficiência ao trader moderno, aproveitando o poder da inteligência artificial e técnicas avançadas de análise de mercado. Experimente e otimize seus resultados no mercado! 🚀
MA(40)MA(40)
This script plots a 40-period Exponential Moving Average (EMA) in red and fills the area between the EMA and the zero line with a semi-transparent red color.
- 40-period EMA: A smoothed trend line of the price.
- Red color: Both the EMA and fill are in red for clarity.
- Fill: Highlights the area between the EMA and zero.
This indicator helps visualize the long-term trend and price movement over 40 periods.
CMO Multi-Timeframe Strategyit uses daily, weely, monthly CMO value for generating buy and sell signal
TMA Bands TMA (Triangular Moving Average):
Üçgen hareketli ortalamalar, fiyat verilerini yumuşatarak trendi daha net göstermek için kullanılır.
"Centered Asymmetric Bands" terimi, bu indikatörün merkezlenmiş bir yapıda çalıştığını ve farklı genişliklerde bantlar içerdiğini gösteriyor.
SHLL Model BTC PredictionThis indicator provides the model predictions for the Seasonal Halving Log-Log (SHLL) model as described here .
As an overview, the SHLL model is a power law model for Bitcoin price with a couple notable differences from the standard power law model:
Its exogenous variable is progression through halvings rather than days from the genesis block. Progression through halvings is defined as number of blocks mined through a given day divided by 210,000 (the number of blocks in each cycle)
Future predictions are based on the current rate at which blocks are mined
It is a mixed effects model where the fixed effects are a power law using progression through halving (also called "fair value") and the random effects are a seasonality component
The seasonality component is created by taking the percent progress through halving and breaking it into 48 periods. These allow cycle variability to be calculated versus the fair value
Variance is also hierarchical; a base variance is calculated and then individual, added variance is calculated for each seasonal period
It also incorporates IRLS like elements to trim outliers for more robust predictions
R^2 of the model versus the standard power law model:
Log scale: 0.976 vs. 0.956
Linear scale: 0.857 vs. 0.745
MM20 & MM50Moyenne Mobile 20
Moyenne Mobile 50
Les deux moyennes mobiles réuni en un script
FX:EURUSD FX:USDJPY FX:GBPUSD OANDA:GBPJPY FX:AUDUSD FX:USDCAD FX:EURJPY
Abstract Moving Averages
This combination of multiple types of MovingAverages shows the market's tendency to Trend or Range without any delay, making it particularly effective at predicting potential market volatility. This can be used for immediate direction bias or long term market shifts. As with any indicator it alone doesn't provide precise entries, it needs to be used in combination with a strategy.
Some details: use the 200MA(pink line) as the short term bias. Remove 500SMMA depending on strategy because it may cause issues. There is a session display tool, as a quality of life improvement.
Moving Averages used:
SMMA-1, length 500
MA-1, length 800
MA-2, length 500
MA-3, length 400
MA-4, length 250
MA-5, length 200
EMA-1, length 800
EMA-2, length 400
EMA-3, length 300
Super CCI By Baljit AujlaThe indicator you've shared is a custom CCI (Commodity Channel Index) with multiple types of Moving Averages (MA) and Divergence Detection. It is designed to help traders identify trends and reversals by combining the CCI with various MAs and detecting different types of divergences between the price and the CCI.
Key Components of the Indicator:
CCI (Commodity Channel Index):
The CCI is an oscillator that measures the deviation of the price from its average price over a specific period. It helps identify overbought and oversold conditions and the strength of a trend.
The CCI is calculated by subtracting a moving average (SMA) from the price and dividing by the average deviation from the SMA. The CCI values fluctuate above and below a zero centerline.
Multiple Moving Averages (MA):
The indicator allows you to choose from a variety of moving averages to smooth the CCI line and identify trend direction or support/resistance levels. The available types of MAs include:
SMA (Simple Moving Average)
EMA (Exponential Moving Average)
WMA (Weighted Moving Average)
HMA (Hull Moving Average)
RMA (Running Moving Average)
SMMA (Smoothed Moving Average)
TEMA (Triple Exponential Moving Average)
DEMA (Double Exponential Moving Average)
VWMA (Volume-Weighted Moving Average)
ZLEMA (Zero-Lag Exponential Moving Average)
You can select the type of MA to use with a specified length to help identify the trend direction or smooth out the CCI.
Divergence Detection:
The indicator includes a divergence detection mechanism to identify potential trend reversals. Divergences occur when the price and an oscillator like the CCI move in opposite directions, signaling a potential change in price momentum.
Four types of divergences are detected:
Bullish Divergence: Occurs when the price makes a lower low, but the CCI makes a higher low. This indicates a potential reversal to the upside.
Bearish Divergence: Occurs when the price makes a higher high, but the CCI makes a lower high. This indicates a potential reversal to the downside.
Hidden Bullish Divergence: Occurs when the price makes a higher low, but the CCI makes a lower low. This suggests a continuation of the uptrend.
Hidden Bearish Divergence: Occurs when the price makes a lower high, but the CCI makes a higher high. This suggests a continuation of the downtrend.
Each type of divergence is marked on the chart with arrows and labels to alert traders to potential trading opportunities. The labels include the divergence type (e.g., "Bull Div" for Bullish Divergence) and have customizable text colors.
Visual Representation:
The CCI and its associated moving average are plotted on the indicator panel below the price chart. The CCI is plotted as a line, and its color changes depending on whether it is above or below the moving average:
Green when the CCI is above the MA (indicating bullish momentum).
Red when the CCI is below the MA (indicating bearish momentum).
Horizontal lines are drawn at specific levels to help identify key CCI thresholds:
200 and -200 levels indicate extreme overbought or oversold conditions.
75 and -75 levels represent less extreme levels of overbought or oversold conditions.
The 0 level acts as a neutral or baseline level.
A background color fill between the 75 and -75 levels helps highlight the neutral zone.
Customization Options:
CCI Length: You can customize the length of the CCI, which determines the period over which the CCI is calculated.
MA Length: The length of the moving average applied to the CCI can also be adjusted.
MA Type: Choose from a variety of moving averages (SMA, EMA, WMA, etc.) to smooth the CCI.
Divergence Detection: The indicator automatically detects the four types of divergences (bullish, bearish, hidden bullish, hidden bearish) and visually marks them on the chart.
How to Use the Indicator:
Trend Identification: When the CCI is above the selected moving average, it suggests bullish momentum. When the CCI is below the moving average, it suggests bearish momentum.
Overbought/Oversold Conditions: The CCI values above 100 or below -100 indicate overbought and oversold conditions, respectively.
Divergence Analysis: The detection of bullish or bearish divergences can signal potential trend reversals. Hidden divergences may suggest trend continuation.
Trading Signals: You can use the divergence markers (arrows and labels) as potential buy or sell signals, depending on whether the divergence is bullish or bearish.
Practical Application:
This indicator is useful for traders who want to:
Combine the CCI with different moving averages for trend-following strategies.
Identify overbought and oversold conditions using the CCI.
Use divergence detection to anticipate potential trend reversals or continuations.
Have a highly customizable tool for various trading strategies, including trend trading, reversal trading, and divergence-based trading.
Overall, this is a comprehensive tool that combines multiple technical analysis techniques (CCI, moving averages, and divergence) in a single indicator, providing traders with a robust way to analyze price action and spot potential trading opportunities.
EMA & VWAP StrategyLong Entry: When the 9 EMA crosses above the 20 EMA and the price is above the VWAP.
Short Entry: When the 9 EMA crosses below the 20 EMA and the price is below the VWAP.
Exit Signals: Based on EMA crossbacks or opposite conditions.
SectorInfo+Darvas+EMA+Pivots+RSI+AVWAPSectorInfo+Darvas+EMA+Pivots+RSI+AVWAP
This indicator is having Darvas Box combination with all the EMAs and RSI for multi time frames.It also contains the sector and Industry info for any script.Additionally it also has the Pivots plotted and also the AVWAP
Real-Time Custom Candle Range Color Indicator
The script allows the user to input a custom range value (default set to 100 points) through the userDefinedRange variable. This value determines the minimum range required for a candle to change color.
Calculating Candle Range:
The script calculates the range of each candle by subtracting the low from the high price.
Determining Bullish or Bearish Candles:
It checks whether the close price is higher than the open price to determine if a candle is bullish (isBullish variable).
Coloring Candles:
Based on the custom range input, the script changes the color of the candles:
If the candle's range is greater than or equal to the custom range and it is bullish, the candle color is set to blue (bullishColor).
If the range condition is met and the candle is bearish, the color is set to orange (bearishColor).
If the range condition is not met, the color is set to na (not applicable).
Plotting Colored Candles:
The plotcandle function is used to plot candles with colors based on the custom range and bullish/bearish conditions. The candles will have a higher z-order to be displayed in front of default candles.
Displaying High and Low Price Points:
Triangular shapes are plotted at the high and low price levels using the plotshape function, with colors representing bullish (blue) and bearish (orange) conditions.
In trading, this indicator can help traders visually identify candles that meet a specific range criteria, potentially signaling strength or weakness in price movements. By customizing the range parameter, traders can adapt the indicator to different market conditions and trading strategies. It can be used in conjunction with other technical analysis tools to make informed trading decisions based on candlestick patterns and price movements.
High and Retracement Finder
This Pine Script indicator, titled "High and Retracement Finder," is designed to identify significant highs and lows on a price chart based on a user-defined starting point and retracement threshold. It begins analysis from a manually set bar index and tracks the highest high until the price retraces by a specified percentage (retracement threshold). Once this retracement occurs, it switches focus to finding the lowest low. If the price surpasses the previous high during this phase, the cycle resets, and the script resumes tracking a new highest high. The script visually marks these significant highs and lows with arrows on the chart, helping traders identify potential turning points or retracements in the market.
ETH/USDT Futures Helper (25x Leverage)//@version=5
indicator("ETH/USDT Futures Helper (25x Leverage)", overlay=true)
// Configuración de parámetros
length = input.int(14, title="Longitud para Soportes y Resistencias", minval=1)
rsi_length = input.int(14, title="Longitud del RSI")
ema_length = input.int(50, title="Longitud del EMA")
show_sr = input.bool(true, title="Mostrar Soportes y Resistencias")
show_rsi_filter = input.bool(true, title="Filtrar con RSI")
rsi_upper = input.int(70, title="RSI Sobrecomprado")
rsi_lower = input.int(30, title="RSI Sobrevendido")
// Cálculo de Soportes y Resistencias
highest_high = ta.highest(high, length)
lowest_low = ta.lowest(low, length)
resistance = highest_high
support = lowest_low
// RSI
rsi = ta.rsi(close, rsi_length)
// EMA
ema = ta.ema(close, ema_length)
// Condiciones de Señales con RSI y EMA
buy_condition = ta.crossover(close, support) and close > ema and (not show_rsi_filter or rsi < rsi_lower)
sell_condition = ta.crossunder(close, resistance) and close < ema and (not show_rsi_filter or rsi > rsi_upper)
// Mostrar Soportes y Resistencias
if show_sr
line.new(bar_index , resistance, bar_index , resistance, color=color.red, width=2, style=line.style_dotted, extend=extend.right)
line.new(bar_index , support, bar_index , support, color=color.green, width=2, style=line.style_dotted, extend=extend.right)
// Mostrar Señales en el Gráfico
plotshape(buy_condition, style=shape.labelup, location=location.belowbar, color=color.green, size=size.small, title="Buy Signal")
plotshape(sell_condition, style=shape.labeldown, location=location.abovebar, color=color.red, size=size.small, title="Sell Signal")
// Dibujar el EMA
plot(ema, color=color.blue, title="EMA")
// Alertas
alertcondition(buy_condition, title="Compra", message="¡Señal de compra detectada!")
alertcondition(sell_condition, title="Venta", message="¡Señal de venta detectada!")
// RSI Panel
hline(70, "RSI Overbought", color=color.red)
hline(30, "RSI Oversold", color=color.green)
plot(rsi, title="RSI", color=color.orange)
Overlay CME Futures Chart(any currency, btc eth...)1st version:
Quick script to show CME chart on top of your current currency
in addition with "Bitcoin CME Gaps "
EMA 34+10Features:
Customizable Lengths: Default values are 10 and 34, but you can adjust them in the settings.
Customizable Colors: You can select any color for the EMAs from the settings.
Overlay on Chart: The EMAs are plotted directly on the price chart.
How to Use:
Copy the script into TradingView's Pine Editor.
Click "Add to Chart" after saving.
Customize the lengths and colors as needed from the settings gear icon.
Let me know if you need further customizations!
Gaps and VWAP Algo v2Description:
Overview: The "Gaps and VWAP Algo v2" is a versatile and powerful indicator designed to enhance your trading analysis. This script helps traders identify gaps in the price chart that need to be filled, highlight trend zones, and calculate momentum indicators. It also includes a customizable info bar for quick trend analysis.
Key Features:
Gap Detection: Automatically identifies gaps in the chart based on a customizable threshold percentage.
VWAP Plot: Includes VWAP (Volume Weighted Average Price) for tracking intraday price movement relative to volume.
Momentum Indicators: Incorporates RSI, MACD, and momentum to analyze price strength and trend direction.
Trend Zones: Highlights bullish and bearish zones on the chart for better visualization.
Info Bar: Displays key market information like trend, RSI, MACD, momentum, VWAP, and volume in the top-right corner of your chart.
How It Works:
Gaps: Detects price gaps based on the gap threshold input. Labels "Gap Up" and "Gap Down" are added to the chart for clarity.
VWAP: Tracks the VWAP line with customizable display options.
Trend Detection: Uses EMA crossovers (fast and slow) to determine whether the market is bullish, bearish, or neutral.
Info Bar: Dynamically updates in the top-right corner, providing an easy-to-read summary of key metrics.
Customization Options:
Adjust the gap threshold, momentum period, and EMA periods to fit your trading style.
Turn on/off various features like VWAP, trend zones, gaps, and the info bar.
Change chart colors to suit your preference.
How to Use:
Add this indicator to your chart.
Enable the features you want (e.g., gaps, trend zones, info bar) via the settings.
Use the info bar for quick insights or analyze the chart to identify gaps and trend zones.
Originality: This script integrates gap detection, momentum tracking, and visual trend analysis into a single, streamlined tool. The info bar enhances usability by consolidating critical data in one place. It's a unique blend of essential trading tools designed to simplify your analysis process.
Compliance Checklist:
Language: The title and description are in English, adhering to TradingView's rules.
Originality and Usefulness: The script combines multiple features into a single tool with a detailed explanation of how they work together. It provides clear value to traders.
Title: The title is clean, in English, and uses only standard characters.
Description: The description explains the script's functionality, originality, and usage in detail.
Chart: Publish the script with a clean chart that demonstrates the gaps, VWAP, and the info bar in the top-right corner.
Realistic Claims: The description does not make any unsubstantiated claims about performance.
No Plagiarism: Ensure the code credits any reused open-source code appropriately in the description.
Final Steps:
Credit any reused code: If your script uses snippets of open-source code from others, mention it in the description (e.g., "This script includes modifications of open-source code for VWAP calculations.").
Review the Chart Setup: Before publishing, add the script to a clean chart that showcases its features and usability.
Set the Script to Public or Private: Choose based on whether you want it to be visible to the community or only shared privately.
Follow the Publishing Flow: When ready to publish, use the "Publish Script" option in the Pine Editor. Add the title, description, and any necessary tags.