指標和策略
Percentage Calculator by Akshay GaurThis indicator calculates and displays percentage levels above and below the current price. It allows you to easily identify any percentage levels which can be used in many things like creating strangles and straddles and make informed trading decisions. The indicator automatically adjusts and redraws the lines and labels on the latest bar to reflect real-time market conditions.
Key Features:
• Calculates percentage levels above and below the current price
• Displays percentage levels on big labels with the horizontal lines on the chart
• Allows you to adjust the percentage value and every details.
• Allows you to see Fluctuation line on the chart.
How to Use:
1. Set the percentage value to the desired level (e.g. 1%, 2%, etc.)
2. If you want to see Fluctuation lines also then turn on it from Input settings.
3. Use the displayed levels to identify desired percentage levels.
4. Make informed trading decisions based on the calculated levels
Mahen Support and ResistanceSupport and Resistance to my learning purpose. It may not work for others. Feel free to tweak it according to your needs. This also modified from good soul
Buy and Sell with Oscillator DivergenceThis exploratory script provides a graphical representation of "Peaks" and "Dips" during market expansion, where traders are likely to take part of their profits. One possible use is with a contrarian entry strategy: selling when buyers have finished taking their profits and buying when sellers have finished taking their profits. This is achieved by comparing the strength of an existing trend by analysing the price and any given oscillator between two consecutive peaks or dips for regular divergences.
The script combines Bollinger Band expansion to detect extreme points. It then compares a single oscillator of choice (e.g., RSI, CCI, Stoch RSI, or MACD) to determine whether the value of the oscillator between two Bollinger Band extremes is increasing or decreasing, thereby detecting possible divergence with the price. Additionally, there is an option to include any other oscillator of choice as an input source for the oscillator, provided that it is loaded on the chart.
In an uptrend, if the price continues to peak higher while the oscillator peaks lower, it indicates signs of bullish exhaustion. Conversely, in a downtrend, if the price keeps dipping lower while the oscillator dips higher, it signals bearish exhaustion.
The above can be used in conjunction with price action analysis to identify entry or exit points near key areas of support or resistance. The script is intended for exploratory and educational purposes, is a work in progress, it requires further tunning, and does not constitute financial advice.
Power Law & Heavy Tail + Fractal Dimension [Combined]This indicator adept fractral dimension and powerlaw to find state of price in three states, Up, Down, and sideways.
Bitcoin vs Mag7 Combined IndexThis Mag7 Combined Index script is a custom TradingView indicator that calculates and visualizes the collective performance of the Magnificent 7 (Mag7) stocks—Apple, Microsoft, Alphabet, Amazon, NVIDIA, Tesla, and Meta (red line) compared to Bitcoin (blue line). It normalizes the daily closing prices of each stock to their initial value on the chart, scales them into percentages, and then computes their simple average to form a combined index. The result is plotted as a single line, offering a clear view of the aggregated performance of these influential stocks over time compared to Bitcoin.
This indicator is ideal for analyzing the overall market impact of the Mag7 compared to Bitcoin.
[Sapphire] JetStream (SWMA + Laguerre Filter)A Dynamic Fusion of Sine Weighted Moving Average and Laguerre Filter
The JetStream Indicator is a versatile tool that combines the Sine Weighted Moving Average (SWMA) and the Laguerre Filter. This can be used to dynamically visualize price movements overtime.
Core Components:
Sine Weighted Moving Average (SWMA):
The SWMA applies sine-weighted coefficients to recent price values, producing a responsive moving average that adapts to market conditions.
The plotted SWMA line changes its color based on directional movement:
Cyan: Upward trend.
Gray: Downward trend.
The sensitivity of the SWMA is controlled via the SWMA Length input, allowing users to fine-tune its responsiveness to price changes.
Laguerre Filter:
The Laguerre Filter uses recursive smoothing techniques to extract meaningful trends while minimizing lag.
The filter line dynamically changes color:
Blue: Upward momentum.
White: Downward momentum.
The Laguerre Alpha parameter adjusts the filter's smoothing intensity, giving users control over its reaction to price fluctuations.
Bar Repainting:
The bar coloring feature adds another layer of visualization by dynamically altering bar colors based on the interaction between the SWMA and Laguerre Filter:
White: Both SWMA and Laguerre Filter are trending upward.
Teal: Both SWMA and Laguerre Filter are trending downward.
Cyan: Divergence between the two (one trending upward, the other downward).
Berma Rate Of Change [BROC]The provided code is a TradingView Pine Script indicator for calculating the Rate of Change (ROC) over multiple time periods. It includes the following features:
1. **Inputs**: Users can select different lengths for the ROC calculation, including 10, 20, 40, 80, and 160 periods, as well as choose the data source (e.g., closing price).
2. **ROC Calculation**: The ROC is calculated for each specified period using the formula:
\ )}{\left(\frac{(current\_price + price )}{2}\right)}
\]
This formula compares the current price with the price from the specified number of periods ago, normalized by the average of the two prices.
3. **Plotting**: The ROC values are plotted on the chart with colors indicating whether the ROC is positive (green) or negative (red). Each of the five ROC values is plotted separately.
4. **Zero Line**: A dashed horizontal line at zero helps identify the pivot point between upward and downward trends.
5. **Background Color**: The background color changes to a light green when all ROC values are positive and to light red when all ROC values are negative, providing immediate visual cues for overall trend conditions.
This indicator is useful for traders seeking to understand momentum and price changes over varying periods, giving insight into potential buy or sell signals.
Ichimoku + RSI + MACD + HTF Divergence + EMA Cross Strategyبا اضافه کردن کراسهای EMA 50 و 100، استراتژی بهبود یافته و نقاط ورود دقیقتری ایجاد میکند. این کراسها به عنوان تأییدیههای اضافی برای روند و قدرت حرکت قیمت عمل میکنند و میتوانند به کاهش سیگنالهای نادرست کمک کنند
5-Minute Momo StrategyEntry Conditions:
Buy when the short MA crosses above the long MA, RSI confirms no overbought condition, and MACD is bullish.
Sell when the short MA crosses below the long MA, RSI confirms no oversold condition, and MACD is bearish.
Exit Conditions:
Close long positions when the opposite crossover occurs or RSI becomes overbought.
Close short positions when the opposite crossover occurs or RSI becomes oversold.
Stop-Loss and Take-Profit:
Uses ATR-based levels for dynamic stop-loss and take-profit targets.
Visualization:
Plots moving averages, RSI levels, and MACD histogram for easy analysis.
Alerts:
Configurable alerts to notify traders of buy and sell signals.
흑트2 Signal PlotSignal Description
This strategy utilizes double golden crosses and dead crosses of the MACD (Moving Average Convergence Divergence). When a second golden cross or dead cross meeting the specified conditions occurs, a signal is generated.
Long Position
1. The MACD must form two golden crosses below the zero line.
2. The first golden cross must be lower than the second golden cross.
Short Position
1. The MACD must form two dead crosses above the zero line.
2. The first dead cross must be higher than the second dead cross.
Position Entry
* after confirming a signal, wait for confirmation, such as breaking a resistance level in the desired direction on the observed timeframe.
* Enter the position at the breakout point when such confirmation occurs.
Filtering Options
To reduce noise, several filtering functions have been added. Further research may be needed.
1. Minimum Bar Count Between Golden/Dead Crosses (default = 5):
* Sets the minimum number of bars between crosses to ignore signals in sideways markets with frequent crosses due to small fluctuations.
2. Maximum Bar Count Between Golden/Dead Crosses (default = 30):
* Considers crosses too far apart as noise and ignores them.
3. Percentage Change Between Golden/Dead Crosses (default = 1%):
* Filters out signals where the percentage difference between the first and second cross is too small, considering them as noise.
4. Candle Close Comparison:
* When a golden cross occurs, the price should be declining.
* When a dead cross occurs, the price should be rising.
* In other words, filters signals to only consider MACD divergence.
5. RSI Filter:
* Displays long/short signals only when the RSI is above (or below) a specified level.
시그널 설명
맥디(macd)의 더블 골든크로스와 데드크로스를 활용한 기법. 조건에 맞는 두번재 데드크로스나 골든 크로스가 발생하였을때 두번째 골크나 데크에서 시그널 발생.
롱
macd가 제로라인 아래에서 골크를 두번생성.
첫번째 골크가 두번째 골크보다 아래에 있어야 함.
숏
macd가 제로라인 위에서 데드를 두번생성.
첫번째 데크가 두번째 데크보다 위에 있어야 함.
포지션 진입.
시그널이 발생하고 원하는 방향으로의 보는 시간프레임에서의 저항을 돌파하는 흐름이 나올때 돌파지점에서 포지션 진입.
필터링 : 노이즈 제거용으로 몇가지 필터링 기능을 추가함. 더 연구가 필요.
1. 골크/데크사이 최소바 개수(default=5) : 골크/데크간 최소 바의 개수로 횡보구간에서 작은 변동성으로 너무 잦은 골크/데크 발생하는 것을 무시하기 위한 옵션.
2. 골크/데크사이 최대바 개수(default=30): 골크/데크간 간격이 너무 넓은 것은 노이즈 간주하기 위한 옵션.
3. 골크/데크간 변화(%)(default=1) : 첫번째 골크(또는 데크)와 두번째 골크와의 변화율이 너무 적은 경우 노이즈로 간주 필터링 할수 있는 옵션.
4. 봉마감 비교: 골드가 발생하였을때 가격은 하락, 데크가 발생하였을때 가격은 상승. 즉 macd다이버전스 일때만 필터링
5. RSI filter : rsi 가 지정된 가격 이상(또는 이하)일때만 롱/숏 시그널 표시.
Advanced Price Action Dashboard🚀 Advanced Price Action Dashboard
Welcome to the Advanced Price Action Dashboard, a powerful tool that helps you analyze market behavior clearly and visually in real-time. This table displays key price action signals, volume analysis, RSI, and other indicators to help you make informed decisions. Let’s break it down!
🛠️ What does this indicator do?
This indicator is a dashboard of signals that shows you various market factors such as:
Reversal Signals 🌀
Continuation Signals 🔁
RSI Analysis 📊
Volume Conditions 📈
Support and Resistance on a Higher Timeframe 🏔️
📅 Table Components
📝 Indicator Title:
"Advanced Price Action Dashboard" is the title at the top of the table. It's your go-to table to see market analysis at a glance.
📈 Reversal Signals Section:
Bullish Reversal: Indicates a potential change from a downtrend to an uptrend. A ✅ means the condition is met, and ❌ means it’s not.
Bearish Reversal: Indicates a potential change from an uptrend to a downtrend. A ✅ means the condition is met, and ❌ means it’s not.
🔄 Continuation Signals Section:
Bullish Continuation: Indicates the uptrend may continue. A ✅ means the condition is met, and ❌ means it’s not.
Bearish Continuation: Indicates the downtrend may continue. A ✅ means the condition is met, and ❌ means it’s not.
📊 RSI Conditions Section:
RSI (Relative Strength Index): Shows the current RSI value. If RSI is above 70 (overbought), it’s marked in red, and if it’s below 30 (oversold), it’s marked in green.
📊 Volume Conditions:
Volume Spike: If the current volume is significantly higher than the average, it’s marked with a ✅, indicating a potential trend change.
🔒 Support and Resistance on a Higher Timeframe:
Near Higher TF Resistance: Indicates if the price is near a resistance zone on a higher timeframe chart. It’s marked in red.
Near Higher TF Support: Indicates if the price is near a support zone on a higher timeframe chart. It’s marked in green.
🏅 Trend Direction:
Trend Direction: If the price is above the moving average (MA), it’s marked "Bullish" in green; if it’s below, it’s marked "Bearish" in red.
🔥 Large Body Candle:
Large Body Candle: Shows if the current candle has a large body, which could indicate a strong price movement.
🔍 How to Use This Indicator
Quick Setup:
This indicator is ready to use as soon as you add it to your TradingView chart. No complex configurations are needed.
Interpret the Signals:
The table checkboxes will clearly show whether reversal or continuation signals are present, and if the volume or RSI conditions are met.
Actions to Take:
If you see a ✅ in Bullish Reversal and RSI Oversold (RSI < 30), you might consider a buy.
If you see a ✅ in Bearish Reversal and RSI Overbought (RSI > 70), you might consider a sell.
Continuation signals help you identify if a trend is ongoing and may continue.
📈 Visual Overview of the Table
The Dashboard is displayed at the top right of your chart so you can see all the relevant information without losing sight of the price in real-time.
Colors: The table’s colors help you quickly identify the current market condition:
✅ = Condition met (good signal).
❌ = Condition not met (avoid action).
Green = Bullish, good time to buy.
Red = Bearish, good time to sell.
Blue and Gray to highlight trend and volume analysis.
🛠️ Customization
You can adjust the settings according to your preferences:
Moving Average (MA) length 🧮
Volume multiplier 📊
RSI (with adjustable overbought and oversold levels) 📉
Multi-timeframe analysis 🕒
🏁 Conclusion
The Advanced Price Action Dashboard is a great tool for traders who want a quick and efficient market analysis. With clear reversal and continuation signals, volume and RSI analysis, it helps you make informed decisions while staying in tune with the market flow.
Happy trading! 🚀📈
US30 Scalping Strategy 5 min chartStrategy Overview
Timeframe: 5-minute chart
Stop Loss: Previous candle’s high/low (1 candle SL)
Take Profit: 30 pips
Indicators:
Exponential Moving Averages (EMA): 9 EMA and 21 EMA for trend direction
Relative Strength Index (RSI): For momentum confirmation
Buy/Sell Signals with Support & Resistance (15m) - MSupport and Resistance Calculation:
Pivot Points: The script calculates support and resistance based on pivot points within a lookback window (pivotLookback).
Resistance: It takes the recent pivot high and adjusts it upward using a sensitivity factor to identify potential resistance.
Support: It takes the recent pivot low and adjusts it downward using the same sensitivity factor to identify potential support.
Buy and Sell Conditions:
MACD: Generates buy signals when the MACD line crosses above the signal line and sell signals when the MACD line crosses below the signal line.
RSI: Ensures buy signals occur when RSI is below the overbought level and sell signals occur when RSI is above the oversold level.
SuperTrend: Confirms the prevailing trend (uptrend for buy signals and downtrend for sell signals).
Plotting:
Support and Resistance Levels: These levels are plotted on the chart as horizontal lines, with resistance in red and support in green.
Buy and Sell Signals: Labels ("BUY" or "SELL") are plotted on the chart based on the conditions.
Bar Color: Bars are colored green for buy signals and red for sell signals.
SW monthly Gann Days**Script Description:**
The script you are looking at is based on the work of W.D. Gann, a famous trader and market analyst in the early 20th century, known for his use of geometry, astrology, and numerology in market analysis. Gann believed that certain days in the market had significant importance, and he observed that markets often exhibited significant price moves around specific dates. These dates were typically associated with cyclical patterns in price movements, and Gann referred to these as "Gann Days."
In this script, we have focused on highlighting certain days of the month that Gann believed to have an influence on market behavior. The specific days in question are the **6th to 7th**, **9th to 10th**, **14th to 15th**, **19th to 20th**, **23rd to 24th**, and **29th to 31st** of each month. These ranges are based on Gann’s theory that there are recurring time cycles in the market that cause turning points or critical price movements to occur around certain days of the month.
### **Why Gann Used These Days:**
1. **Mathematical and Astrological Cycles:**
Gann believed that markets were influenced by natural cycles, and that certain dates (or combinations of dates) played a critical role in the price movements. These specific days are part of his broader theory of "time cycles" where the market would often change direction, reverse, or exhibit significant volatility on particular days. Gann's research was based on both mathematical principles and astrological observations, leading him to assign importance to these days.
2. **Gann's Universal Timing Theory:**
According to Gann, financial markets operate in a universe governed by geometric and astrological principles. These cycles repeat themselves over time, and specific days in a given month correspond to key turning points within these repeating cycles. Gann found that the 6th to 7th, 9th to 10th, 14th to 15th, 19th to 20th, 23rd to 24th, and 29th to 31st often marked significant changes in the market, making them particularly important for traders to watch.
3. **Market Psychology and Sentiment:**
These specific days likely correspond to key moments where market participants tend to react in predictable ways, influenced by past market behavior on similar dates. For example, news events or scheduled economic reports might fall within these time windows, causing the market to respond in a particular way. Gann's method involves using these cyclical patterns to predict turning points in market prices, enabling traders to anticipate when the market might make a reversal or face a significant shift in direction.
4. **Turning Points:**
Gann believed that markets often reversed or encountered critical points around specific dates. This is why he considered certain days more important than others. By identifying and focusing on these days, traders can better anticipate the market’s movement and make more informed trading decisions.
5. **Numerology:**
Gann also utilized numerology in his trading system, believing that numbers, and particularly certain key numbers, had significance in predicting market movements. The days selected in this script may correspond to numerological patterns that Gann identified in his analysis of the markets, such as recurring numbers in his astrological and geometric systems.
### **Purpose of the Script:**
This script highlights these "Gann Days" within a trading chart for 2024 and 2025. The color-coding or background highlighting is intended to draw attention to these dates, so traders can observe the potential for significant market movements during these times. By identifying these specific dates, traders following Gann's theories may gain insights into possible turning points, corrections, or key price movements based on the market's historical behavior around these days.
Overall, Gann’s use of specific days was based on his deep belief in the cyclical nature of the market and his attempt to tie those cycles to the natural laws of time, geometry, and astrology. By focusing on these dates, Gann aimed to give traders an edge in predicting significant market events and price shifts.
Advertencias de TradingDescripción para tu Análisis: Advertencias de Trading TitanSwap
El indicador "Advertencias de Trading TitanSwap" ha sido diseñado para proporcionar señales visuales y claras sobre las condiciones del mercado, ayudando a los traders a identificar momentos clave para operar. Este análisis combina tres poderosas herramientas del análisis técnico: EMAs (Medias Móviles Exponenciales), RSI (Índice de Fuerza Relativa) y ADX (Average Directional Index), con el objetivo de evaluar tanto la dirección como la fuerza de las tendencias.
Componentes del Indicador:
Medias Móviles Exponenciales (EMA):
Utiliza tres EMAs (11, 55 y 200) para detectar tendencias alcistas, bajistas o laterales.
Proporciona una visión clara de la estructura del mercado y permite identificar cambios en la tendencia.
RSI (Índice de Fuerza Relativa):
Analiza el nivel de sobrecompra y sobreventa del mercado.
Señales clave:
RSI < 30: Indica una condición de sobreventa, posible oportunidad de compra.
RSI > 70: Indica sobrecompra, posible corrección o venta.
ADX y DI (Directional Index):
Evalúa la fuerza de la tendencia actual.
Señales clave:
ADX > 25: Indica una tendencia fuerte.
ADX < 20: Indica una tendencia débil o mercado lateral.
Advertencias Visuales:
El indicador muestra un cuadro en la esquina inferior derecha del gráfico que detalla:
Condiciones de RSI: Sobrecompra o sobreventa.
Fuerza de la Tendencia (ADX): Fuerte o débil.
Estado de las EMAs: Alcista, bajista o lateral.
Beneficios del Indicador:
Proporciona una visión clara y organizada de las condiciones del mercado.
Ayuda a evitar operaciones en mercados laterales o con poca fuerza.
Simplifica la toma de decisiones al consolidar múltiples indicadores en un solo análisis.
Este indicador es ideal para traders que buscan una herramienta confiable para operar con confianza en TitanSwap y otros mercados.
EMA + BB + ST indicatorThe EMA + BB + ST Indicator is a versatile and compact trading tool designed for traders using free accounts with limited indicators. It combines three powerful technical analysis tools into one:
Exponential Moving Average (EMA): Tracks the trend and smooths price data, making it easier to identify market direction and potential reversals. Configurable to various timeframes for both short-term and long-term trend analysis.
Bollinger Bands (BB): Measures volatility and provides dynamic support and resistance levels. Useful for spotting overbought/oversold conditions and breakout opportunities.
SuperTrend (ST): A trend-following indicator that overlays the chart with buy/sell signals. It simplifies decision-making by highlighting clear trend reversals.
This single indicator offers a streamlined experience, helping traders:
Save indicator slots on free platforms like TradingView.
Gain comprehensive market insights from a single chart.
Easily customize inputs for EMA, BB, and ST to suit various strategies.
Ideal for swing, day, and long-term traders who want to maximize efficiency and performance on free accounts without sacrificing advanced functionality.
Ichimoku + RSI + MACD + HTF Divergence + EMA Cross Strategyبا اضافه کردن کراسهای EMA 50 و 100، استراتژی بهبود یافته و نقاط ورود دقیقتری ایجاد میکند. این کراسها به عنوان تأییدیههای اضافی برای روند و قدرت حرکت قیمت عمل میکنند و میتوانند به کاهش سیگنالهای نادرست کمک کنند
OHOL_VWAP_STIts all about OH and OL concept for Nifty Future.
1.When OH candle formed and breaks the high we can enter the position, candle should be below supertrend , moving average and vwap .
2..When OL candle formed and breaks the high we can enter the position, candle should be above supertrend , moving average and vwap .