Volume with ThresholdThis dynamic line acts like a "threshold" or "zero line" to help visually determine whether the volume is above or below a certain level, which can be useful for spotting key activity changes.
Candlestick analysis
Compare Symbol [LuxmiAI]This indicator allows users to plot candles or bars for a selected symbol and add a moving average of their choice as an underlay. Users can customize the moving average type and length, making it versatile for a wide range of trading strategies.
This script is designed to offer flexibility, letting traders select the symbol, timeframe, candle style, and moving average type directly from the input options. The moving averages include the Exponential Moving Average (EMA), Simple Moving Average (SMA), Weighted Moving Average (WMA), and Volume-Weighted Moving Average (VWMA).
Features of the Script
This indicator provides the following key features:
1. Symbol Selection: Users can input the ticker symbol for which they want to plot the data.
2. Timeframe Selection: The script allows users to choose a timeframe for the symbol data.
3. Candle Styles: Users can select from three styles - regular candles, bars, or Heikin-Ashi candles.
4. Moving Average Options: Users can choose between EMA, SMA, WMA, and VWMA for added trend analysis.
5. Customizable Moving Average Length: The length of the moving average can be adjusted to suit individual trading strategies.
How the Script Works
The script starts by taking user inputs for the symbol and timeframe. It then retrieves the open, high, low, and close prices of the selected symbol and timeframe using the request.security function. Users can select between three candle styles: standard candles, bars, and Heikin-Ashi candles. If Heikin-Ashi candles are selected, the script calculates the Heikin-Ashi open, high, low, and close values.
To add further analysis capabilities, the script includes a moving average. Traders can select the moving average type from EMA, SMA, WMA, or VWMA and specify the desired length. The selected moving average is then plotted on the chart to provide a clear visualization of the trend.
Step-by-Step Implementation
1. Input Options: The script starts by taking inputs for the symbol, timeframe, candle style, moving average type, and length.
2. Data Retrieval: The script fetches OHLC data for the selected symbol and timeframe using request.security.
3. Candle Style Logic: It determines which candle style to plot based on the user’s selection. If Heikin-Ashi is selected, the script calculates Heikin-Ashi values.
4. Moving Average Calculation: Depending on the user’s choice, the script calculates the selected moving average.
5. Visualization: The script plots the candles or bars and overlays the moving average on the chart.
Benefits of Using This Indicator
This custom indicator provides multiple benefits for traders. It allows for quick comparisons between symbols and timeframes, helping traders identify trends and patterns. The flexibility to choose different candle styles and moving averages enhances its adaptability to various trading strategies. Additionally, the ability to customize the moving average length makes it suitable for both short-term and long-term analysis.
Maia Day Trade and Swing TradeGeneral Explanation:
While developing Maia, we wanted to reflect more than 30 indicators on a single screen in different time frames or different base settings.
There are two features you can use on your analysis:
Different Value Fixed Time (1 Hour Timeframe)
In this feature, you will see three lines on your graph which are Fast Legnth (period of 7) Base Legnth (period of 14) and Slow Legnth (period 21). Also you can change and period's which can be fit better to your strategy.
Fixed Value Different Time (1/5/15/30/60/240 Minute Timeframe)
In this features, you will see six lines on your graph, these lines calculates by Base Length or Base Calculation which can be change at setting screen.
Indicator List:
Parabolic SAR
Relative Strength Index ( RSI )
Commodity Channel Index ( CCI )
Money Flow Index ( MFI )
Rate of Change ( ROC )
Average True Range ( ATR )
Aroon
Arnaud Legoux Moving Average ( ALMA )
Bollinger Band Width ( BBW )
Coppock Curve
Chande Momentum Oscillator ( CMO )
Center of Gravity ( COG )
Positive Directional Movement ( +DI )
Negative Directional Movement ( -DI )
Average Directional Movement Index ( ADX )
Ease of Movement ( EOM )
Fractal Adaptive Moving Average ( FRAMA )
Hilbert Transform ( HT )
Hull Moving Average ( HMA )
Inverse Fisher Transform ( IFT )
Keltner Channels Width ( KCW )
Linear Regression Curve ( LINREG )
Momentum ( MOM )
Super Trend
Super Trend ( Signal )
Sentiment Zone Oscillator ( SZO )
Standard Deviation
True Strength Index ( TSI )
Ultimate Oscillator ( UO )
Volume Zone Oscillator ( VZO )
Wave Period Oscillator ( WPO )
Weighted Moving Average ( WMA )
Williams %R
Important Notice:
* Indicator, core data and decision function is designed based on Bitcoin futures market. Signals may not work properly for other equities.
Tips & Tricks:
* Don't forget, every positions has own risks and profits but trade in main trend is crucial.
TEMA Cross StrategyDisclaimer Work in Progress:
This Indicator calculates three emas. Default Value 8,13 & 21
Under certain circumstances the indicator will generate a buy or sell signal. If a given signal matches with your analysis u can turn on the EST ATR Range.
This will calulate the ART from a given timeperiodand display the double on the chart to identify potential tps
ICT CRT Model Range with EquilibriumICT CRT Model Range with Equilibrium Indicator
This indicator calculates and displays the high, low, and equilibrium levels within a custom-defined session (9:00 am to 10:00 am New York Time and the lines will stop appearing at 16:00pm ). It draws horizontal lines to represent the session's range and marks the equilibrium point as a reference.
What is CRT (Candle Range Theory)?
Candle Range Theory (CRT) is based on the concept that every candle on any timeframe forms its own range. These ranges can either be manipulated—through strategies like Turtle Soup—or broken, resulting in price movements such as engulfing patterns, breakouts, and retests beyond the candle's high or low.
CRT is commonly visualized as a 3-candle model, but it can include more candles due to the presence of inside bars. An inside bar is a candle whose high is not higher than the previous candle's high and whose low is not lower than the previous candle's low.
The CRT model follows the A-M-D structure:
Accumulation (A): The first candle or group of candles (inside bars) represents market consolidation.
Manipulation (M): The second candle signals a false move, often a Turtle Soup setup designed to trap traders.
Distribution (D): The third candle confirms the true market move, breaking out of the range and establishing the trend.
Customizable Settings:
Line Colors: Choose your preferred colors for the high, low, and equilibrium lines.
Line Widths: Adjust the thickness of the lines for better visibility.
Line Styles: Select from solid, dotted, or dashed styles for each line.
Label Settings: Customize the text and colors of the labels for the high, low, and equilibrium points.
Traders can easily modify these settings to suit their visual preferences and trading strategies. This indicator is ideal for identifying price action within a specific range, offering clear visual cues for potential CRT Setup.
kurd vipThis Pine Script™ code is a comprehensive trading indicator that combines several strategies, including CCI (Commodity Channel Index), Volume Weighted EMA (Exponential Moving Average), Long/Short signals, Supertrend, and an ATR-based trailing stop system (UT Bot Alerts). Here's an explanation of each component and its benefits for TradingView users:
### Indicator Overview:
1. **CCI with Volume Weighted EMA:**
- **CCI (Commodity Channel Index)** is used to identify cyclical trends in the price data. In this script, it's combined with a volume-weighted moving average to better reflect the price action by considering the volume of trading.
- A custom version of **Volume Weighted EMA** is implemented to smooth the price-volume relationship, which can give a clearer picture of market trends.
- **Long/Short Signals** are generated based on thresholds for CCI, helping traders identify potential entry points.
2. **Supertrend Indicator:**
- The **Supertrend** indicator is a trend-following system based on the Average True Range (ATR). It helps identify the current market trend (uptrend or downtrend) and provides signals to buy or sell accordingly.
- Supertrend lines are plotted on the chart, with green representing an uptrend and red representing a downtrend.
- This can be particularly useful for traders to stay aligned with the market direction and avoid entering trades against the trend.
3. **UT Bot Alerts with ATR Trailing Stop:**
- The **UT Bot** alert system uses an ATR-based trailing stop mechanism to track price movements and trigger buy or sell signals.
- The ATR (Average True Range) is used to determine volatility, which helps in setting dynamic stop levels based on market conditions.
- **Buy/Sell Alerts** are generated when price crosses the trailing stop levels, helping traders to stay in profitable trades while protecting against sudden reversals.
### Key Features and Benefits:
1. **Multi-Timeframe Analysis:**
- This script supports multiple timeframes (15 minutes, 5 minutes, 1 hour, 4 hours) for analyzing CCI and price data across different time horizons.
- It offers flexibility for traders to compare signals from different timeframes and make more informed decisions.
2. **Long and Short Signal Generation:**
- **Long signals** are generated when the CCI crosses above a specified threshold and a reversal condition is met (e.g., a green reversal candle in a lower timeframe).
- **Short signals** are generated when the CCI crosses below a specific threshold and a bearish candle appears, providing traders with opportunities to enter short positions.
3. **Customizable Parameters:**
- The indicator allows users to adjust key parameters such as the CCI length, EMA lengths, thresholds for long and short signals, ATR period, and sensitivity for the UT Bot. This customization gives traders the flexibility to tailor the indicator to their trading style.
4. **Supertrend for Trend Confirmation:**
- The integration of Supertrend offers additional trend confirmation, helping traders filter out false signals and focus on trades that align with the overall market direction.
5. **ATR-Based Trailing Stop:**
- The ATR trailing stop helps manage risk by dynamically adjusting stop levels based on market volatility. This is particularly beneficial for trend-following traders who want to lock in profits while allowing their trades to run.
6. **Visual Clarity:**
- The indicator displays clear and easy-to-understand shapes (e.g., triangles for long signals, labels for buy/sell) and plots (e.g., EMA, Supertrend lines), making it user-friendly and helping traders quickly interpret the data.
7. **Alert System:**
- Alerts are included for **Long**, **Short**, **Supertrend changes**, and **UT Bot signals**, ensuring traders are notified of key events in the market without constantly watching the chart.
### Conclusion:
This comprehensive indicator is well-suited for TradingView users who seek to combine multiple strategies into a single, customizable tool. It provides a complete solution by incorporating volume-weighted indicators, trend-following systems, and advanced risk management features like trailing stops. By using this script, traders can enhance their decision-making process with clear signals, trend confirmation, and dynamic risk management tools.
For anyone seeking to automate their analysis and receive real-time alerts on key trade signals, this script can be a powerful addition to their trading toolkit.
Alim Satim 5 Gun KuraliTradingView için alımların üst üste 5 gün satımdan fazla olduğunda alım işareti veren bir indikatör
TOM MACD Buy and Sell with Signal Direction ChangeMACD crossing and direction change. This script mark when fas mooving average crossing slow MA, and when histogram change direction. It is for trend fallow trading strategy.
I made it for personal use, not for trading sugestion. Use it on your ovn risk.
Opening 5-Minute High/Low for NY and London Sessionsmarks out opening 5 minute high and low of the new york and london market
PİVOTS AND ECHO pivots kodları ve echo indicatörünün birleşimiyle yapılan çiftleme işlemider denem aşaasında olum hağlan geliştirilmekte olmaktadır bundan dolayı hiçbir işlem yatırım tavsiyesi diğildir
Trade Checklist RSI BollingerBands UP/DOWN Daysupdated 30WSMA in the table this is a good indicator for a stock to be bullish or bearish above 30WSMA is bullish and below is bearish
FXzio Engulfing Candle This indicator is designed to identify and highlight **Engulfing Candlestick Patterns** on your TradingView charts.
Triple Exponential Moving AverageAn indicator to calculate three exponential moving averages with customizables lengths. Default is 8,13,21
This indicator will display a buy or sell signal on the chart if certain conditions regarding the relationship between them are fulfilled. For further information look at the souce code.
DISCLAIMER : You should never buy / sell an assets just because of this indicator. It just helps in terms of visualization.
In the settings you can find two short and long scenarios each.
Short 1 / Long 1: Come into effect when EMA1 < EMA 2 < EMA 3
Short 2 / Long 2: Cme into effect when EMA 1 < EMA 2
Vingativo Milionario 2.0Vingativo Milionario 2.0
Vingativo Milionario 2.0
Vingativo Milionario 2.0
Vingativo Milionario 2.0
Vingativo Milionario 2.0
Vingativo Milionario 2.0
Bollinger Bands Breakout with Liquidity Swingsollinger Bands için, 20 dönemlik bir SMA (Hareketli Ortalama) ve 2 standart sapma kullanıldı.
Buy ve Sell Sinyalleri: Bollinger Bands üst ve alt bandının dışına çıkma ve tekrar içine geri dönme durumu kontrol edilerek alım/satım sinyalleri oluşturuldu. Kapanış fiyatı, üst bandın dışında kapanıp tekrar içinde kapanıyorsa kırmızı al sinyali, alt bandın dışında kapanıp tekrar içinde kapanıyorsa yeşil al sinyali oluşturulur.
Liquidity Swings: Bu gösterge, yalnızca kapanış fiyatlarının yüksek ve düşük seviyelerini takip eder. Gerçek bir likidite seviyesi göstergesi oluşturmak daha karmaşık olabilir ve genellikle işlem hacmi veya diğer piyasada likiditeyi ölçen araçlarla ilişkilidir.
Bollinger Bandı Al Sinyaligrafikte bolinger bandı kırılıp tekrar band içinde mum kapattığında sinyal verir
RSI, Bollinger Bands & MA Crossover StrategyIn the fast-paced world of financial markets, traders are constantly seeking robust strategies to maximize their returns while mitigating risks. Among the plethora of technical indicators available, the combination of the Relative Strength Index (RSI), Bollinger Bands, and Moving Average (MA) crossovers has garnered significant attention for its effectiveness in identifying potential trade setups. Each of these indicators offers unique insights into market dynamics, and their integration can create a powerful synergy for decision-making.
The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. By indicating overbought or oversold conditions, it provides traders with a gauge for potential reversals or continuations in price trends. Bollinger Bands, on the other hand, are a volatility-based indicator comprising a moving average and two standard deviation bands. They help traders visualize price volatility and identify periods of consolidation or breakout. Moving Averages (MA), whether simple or exponential, serve as a fundamental trend-following tool by smoothing price data over a specified period, making it easier to discern the overall market direction.
IFR 2 - STORMEREste indicador foi criado com base na estrategia do Stomer.
Criterio 1: Apenas compra
Criterio 2: IFR de 2 periodos com nivel de sobrevenda de 10
Criteiro 3: Candle DIARIO fecha e a linha do IFR esta ABAIXO do nivel de 10 no IFR
Criterio 4: Saida na maxima dos dois ultimos candles fechados ou apos 7 dias
O indicador mostra o gatilho de COMPRA e onde deve ser colocado a ordem de saida LIMIT.
Elephant Bars
**Elephant Bars Indicator**
This indicator identifies and highlights candlesticks that are significantly larger than the recent average candlestick size. It helps traders quickly spot strong price movements.
- **Percentage Threshold:** The candlestick must be this much larger than the average of the last 5 candles (default is 50%).
- **Body Percentage Threshold:** The candle body must be at least this percentage of the total candle size (default is 80%).
- **Border Color:** Sets the color of the highlighted candle's border.
- **Border Thickness:** Sets the thickness of the border around the highlighted candle.
**How It Works:**
1. The script calculates the size of the current candlestick and its body.
2. It computes the average size of the last 5 candlesticks.
3. The indicator highlights candles that are both significantly larger than the average size and have a body that is a substantial portion of the total candle size.
This indicator is particularly useful for identifying potential breakout or reversal points, as large candlesticks often signify strong market sentiment.
Feel free to tweak the description to better fit your needs! 🚀
Annual Performance Table with Average PeformanceAn indicator that displays annual performance in a table format, providing a quick overview of yearly returns with historical context.
It calculates the performance based on the first and last monthly close prices of each year. It displays returns chronologically from left to right, concluding with an average performance column.
Features :
Works exclusively on monthly timeframes
Customizable number of years to display (1-50 years)
Shows year-by-year performance percentages
Color-coded returns (green for positive, red for negative)
Includes average performance across displayed years
Semi-transparent overlay design for better chart visibility
Performance calculation method:
Performance = ((December Close - January Close) / January Close) × 100%
Usage :
Apply to any chart on monthly timeframe
Adjust the "Number of Years to Display" parameter as needed
Table appears as an overlay with years, individual performances, and average
Note: The indicator will display an error message if applied to any timeframe other than monthly.