RTI Thresholds Index | mad_tiger_slayerOverview of the Script
The Relative Trend Index (RTI) Threshold Index is a custom indicator for TradingView that enhances a Relative Trend Index (RTI) . The RTI is designed to reflect the market’s trend strength by comparing the current price to dynamically calculated upper and lower trend boundaries. Additionally, the indicator includes overbought and oversold thresholds, and Trend-coded signals to visually represent market conditions for easier analysis. The RTI Threshold Index is created and meant for long term investments targeted for longer swing trades over a few months to years.
How Do Investors Use the RTI Trend Index?
In the provided chart image, the indicator is displayed on a Bitcoin price chart. Here’s what each visual component represents:
INTENDED USES
The RTI Threshold Index is NOT intended for SCALPING.
With the nature of its components and calculations. This indicator will give false signals when the Timeframe is too low. The best intended use for high-quality signals are above the 12hr timeframes (Note: Coded to be used above 1 Day Timeframes)
The RTI Threshold Index is a TREND-FOLLOWING and MEAN REVERTING INDICATOR . With the explanation below of the image you can see both Trend-Following and Mean Reversion Uses.
A VISUAL REPRESENTATION INTENDED USES
Relative Trend Index Line (Green/Red): The main RTI line changes colors based on long or short conditions, providing an immediate visual cue of the trend direction. This conditional state enter long when the RTI is greater than the long threshold and will not enter short until it is less than the short threshold. (vice versa) When the RTI is less than the short threshold and will not enter long until it is greater than the long threshold.
EMA of RTI: A smoothed version of the RTI in yellow for more stable trend analysis. This EMA can be used for LONGER TERM trends. When the smoothed RTI is above 50, investors can assume that the trend will be in a trending state. Because this is slower than the RTI, you will get slower entries and slower exits.
Threshold Lines: Green and red lines for long and short thresholds, along with dashed lines for overbought and oversold levels. These lines can be calibrated to allow the RTI to enter a long trending or short trending state. The lower the value is for Long Threshold line , it will enter a long trend faster. The higher the value for Short Threshold Line , it will exit faster. We can also set Overbought and Oversold Thresholds. With the RTI entering above the Overbought Threshold line, Investors can assume that the environment is getting heated or is overbought. Same for oversold with the RTI entering below the Oversold Threshold line, Investors can assume that the environment is getting heated or is overbought.
Gradient Background: Shaded overbought and oversold areas improve readability by distinguishing these zones. This coloring of the shaded area tells us the oversold and overbought levels.
Colored Candles: Candles change color based on the RTI condition, aligning the price action visually with the trend status. The Green symbolizes a long state while red symbolizes a short state.
__________________________________________________________________________________
The indicator's primary elements include:
Input Parameters: Configurable settings for trend length, sensitivity, moving average (MA) period, thresholds, and overbought/oversold levels.
RTI Calculation: Computation of trend boundaries and the RTI value based on the price's position within these boundaries.
Visual Components: Horizontal threshold lines, plotted RTI values, color-coded candles, and gradient fills for overbought and oversold zones.
1. Input Parameters
The script includes several configurable inputs, allowing users to customize the indicator’s sensitivity and behavior according to market conditions:
Trend Length: Controls the number of data points for trend calculations. Higher values produce a smoother, less responsive trend, while lower values make the trend more sensitive to recent price changes.
Trend Sensitivity: Sets the sensitivity by defining the upper and lower percentiles for the trend boundaries. Higher sensitivity values make the RTI less reactive, while lower values increase responsiveness.
MA length: Defines the period for the Exponential Moving Average (EMA) applied to the RTI, smoothing its output.
longThreshold and shortThreshold: Set the levels for entering long and short positions. The RTI crossing above longThreshold or below shortThreshold signals a long or short condition, respectively.
Overbought and oversold thresholds: When RTI exceeds overbought or falls below oversold, it indicates overbought or oversold market conditions.
2. Relative Trend Index (RTI) Calculation
The RTI is calculated by dynamically setting upper and lower trend boundaries:
Upper Trend and Lower Trend: Calculated by adding and subtracting the standard deviation of the closing price to/from the close, providing a measure of price variation.
upper array and Lower Arrays : Arrays that hold the upper and lower trend values over the specified trend length period.
Sorting and Indexing: After sorting these arrays, the values at specific percentiles (based on trend sensitivity) are selected as UpperTrend and LowerTrend.
RTI formula: The RTI is calculated by normalizing the close price within the range of UpperTrend and LowerTrend. This yields a percentage that reflects the price's relative position within the trend range.
3. Threshold and Signal Lines
Several horizontal lines mark key threshold levels:
midline: A dashed line at 50, marking the RTI midpoint.
overbought and oversold: Dashed lines for the overbought and oversold levels as set by overbought and oversold.
long hline and short hline: Solid lines marking the longThreshold and shortThreshold levels for entering long and short trades. They are colored Green for long threshold and Red for short threshold
4. Long and Short Conditions
The script defines long and short conditions based on the RTI’s position relative to the longThreshold and shortThreshold:
isLong: Set to true when the RTI exceeds longThreshold, signaling a long condition.
isShort: Set to true when the RTI drops below shortThreshold, signaling a short condition. overboughtcandles and oversoldcandles: Boolean variables that indicate when the RTI crosses the overbought or oversold thresholds, enhancing visual feedback.
5. Color Coding
Color-coded elements help to visually indicate the RTI's current state:
rtiColor: Sets the RTI line color based on the long or short condition (green for long, red for short).
obosColor: Colors specific candles in the overbought (yellow) and oversold (purple) regions, adding clarity to these conditions.
6. Plotting and Visualization
The following components display the RTI indicator and its conditions visually:
RTI and EMA Plot: The RTI line is plotted alongside an EMA line for smooth trend observation. The RTI line uses the conditional colors to indicate market conditions.
Background Gradient Fill: Shaded areas between the overbought and oversold levels highlight these zones in the background.
Colored Candles: Candles on the price chart are color-coded based on the RTI condition (green for long, red for short), making it easy to see trend direction changes.
Overbought and Oversold Gradient Fill: Gradient fills are applied to the overbought and oversold regions, creating a visual effect when the RTI reaches extreme levels.
Conclusion
The RTI Threshold Indicator is a powerful tool for assessing trend strength and market conditions. With configurable parameters, it adapts well to various timeframes and market environments, providing investors with a reliable means to identify potential entry and exit points. With configurable parameters, RTI Threshold Indicator can identify market conditions for potential buy and sell zones.
Multitimeframe
Multi-Timeframe Supertrend Dashboard - EnhancedOverview
The Multi-Timeframe Supertrend Dashboard is a powerful tool designed to give traders a clear view of market trends across multiple timeframes, all from a single dashboard. This indicator leverages the Supertrend method to calculate buy and sell signals based on the direction of price relative to dynamically calculated support and resistance lines. The dashboard is optimized for dark mode and provides easy-to-interpret color-coded signals for each timeframe.
How It Works
The Supertrend indicator is a trend-following indicator that uses the Average True Range (ATR) to set upper and lower bands around the price, adapting dynamically as volatility changes. When the price is above the Supertrend line, the market is considered in an uptrend, triggering a "BUY" signal. Conversely, when the price falls below the Supertrend line, the market is in a downtrend, triggering a "SELL" signal.
This Multi-Timeframe Supertrend Dashboard calculates Supertrend signals for the following timeframes:
1 minute
5 minutes
15 minutes
1 hour
Daily
Weekly
Monthly
For each timeframe, the dashboard shows either a "BUY" or "SELL" signal, allowing traders to assess whether trends align across timeframes. A "BUY" signal displays in green, and a "SELL" signal displays in red, giving a quick visual reference of the overall trend direction for each timeframe.
Customization Options
ATR Period: Defines the period for the Average True Range (ATR) calculation, which determines how responsive the Supertrend lines are to changes in market volatility.
Multiplier: Sets the sensitivity of the Supertrend bands to price movements. Higher values make the bands less sensitive, while lower values increase sensitivity, allowing quicker reactions to changes in price.
How to Interpret the Dashboard
The Multi-Timeframe Supertrend Dashboard allows traders to see at a glance if trends across multiple timeframes are aligned. Here’s how to interpret the signals:
BUY (Green): The current timeframe’s price is in an uptrend based on the Supertrend calculation.
SELL (Red): The current timeframe’s price is in a downtrend based on the Supertrend calculation.
For example:
If all timeframes display "BUY," the asset is in a strong uptrend across multiple time horizons, which may indicate a bullish market.
If all timeframes display "SELL," the asset is likely in a strong downtrend, signaling a bearish market.
Mixed signals across timeframes suggest market consolidation or differing trends across short- and long-term periods.
Use Cases
Trend Confirmation: Use the dashboard to confirm trends across multiple timeframes before entering or exiting a position.
Quick Market Analysis: Get a snapshot of market conditions across timeframes without having to change charts.
Multi-Timeframe Alignment: Identify alignment across timeframes, which is often a strong indicator of market momentum in one direction.
Dark Mode Optimization
The dashboard has been optimized for dark mode, with white text and contrasting background colors to ensure easy readability on darker TradingView themes.
Weekly Range & Trend (Signed)Weekly Trend & Range is basically calculated every week.
It helps to get a broad idea whether coming week market can be directional , volatile or range bound action. So this helps me to get a hint which style of approach should be given more important on positional basis like directional or non-directional.
I mostly track in NSE:BANKNIFTY , NSE:NIFTY , BSE:SENSEX
For example:
Average range difference of past 4 weeks is bigger in compare to current week range difference means good chance for directional opportunities.
Average range difference of past 4 weeks is lesser in compare to current week range difference means good chance for non-directional opportunities.
Directional or Non-directional hint is been shown in terms of probability . So based on this i plan my week and trades.
[Volatility] [Gain & Loss] - OverviewFX:EURUSD
Indicator Overview: Volatility & Gain/Loss - Forex Pair Analysis
This indicator, " —Overview" , is designed for users interested in analyzing the volatility and gain/loss metrics of multiple forex pairs. The tool is especially useful for traders aiming to assess currency pair volatility alongside gain and loss percentages over selected periods. It enables a clearer understanding of pair behavior and aids in decision-making.
Key Features
Customizable Volatility and Gain/Loss Periods : Define your preferred calculation periods and timeframes for both volatility and gain/loss to tailor the indicator to specific trading strategies. Multi-Pair Analysis : This indicator supports up to six forex pairs (default pairs include EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, and USDCAD) and allows you to adjust these pairs as needed. Visual Ranking : Forex pairs are sorted by volatility, displaying the highest pairs at the top for quick reference. Top Gain/Loss Highlighting : The pair with the maximum gain and the pair with the maximum loss are highlighted in the table, making it easy to identify the best and worst performers at a glance.
Indicator Settings
Volatility Settings : Period : Adjust the number of periods used in the ATR (Average True Range) calculation. A default period of 14 is set. Timeframe : Select a timeframe (e.g., Daily, Weekly) for volatility calculation to match your analysis preference.
Gain/Loss Settings : Period : Choose the number of periods for gain/loss calculation. The default is set to 1. Timeframe : Select the timeframe for gain/loss calculation, independent of the volatility timeframe.
Symbol Selection : Configure up to six forex pairs. By default, popular forex pairs are pre-loaded but can be customized to include other currency pairs.
Output and Visualization
Table Display : This indicator displays data in a neatly structured table positioned in the top-right corner of your chart. Columns : Includes columns for the Forex Pair, Volatility Percentage, Gain Percentage, and Loss Percentage. Color Coding : Volatility is displayed in a standard color for clear readability. Gain values are highlighted in green, and Loss values are highlighted in red, allowing for quick visual differentiation. Highlighting : Rows representing the pair with the highest gain and the pair with the most significant loss are especially highlighted for emphasis.
How to Use
Volatility Analysis : This metric gives insight into the average price range movements for each pair over the specified period and timeframe, helping you evaluate the potential for rapid price changes. Gain/Loss Tracking : Gain or loss percentages show the pair's recent performance, allowing you to observe whether a currency pair is trending positively or negatively over the chosen period. Comparative Pair Ranking : Use the table to identify pairs with the highest volatility and extremes in gain or loss to guide trading decisions based on market conditions.
Ideal For
Swing Traders and Day Traders looking to understand short-term market fluctuations in currency pairs. Risk Management : Helps traders gauge pairs with higher risk (volatility) and recent performance (gain/loss) for informed position sizing and risk control.
This indicator is a comprehensive tool for visualizing and analyzing key forex pairs, making it an essential addition for traders looking to stay updated on volatility trends and recent price changes.
Fibonacci Moving Average PlusFibonacci Moving Average Plus is a sophisticated technical indicator that employs the first 15 numbers of the Fibonacci sequence to create dynamic moving average channels. This indicator aims to capture both immediate and long-term price movements by calculating Exponential Moving Averages (EMAs) based on these Fibonacci values. By using Fibonacci-based moving averages for both high and low price points, the indicator generates a visual channel that reflects the ebb and flow of market trends, acting as potential zones of support and resistance. Additionally, the indicator provides midline, retracement, and extension levels rooted in Fibonacci ratios, which are frequently observed as key levels for reversals or trend continuation.
Ideology Behind Using Fibonacci Sequence-Based Moving Averages
The Fibonacci sequence, known for its mathematical harmony and prevalence in natural patterns, is widely utilized in technical analysis to identify potential turning points in markets. In this indicator, the first 15 Fibonacci numbers (5, 8, 13, 21, etc.) are used as the lookback periods for EMAs to capture different layers of market sentiment. These moving averages represent timeframes that are theoretically in alignment with the natural rhythms of market cycles, where key levels—often coinciding with Fibonacci numbers—can act as magnetic points for price.
The Fibonacci high and low channels aim to encapsulate price action, giving traders a sense of whether the market is trending, consolidating, or experiencing reversal pressure. These levels, grounded in both mathematics and market psychology, help traders spot areas where price might face resistance or find support.
Key Features
Fibonacci Moving Average High and Low: This indicator calculates the high and low EMAs based on Fibonacci sequence numbers (e.g., 5, 8, 13, etc.) for enhanced trend analysis.
Golden Pocket Retracement (GPR) and Extension (GPE) Bands: Displays common Fibonacci retracement and extension levels (0.618, 0.65 for retracement, and 1.618, 1.65 for extension).
Midline: Plots the average of the Fibonacci high and low to act as an additional reference level.
Stop-Loss Levels: Provides suggested stop-loss levels based on Fibonacci levels for both long and short positions.
Basic User Guide
Adjust Input Settings:
Input Timeframe: Set a specific timeframe for the Fibonacci moving average calculation, separate from the chart's primary timeframe.
Show Fibonacci MA High/Low: Toggle the visibility of the high and low Fibonacci moving averages.
Show Mid Line: Display a midline for added trend reference.
Show Golden Pocket Bands: Choose to display retracement or extension bands for potential support or resistance zones.
Show Stop-Loss Levels: Enable to visualize potential stop-loss levels for both long and short trades.
Interpretation:
Fibonacci MA High and Low: Use these lines to gauge the general trend. When the price is above both, it may indicate an uptrend; below both, a downtrend.
Golden Pocket Retracement: This zone (between 0.618 and 0.65) is often a key level for potential reversals or support/resistance.
Golden Pocket Extension: The 1.618 and 1.65 levels can indicate potential profit-taking or trend exhaustion points.
Stop-Loss Levels: The calculated stop-loss levels (long SL below and short SL above) can aid in risk management.
Customization:
You can customize the appearance and visibility of each component through the input settings to fit your specific strategy and visual preferences.
This indicator should be used alongside other technical analysis tools to provide a more comprehensive trading approach.
This Indicator would not exist without the original contributions and blessing from Sofien Kaabar
Adaptive Support & Resistance Zones Description:
The Enhanced Support and Resistance Zones indicator identifies and visualizes significant support and resistance areas on the chart, helping traders spot potential reversal or breakout points. This tool offers advanced customization options for zone thickness, lookback period, validation criteria, and zone expiration, making it adaptable for various trading styles and market conditions.
Key Features:
1. Zone Thickness Multiplier: The Zone Thickness Multiplier controls the visual “thickness” of each support and resistance zone, allowing traders to adjust the width based on volatility or personal preference. A higher multiplier increases the zone’s range, capturing a wider area around the support or resistance level.
2. Lookback Periods for Support and Resistance: The Lookback for Resistance and Lookback for Support inputs define the number of bars analyzed to identify swing highs and lows, respectively. This allows traders to adjust how far back the script should search for key levels, which can be useful when adjusting for different timeframes or varying levels of historical significance in zones.
3. Minimum Touch Count: To filter out weak zones, the Minimum Touch Count setting establishes the required number of price “touches” (or tests) within a zone before it’s considered valid. By increasing this value, traders can focus only on zones that the price has interacted with frequently, indicating stronger potential support or resistance.
4. Zone Expiration Bars: The Zone Expiration Bars setting enables automatic expiration of older zones, reducing chart clutter from outdated levels. This parameter specifies the maximum number of bars a zone will remain active after its creation. When the set limit is reached, the zone is cleared, allowing the indicator to stay responsive to more recent price action.
5. Dynamic Visualization by Touch Count: Zones with more touches are displayed with a thicker line, visually emphasizing the strength of these areas. Zones with fewer touches are shown with a thinner line, helping traders easily distinguish between stronger and weaker support and resistance levels.
6. Alerts for Zone Touches: Alerts can be configured to notify traders when the price touches the support or resistance zones, offering real-time notifications for potential trading opportunities.
How to Use:
1. Adjusting Zone Thickness: Use the Zone Thickness Multiplier to expand or contract the width of each zone. A higher multiplier may be beneficial in volatile markets, where price tends to fluctuate around levels rather than touching them precisely. Lower values can provide a more precise zone in less volatile environments.
2. Setting Lookback Periods for Zone Identification: The Lookback for Resistance and Lookback for Support inputs allow traders to define how many historical bars to analyze for determining key levels. Longer lookbacks may be useful on higher timeframes to capture more significant support or resistance, while shorter lookbacks can be suitable for lower timeframes or more recent levels.
3. Filtering with Minimum Touch Count: Increase the Minimum Touch Count to filter for stronger zones. For example, setting a minimum touch count of 3 will display only zones that have been tested by the price at least three times, indicating potentially stronger support or resistance.
4. Configuring Zone Expiration: Use Zone Expiration Bars to limit how long each zone remains on the chart, helping to keep the focus on more recent levels. Expiring zones after a set number of bars can be especially useful on lower timeframes, where older levels may no longer be relevant.
5. Using Alerts for Real-Time Notifications: Set up alerts to receive notifications when price enters the support or resistance zones, allowing you to monitor potential trade setups without needing to watch the chart continuously.
This indicator is well-suited for traders aiming to identify high-quality support and resistance areas while managing chart clarity. With these customizable options, traders can adapt the indicator to match their unique trading style and market focus. For best results, test these settings on your preferred timeframe and adjust parameters to fit specific trading goals and market conditions.
Adaptive MA Crossover with ATR-Based Risk MarkersDescription:
The Cross MA Entry Indicator with ATR-Based Stop-Loss and Take-Profit Markers is a powerful tool designed to help traders identify trend-following opportunities while managing risk effectively. By combining customizable moving average (MA) crossovers with ATR-based stop-loss (SL) and take-profit (TP) markers, this indicator provides a complete entry and risk management framework in a single script.
Unique Features:
1. Versatile Moving Average Combinations: The indicator allows users to select from four types of moving averages—SMA, EMA, DEMA, and TEMA—for both fast and slow lines, enabling a variety of crossover configurations. This flexibility helps traders tailor entry signals to specific trading strategies, asset types, or market conditions, enhancing the adaptability of the indicator across different styles and preferences.
2. ATR-Based Dynamic Risk Management: Leveraging the Average True Range (ATR), the indicator dynamically calculates stop-loss and take-profit levels based on market volatility. This approach adjusts to changing market conditions, making it more responsive and reliable for setting realistic, volatility-based risk parameters.
3. Customizable Risk/Reward Ratio: Users can define their preferred risk/reward ratio (e.g., 2:1, 3:1) to tailor take-profit levels relative to stop-loss distances. This feature empowers traders to align trades with their individual risk management strategies and objectives, while maintaining consistency and discipline in execution.
4. Streamlined Visualization of Entry and Risk Levels: Upon a crossover, the indicator places discrete markers at the calculated SL and TP levels, avoiding clutter while providing traders with an immediate view of potential risk and reward. Small dots represent SL and TP levels, offering a clean, clear display of critical decision points.
How to Use:
1. Entry Signals from MA Crossovers: This indicator generates entry signals when the selected moving averages cross, with green markers indicating long entries and red markers indicating short entries. The customizable MA selection enables traders to optimize crossover signals for various timeframes and asset classes.
2. Integrated Risk Markers: SL and TP levels are shown as small dots at the crossover point, based on the ATR multiplier and risk/reward ratio settings. These markers allow traders to quickly visualize the defined risk and potential reward for each entry.
This indicator offers a comprehensive solution for trend-following strategies by combining entry signals with adaptive risk management. Suitable for multiple timeframes, it allows for backtesting and adjustments to ATR and risk/reward parameters for improved alignment with individual trading goals. As with all strategies, thorough testing is recommended to ensure compatibility with your trading approach.
SMC Order Block & Liquidity EntryThe SMC Order Block and Liquidity Trap Entry Strategy script uses Smart Money Concepts (SMC), which analyze institutional actions in the market, to assist traders in identifying high-probability trades. In order to help traders match their entry with institutional activity, this script highlights important regions of interest, including order blocks, liquidity zones, and indications for Break of Structure (BOS) or Change of Character (CHoCH).
The fundamental ideas of this approach, which focuses on regions where institutions frequently make sizable orders or sweep liquidity, are based on SMC principles. Order blocks, which are frequently important support or resistance zones when institutions are involved, are the final bullish or bearish candle before a significant price move in the other direction. There are liquidity zones that show where retail stop-loss orders build up (above recent highs or below recent lows), such as Buy-Side Liquidity (BSL) and Sell-Side Liquidity (SSL). Before changing the direction of the price, institutions could target these zones, giving traders possible chances.
The script depicts liquidity levels above or below recent highs and lows, automatically finds order blocks within a specified lookback time, and looks for BOS (a continuation signal) or CHoCH (a reversal signal). When liquidity retests inside an order block coincide with BOS or CHoCH circumstances, entry signals are produced. While short entries are triggered when the price breaks below the order block and SSL, long entry alerts are triggered when the price breaks above the order block and BSL.
BollingerBands Balance[Giang]The "BollingerBands Balance " indicator is an enhanced version of the traditional Bollinger Bands, designed to analyze price trends on higher timeframes to identify key support and resistance zones. Instead of relying on the Simple Moving Average (SMA) to calculate standard deviation and define upper/lower bands, this indicator uses a Balance Line (CB), calculated by averaging the highest and lowest prices over a specified period and smoothing it with the Hull Moving Average (HMA).
This indicator provides multi-level upper and lower bands (from "min" to "supper max") with customizable multipliers, enabling users to identify potential reversal or continuation zones with ease. Analyzing with multiple support/resistance bands not only aids in recognizing short-term trends but also provides a broad view of long-term trends. The BollingerBands Balance indicator is a valuable tool for adjusting trading strategies and identifying optimal entry and exit points based on price dispersion around the balance line.
Mini ChartDescription:
The indicator displays a mini candlestick chart as a table. You can add up to 3 such charts and use different assets / timeframes in any of them. Each chart can have a max of 15-20 candles (depending on the settings). You can customise the colors and styles, including price scale, grid and a volume chart. If you hover on any displayed candle, you will see price and volume info for that candle. The candles can also be highlighted based on price or volume. The indicator can display data from both higher and lower timeframes, but is not updating very quickly if you display too many candles.
Inputs:
Each mini chart has inputs for:
- Number of candles
- Timeframe
- Asset
- Table position
- Table height
- Grid resolution
- Left and Right price scales
- Candle highlighting (which can be based on Min/Max price, Min/Max Volume, Rising/Falling Volume)
- And a checkbox for displaying volume chart below the candles
Below those inputs you have inputs for customising all the mini charts with the following:
- Header and Footer info
- Colors and styles of the charts, candles and price scales
- Sizing and spacing of the candles
- Height of the volume chart and padding of the price chart
Note:
The indicator utilises "table" objects. The limit of table cells for a chart is 10,000. Thus, the more candles you display in the mini charts, the more laggy the indicator will feel, and at some point you may surpass the 10,000 cells limit, at which point you're going to get an error.
The indicator might not update very quickly, especially if you're using data from lower timeframes.
Austin's Apex AcceleratorIndicator Name: Austin’s Apex Accelerator
Overview
The Austin’s Apex Accelerator is a highly aggressive trading indicator designed specifically for high-frequency Forex trading. It combines several technical analysis tools to identify rapid entry and exit points, making it well-suited for intraday or even lower timeframe trades. The indicator leverages a combination of exponential moving averages (EMAs), Bollinger Bands, volume filters, and volatility-adjusted ranges to detect breakout opportunities and manage risk with precision.
Core Components
Fast and Slow EMAs: The two EMAs act as trend and momentum indicators. When the shorter EMA crosses the longer EMA, it signals a change in momentum. The crossover of these EMAs often indicates a potential entry point, especially when combined with volume and volatility filters.
ATR-Based Range Filter: Using the Average True Range (ATR) for dynamic range calculation, the indicator adapts to market volatility. Higher ATR values widen the range, helping the indicator adjust for volatile conditions.
Volume Filter: A volume condition ensures that buy and sell signals only trigger when there’s significant market interest, reducing the likelihood of false signals in low-liquidity environments.
Bollinger Bands: The Bollinger Bands provide additional context for potential overbought or oversold conditions, highlighting opportunities for price reversals or trend continuations.
Key Features
Aggressive Buy and Sell Signals:
Buy Signal: A buy signal is generated when the fast EMA crosses above the slow EMA, confirming bullish momentum, and the volume condition is met. If the price is also near the lower Bollinger Band, it adds further confirmation of an oversold condition.
Sell Signal: A sell signal is generated when the fast EMA crosses below the slow EMA, confirming bearish momentum, with sufficient trading volume. If the price is near the upper Bollinger Band, it signals a potential overbought condition, which supports the sell signal.
Dynamic Range with ATR:
The indicator uses a volatility-based range, derived from the ATR, to adjust the signal sensitivity based on recent price fluctuations. This dynamic range ensures that signals are responsive in both high and low volatility conditions.
The range’s upper and lower bands act as thresholds, with trades often occurring when the price breaches these levels, signaling momentum shifts or trend reversals.
Trend Background Color:
A green background highlights bullish trends when the fast EMA is above the slow EMA.
A red background signifies bearish trends when the fast EMA is below the slow EMA, providing a visual indication of the overall market trend direction.
Trend Line:
The indicator plots a dynamic trend line that changes color based on the price's relationship to the EMAs, helping traders quickly assess the current trend’s strength and direction.
Alerts:
The indicator includes configurable alerts for buy and sell signals, allowing traders to be notified of entry opportunities without needing to monitor the chart continuously.
How to Use Austin’s Apex Accelerator
Identify Entry Points:
Buy Entry: When the fast EMA crosses above the slow EMA, a buy signal is triggered. Confirm this signal by checking if the price is near or below the lower Bollinger Band (indicating an oversold condition) and if trading volume meets the set threshold.
Sell Entry: When the fast EMA crosses below the slow EMA, a sell signal is triggered. Confirm the signal by ensuring the price is near or above the upper Bollinger Band (suggesting an overbought condition) and that volume is sufficient.
Exit Strategy:
Take Profit: The take profit level is calculated as 1.5 times the ATR from the entry point. This ensures that each trade aims to achieve a positive risk/reward ratio.
Stop Loss: The stop loss is set at 1 ATR from the entry, providing a tight risk control mechanism that limits potential losses on each trade.
Trend Identification and Background Colors:
Use the background colors to assess the trend direction. A green background indicates a bullish trend, while a red background suggests a bearish trend. These colors can help you filter signals that go against the trend, increasing the chances of a successful trade.
Volume Confirmation:
This indicator has an inbuilt volume filter to prevent trading in low-volume conditions. Look for signals only when volume exceeds the average volume threshold, which is set by the multiplier. This helps avoid trading during quieter times when false signals are more likely.
Alerts:
Set up alerts for buy and sell signals to be notified in real-time whenever a new trading opportunity arises, so you can act on high-quality signals promptly.
Practical Tips for Using Austin’s Apex Accelerator
Timeframe: Best suited for short timeframes such as 5-minute or 15-minute charts for high-frequency trading.
Performance Summary and Shading (Offset Version)Modified "Recession and Crisis Shading" Indicator by @haribotagada (Original Link: )
The updated indicator accepts a days offset (positive or negative) to calculate performance between the offset date and the input date.
Potential uses include identifying performance one week after company earnings or an FOMC meeting.
This feature simplifies input by enabling standardized offset dates, while still allowing flexibility to adjust ranges by overriding inputs as needed.
Summary of added features and indicator notes:
Inputs both positive and negative offset.
By default, the script calculates performance from the close of the input date to the close of the date at (input date + offset) for positive offsets, and from the close of (input date - offset) to the close of the input date for negative offsets. For example, with an input date of November 1, 2024, an offset of 7 calculates performance from the close on November 1 to the close on November 8, while an offset of -7 calculates from the close on October 25 to the close on November 1.
Allows user to perform the calculation using the open price on the input date instead of close price
The input format has been modified to allow overrides for the default duration, while retaining the original capabilities of the indicator.
The calculation shows both the average change and the average annualized change. For bar-wise calculations, annualization assumes 252 trading days per year. For date-wise calculations, it assumes 365 days for annualization.
Carries over all previous inputs to retain functionality of the previous script. Changes a few small settings:
Calculates start to end date performance by default instead of peak to trough performance.
Updates visuals of label text to make it easier to read and less transparent.
Changed stat box color scheme to make the text easier to read
Updated default input data to new format of input with offsets
Changed default duration statistic to number of days instead of number of bars with an option to select number of bars.
Potential Features to Add:
Import dataset from CSV files or by plugging into TradingView calendar
Example Input Datasets:
Recessions:
2020-02-01,COVID-19,59
2007-12-01,Subprime mortgages,547
2001-03-01,Dot-com,243
1990-07-01,Oil shock,243
1981-07-01,US unemployment,788
1980-01-01,Volker,182
1973-11-01,OPEC,485
Japan Revolving Door Elections
2006-09-26, Shinzo Abe
2007-09-26, Yasuo Fukuda
2008-09-24, Taro Aso
2009-09-16, Yukio Hatoyama
2010-07-08, Naoto Kan
2011-09-02, Yoshihiko Noda
Hope you find the modified indicator useful and let me know if you would like any features to be added!
Immediate Rebalance ICT [TradingFinder] No Imbalances - MTF Gaps🔵 Introduction
The concept of "Immediate Rebalance" in technical analysis is a powerful and advanced strategy within the ICT (Inner Circle Trader) framework, widely used to identify key market levels.
Unlike the "Fair Value Gap," which leaves a price gap requiring a retracement for a fill, an Immediate Rebalance fills the gap immediately, representing an instant balance that strengthens the prevailing market trend. This structure allows traders to quickly spot critical price zones, capitalizing on strong trend continuations without the need for price retracement.
The "Immediate Rebalance ICT" indicator leverages this concept, providing traders with automated identification of critical supply and demand zones, order blocks, liquidity voids, and key buy-side and sell-side liquidity levels.
Through features like crucial liquidity points and immediate rebalancing areas, this tool enables traders to perform precise real-time market analysis and seize profitable opportunities.
🔵 How to Use
The Immediate Rebalance indicator assists traders in identifying reliable trading signals by detecting and analyzing Immediate Rebalance zones. By focusing on supply and demand areas, the indicator pinpoints optimal entry and exit positions.
Here’s how to use the indicator in both bearish (Supply Immediate Rebalance) and bullish (Demand Immediate Rebalance) structures :
🟣 Bullish Structure (Demand Immediate Rebalance)
In a bullish scenario, the indicator detects a Demand Immediate Rebalance formed by two consecutive bullish candles with overlapping wicks. This structure signifies an immediate demand zone, where price instantly balances within the zone, reducing the likelihood of a revisit and indicating potential upside momentum.
Zone Identification : Look for two consecutive bullish candles with overlapping wicks, forming a demand zone. This structure, due to its rapid balance, usually does not require a revisit and supports further upward movement.
Entry and Exit Levels : If price revisits this zone, percentage markers, particularly 50% and 75%, act as supportive levels, creating ideal entry points for long positions.
Example : In the second image, an example of a Demand Immediate Rebalance is shown, where overlapping bullish candle shadows indicate immediate balance, supporting the continuation of the bullish trend.
🟣 Bearish Structure (Supply Immediate Rebalance)
In a bearish setup, the indicator identifies a Supply Immediate Rebalance when two consecutive bearish candles with overlapping wicks appear. This formation signals an immediate supply zone, suggesting a high probability of trend continuation to the downside, with minimal expectation for price to retrace back to this area.
Zone Identificatio n: Look for two consecutive bearish candles with overlapping shadows. This structure forms a supply area where price is expected to continue its downtrend without revisiting the zone.
Entry and Exit Level s: Should price revisit this zone, percentage-based levels (e.g., 50% and 75%) serve as potential resistance points, optimizing entry for short positions, especially if the downtrend is expected to persist.
Example : The attached chart illustrates a Supply Immediate Rebalance, where overlapping candle shadows define this area, reassuring traders of a continued downward trend with a low likelihood of price returning to this zone.
🔵 Settings
ImmR Filter : This filter allows users to adjust the detection of Immediate Rebalance zones in four modes, from "Very Aggressive" to "Very Defensive," based on zone width. The chosen mode controls the sensitivity of Immediate Rebalance detection, allowing users to fine-tune the indicator to their trading style.
Multi Time Frame : Enabling this option allows users to set the indicator to a specific timeframe (1 minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 4 hours, daily, weekly, or monthly), broadening the perspective for identifying Immediate Rebalance zones across multiple timeframes.
🔵 Conclusion
The Immediate Rebalance indicator, based on rapid balancing zones within supply and demand areas, serves as a powerful tool for market analysis and improving trade decision-making.
By accurately identifying zones where price achieves instant balance without gaps, the indicator highlights areas likely to support strong trend continuations, exempt from common retracements.
The indicator’s use of percentage levels enables traders to pinpoint optimal entry and exit points more effectively, with levels like 50% and 75% acting as support within demand zones and resistance within supply zones. This empowers traders to ride strong trends without the worry of abrupt reversals.
Overall, the Immediate Rebalance is a reliable tool for both professional and beginner traders seeking precise methods to recognize supply and demand zones, capitalizing on consistent trends.
By choosing appropriate settings and focusing on the zones highlighted by this indicator, traders can enter trades with greater confidence and improve their risk management.
Multi-Timeframe RangeThe Multi-Timeframe Range Indicator is designed for traders looking to monitor key price levels across various timeframes (Daily, Weekly, Monthly, Quarterly, and Yearly) directly on their charts. This indicator draws boxes and mid-lines for each timeframe’s high, low, and midpoint, enabling users to visualize price ranges and assess potential areas of support and resistance more effectively.
Features:
Dynamic Range Boxes: Displays the high, low, and midpoint levels for each specified timeframe, with customizable colors for easy differentiation.
Visual Cues for Monday’s Levels: Highlights Monday’s high, low, and midpoint levels each week to support intraday trading setups and weekly trend analysis.
Multi-Timeframe Flexibility: Easily toggle between timeframes to view ranges from daily to yearly, making this indicator suitable for both short-term and long-term traders.
Ideal Use Cases:
Identify key support and resistance zones based on multiple timeframes.
Assess weekly and monthly trends using the Monday range levels.
Gain insights into market structure across various timeframes.
Black Moving AveragesGENERAL OVERVIEW
The moving average (MA) indicator is a foundational yet versatile tool in technical analysis, used by traders and investors to smooth out price data over a specific time frame. This helps to identify the direction of a trend by filtering out short-term fluctuations or "noise" in the price action. By observing the moving average line, traders can gain insights into potential support and resistance levels, trend strength, and possible trend reversals. Moving averages are especially useful in trending markets, where they can enhance the timing of entries and exits.
The Black Moving Averages indicator is an enhanced Moving Average indicator with unique features in one indicator, features like multi-timeframe, multi-types/length, custom labelling and moving average compact PANEL with multi-symbol support.
📌HOW DOES IT WORK
A moving average is a constantly updated average price calculated by adding up the closing prices of a security over a set period and dividing by the total number of periods.
Uptrend: If the moving average line is sloping upwards and the price is above the moving average, this typically indicates an uptrend.
Downtrend: If the moving average slopes downward with price action mostly below it, a downtrend is likely in effect.
Flat/Sideways Trend: When the moving average is flat, it suggests a range-bound or consolidating market with no clear trend.
Common Moving Average Periods:
The choice of period for a moving average can vary significantly depending on the trader’s strategy:
Short-Term Traders: Often use periods such as 5, 10, or 20 (intraday or daily) to capture quick price movements.
Medium-Term Traders: Typically use 50-period MAs, which can help spot trend changes within a few weeks to a few months.
Long-Term Traders/Investors: Favor 100, 200, or even 250-period MAs to analyze the overarching trend in daily or weekly charts.
📌HOW TO USE IT
When an asset's price crosses above its moving average, it can be a signal to buy, while crossing below can be a signal to sell.
Moving Average Crossovers: When a short-term moving average crosses above a long-term moving average, it generates a “Golden Cross,” indicating a bullish trend. Conversely, when a short-term MA crosses below a long-term MA, this creates a “Death Cross,” signalling a potential bearish trend.
Moving Average Envelopes and Bands: Some traders use moving averages to create envelopes or bands (e.g., Bollinger Bands), which add upper and lower bands around the moving average. These can help to assess the volatility and gauge potential price reversals.
Dynamic Support and Resistance: Longer-term MAs, such as the 200-day SMA, often act as dynamic support or resistance. If the price bounces off this MA several times, it reinforces the indicator’s significance.
Trend Confirmation and Continuation: Traders can confirm trends by observing if the price consistently stays above or below the moving average. This can be a signal to maintain an existing position.
Crossover Signals for Entries and Exits: A crossover strategy, where a shorter MA crosses above or below a longer MA, can serve as a reliable entry or exit point. This is particularly popular for catching early trend changes.
Combining with Other Indicators: Moving averages often yield better results when used alongside other indicators, such as the Relative Strength Index (RSI) for confirming overbought or oversold conditions, or the MACD for gauging momentum.
Limitations of Moving Averages
Lagging Nature: Moving averages rely on historical data, which makes them inherently lagging indicators, meaning they tend to react after a trend is already underway.
False Signals: In range-bound or choppy markets, moving averages can produce false signals, leading to potentially unprofitable trades.
When to be cautious:
When an asset's price is driven by strong momentum, it can remain over-extended for a long time. In this case, slight pauses may be mistaken for reversals.
By refining your understanding of moving averages and using them within the broader context of technical analysis, you can leverage their simplicity and effectiveness to better time entries, and exits, and spot potential reversals in various types of market conditions.
Black Moving Averages Indicator Features:
Multiple Moving Averages with multiple types, lengths & Cross
Multi Timeframe support
Moving Average PANEL with TF, Multi Symbol, Type, Length & Trend Strength
Moving Averages Horizontal Display with Labels (Type, TF, Price)
⚙️Black Moving Average SETTINGS
+ Black Moving Averages Dashboard ◢
- Moving Averages: Enable/Disable the Moving Averages on Chart
- MA Cross: Enable/Disable the Moving Averages Cross plot on the Chart
- MA PANEL: Enable/Disable the Moving Averages Panel on Chart
- VWAP: Enable/Disable the VWAP on Chart
+ Moving Averages Display Settings ◢
- Switch to Horizontal Lines: It switches the moving averages lines into horizontal lines on the charts
- Labels: It allows users to display moving averages labels (TF, type, length), prices or both on the chart
- Label Text Size: The user can select label text size (Tiny, Small, Normal, Large, Huge)
- Label Offset: Input label offset value (distance of label display from moving averages)
+ Moving Average Settings ◢
- Moving Average Length: input value of moving average length
- Color: Color selection for moving average
- Timeframe: Selection of timeframe for the moving average
- Type: Selection of MA type for the moving average
- Source: Selection of MA source(close, open etc) for the moving average
- Style: Display style (Line, Cross, Circle) for the moving average
- Line width: Display width of the moving average
+ Moving Average Cross Settings ◢
- | | Coss A | :
Plots cross of two user-specified moving averages on the chart
- | | Coss B | :
Plots cross of two user-specified moving averages on the chart
- | | Coss C | :
Plots cross of two user-specified moving averages on the chart
+ Moving Average PANEL Settings ◢
- Override Panel Symbol: Enables user to select the symbol for MA PANEL
- MA Panel Symbol: Displays symbol on the MA PANEL
- Panel H/V Position: Displays MA Panel Horizontally or Vertically
- Moving Average Panel Position: Selection of MA Panel position on the chart
- Panel Text Size: The user can select panel text size (Tiny, Small, Normal, Large, Huge)
- Panel Text Color: Color selection for panel text
- Cross A: Displays moving averages bullish/bearish cross on the panel from "Moving Average Cross Settings"
- Cross B: Displays moving averages bullish/bearish cross on the panel from "Moving Average Cross Settings"
- Cross C: Displays moving averages bullish/bearish cross on the panel from "Moving Average Cross Settings"
- Panel MA Length: input value of panel moving average length
- Timeframe: Selection of timeframe for the panel moving average
- Type: Selection of MA type for the panel moving average
- Source: Selection of MA source(close, open etc) for the panel moving average
Feedback & Bug Report
if you found any bug in this indicator or any suggestion, please let me know. Please give feedback & appreciate it if you like to see more future updates and indicators. Thank you
ICT Open Range Gap & 1st FVG (fadi)In his 2024 mentorship program, ICT detailed how price action interacts with Open Range Gaps and the initial 1-minute Fair Value Gap following the market open at 9:30 AM.
What is an Open Range Gap?
An Open Range Gap occurs when the market opens at 9:30 AM at a higher or lower level compared to the previous day's close at 4:14 PM, primarily relevant in futures trading. According to ICT, there is a statistical probability of 70% that the price action will close 50% or more of the Open Range Gap within the first 30 minutes of trading (9:30 AM to 10:00 AM).
What is the First 1-Minute Fair Value Gap?
ICT places significant emphasis on the first 1-minute Fair Value Gap (FVG) that forms after the market opens at 9:30 AM. The FVG must occur at 9:31 AM or later to be considered valid. This gap often presents key opportunities for traders, as it represents a temporary imbalance between supply and demand that the market seeks to correct.
Understanding and leveraging these patterns can enhance trading strategies by offering insights into potential price movements shortly after market open.
ICT Open Range Gap & 1st FVG
This indicator is engineered to identify and highlight the Open Range Gaps and the first 1-minute Fair Value Gap. Furthermore, it functions across multiple timeframes, from seconds to hours, catering to various trading preferences. This flexibility is particularly beneficial for traders who favor higher timeframes or wish to observe these patterns' application at broader intervals.
Settings
The Open Range Gap indicator offers flexible display settings. It identifies the quadrants and provides optional color coding to distinguish them. Additionally, it tracks the "fill" level to visualize how far the price action has progressed into the gap, enhancing traders' ability to monitor and analyze price movements effectively. By default, the Open Range Gap will stop extending at 10:00 AM; however, there is an option to continue extending until the end of the trading day.
The 1st Fair Value Gap (FVG) can be viewed on any timeframe the indicator is active on, offering various styling options to match each trader's preferences. While the 1st FVG is particularly relevant to the day it is created, previous 1st FVGs within the same week may provide additional value. This indicator allows traders to extend Monday's 1st FVG, marking the first FVG of the week, or to extend all 1st FVGs throughout the week.
Black Tie FibonacciThis indicator plots Yesterday’s, Last Week’s, or Last Month’s Open/Close/High/Low levels, plus Fibonacci retracements and the Optimal Trade Entry (OTE) zone. It includes alerts for each key level, making it perfect for trading reactions on lower timeframes (15m-5m).
The goal of all my indicators is to save you time on manual charting—because making money shouldn’t mean being glued to a screen.
Hope you enjoy it,
Gold scalper 1 min or 30 secThis Pine Script code for TradingView is designed to create a trading indicator titled "Gold scalper 1 min or 30 sec." The indicator is primarily used for scalping gold and is focused on short-term timeframes (1 minute or 30 seconds).
### Key Components of the Code:
1. **Inputs:**
- **Resolution:** Users can set the timeframe for analysis (default is 240 minutes).
- **SMA (Simple Moving Average):** Users can specify the period for the SMA used in the calculations.
2. **Daily Highs and Lows:**
- The script calculates the previous day’s high (`yesterdayHigh`) and low (`yesterdayLow`) prices using the `request.security` function.
3. **SMA Calculation:**
- An SMA is computed based on the closing prices of the selected timeframe.
4. **Breakout Conditions:**
- The script detects breakouts using the SMA in relation to yesterday's high and low:
- A breakout upwards occurs when the SMA crosses above the previous day's high.
- A breakout downwards occurs when the SMA crosses below the previous day's low.
5. **RSI (Relative Strength Index) Calculations:**
- Two RSI values are calculated to assess market momentum:
- **Banker RSI:** Used for buy conditions.
- **Hot Money RSI:** Used for sell conditions.
- These include adjustable sensitivity factors and periods to customize the indicator’s sensitivity.
6. **Trade Direction Selection:**
- Users can select whether to trade long, short, or both directions.
7. **Buy and Sell Signals:**
- Buy conditions are set when the Retail Moving Average crosses the Banker Moving Average under certain conditions.
- Sell conditions are marked when the Banker Moving Average crosses under the specified sell threshold.
- These signals are visually represented on the chart with specific shapes (up arrows for buys and down arrows for sells).
8. **Alerts:**
- Alerts are generated for buy and sell signals to notify users when certain conditions are met.
9. **Trend Visualization:**
- The script visually indicates uptrends and downtrends on the chart by plotting colors based on the relationship between the current price, yesterday's high, and low.
### General Purpose:
This indicator is designed to assist traders in identifying potential buying and selling opportunities in the gold market based on short-term price movements and momentum indicators, helping them capitalize on quick price fluctuations that are characteristic of scalping strategies.
Price in Time MarkerThis is intended to get the price of a market at a specific time of day, the intent being to mark the price of 'bankers fixes' such as the 'London 4pm fix' or the 'Tokyo fix', though can be used to mark any time of interest.
It shows the price up until the next days selected time. You can select the time you want to see, in a designated time zone, and it should find the correct time in your brokers zone and mark a line.
The sample chart also shows the price at this brokers day / close for reference in purple.
There are still some glitches where at least some AU, NZ and JP times don't show, but I hope to address this later.
Innovative Market Direction SignalThe indicator is designed to help traders identify moments when price action, volatility, volume and certain time trends are aligned in a way that signals a high probability entry into the market in one direction or another.
General:
The indicator is superimposed on the price chart (overlay=true), which makes it more convenient for visual analysis of trading signals in the context of price levels.
The user can configure the parameters through the built-in interface (for example, "Lookback Period", "Buy Signal Threshold", "Sell Signal Threshold").
Main components and their functionality:
Parameters for the user:
window_size - the number of bars or candles for calculating various metrics.
buy_threshold and sell_threshold - threshold values for determining buy and sell signals.
Momentum Asymmetry:
The code calculates the difference between positive (upMomentum) and negative (downMomentum) price changes within the selected time window.
Using a loop, it adds or updates values to the corresponding arrays, checking whether the price is increasing (positive change) or decreasing (negative change).
After collecting the data, the average positive and negative price change over the period is calculated, their proportion and input into momentum_asymmetry. This is a measure of how much the current price movement deviates from the high of the current period.
Volatility Analysis:
The ta.tr function is used to calculate the true price range.
Then, the standard deviation (ta.stdev) is used to calculate the volatility over the specified period, which reflects the volatility of prices.
Volume Momentum:
The volume and price change are combined to find the volume momentum (current_volume_momentum).
If the volume is associated with a price increase, it is considered positive, otherwise it is considered negative.
Seasonal and cyclical changes:
The seasonal_index is calculated, which reflects the time between the current timestamp and the beginning of the analyzed time window (window_size), divided by the time between the current timestamp and the previous candlestick.
Combined signal:
All calculated components (momentum asymmetry, volume momentum, volatility and seasonal index) are summed up in combined_signal.
Buy signals (buy_signal) and sell signals (sell_signal) are generated depending on the thresholds set by the user.
Visualization:
The plotshape indicator displays green circles (buy signals) above the bar and red circles (sell signals) below the bar.
The plot function outputs the combined_signal line to visualize the combined indicator.
Enhanced CCI with Trend FiltersThis indicator combines the power of the Commodity Channel Index (CCI) with adaptive trend filters and divergence detection to identify high-probability trading opportunities. It's designed to reduce false signals by incorporating trend direction and divergence confirmation.
🔍 How It Works:
1. Trend Detection:
- Uses an adaptive Simple Moving Average (SMA) that automatically adjusts between daily and weekly timeframes
- Daily mode: Default 200 SMA for longer-term trend
- Weekly mode: Default 40 SMA for broader market perspective
- Trend direction is determined by comparing current SMA value to its previous value
2. CCI Component:
- Traditional CCI calculation with customizable length (default: 20)
- Adjustable overbought (default: +100) and oversold (default: -100) levels
- Color-coded CCI line for quick visual reference:
* Green: Overbought and rising
* Red: Oversold and falling
* Gray: Neutral zone
3. Signal Generation:
- Buy Signal (Green Background):
* CCI crosses above oversold level AND
* Main trend is confirmed bullish (rising SMA)
- Sell Signal (Red Background):
* CCI crosses below overbought level AND
* Main trend is confirmed bearish (falling SMA)
4. Divergence Detection:
- Automatically identifies bullish and bearish divergences
- Bullish Divergence: Price makes lower low while CCI makes higher low
- Bearish Divergence: Price makes higher high while CCI makes lower high
- Visualized with distinct markers on the CCI line
- Can be used to set up alerts for divergence confirmations
⚙️ Customization Options:
- CCI calculation length and price source
- Overbought/Oversold levels
- SMA lengths for daily and weekly modes
- Divergence lookback period
- Signal colors and visualization settings
🔔 Alert Capabilities:
- Set alerts for CCI crossovers of overbought/oversold levels
- Create divergence detection alerts
- Configure trend change notifications
- Combine multiple conditions for complex alert strategies
💡 Trading Tips:
- Combine divergence signals with trend direction for better accuracy
- Wait for signal confirmation before entering trades
- Use additional indicators or price action for exit decisions
This indicator helps traders identify potential trend reversals while keeping them aligned with the main market trend. Perfect for both trend following and counter-trend strategies when used appropriately.
Tags: CCI, trend following, divergence, momentum, signals, SMA, multi-timeframe, technical analysis, trend filter, oversold, overbought
Note: Past performance does not guarantee future results. Always combine with proper risk management.
Supertrend StrategyThe Supertrend Strategy was created based on the Supertrend and Relative Strength Index (RSI) indicators, widely respected tools in technical analysis. This strategy combines these two indicators to capture market trends with precision and reliability, looking for optimizing exit levels at oversold or overbought price levels.
The Supertrend indicator identifies trend direction based on price and volatility by using the Average True Range (ATR). The ATR measures market volatility by calculating the average range between an asset’s high and low prices over a set period. It provides insight into price fluctuations, with higher ATR values indicating increased volatility and lower values suggesting stability. The Supertrend Indicator plots a line above or below the price, signaling potential buy or sell opportunities: when the price closes above the Supertrend line, an uptrend is indicated, while a close below the line suggests a downtrend. This line shifts as price movements and volatility levels change, acting as both a trailing stop loss and trend confirmation.
To enhance the Supertrend strategy, the Relative Strength Index (RSI) has been added as an exit criterion. As a momentum oscillator, the RSI indicates overbought (usually above 70) or oversold (usually below 30) conditions. This integration allows trades to close when the asset is overbought or oversold, capturing gains before a possible reversal, even if the percentage take profit level has not been reached. This mechanism aims to prevent losses due to market reversals before the Supertrend signal changes.
### Key Features
1. **Entry criteria**:
- The strategy uses the Supertrend indicator calculated by adding or subtracting a multiple of the ATR from the closing price, depending on the trend direction.
- When the price crosses above the Supertrend line, the strategy signals a long (buy) entry. Conversely, when the price crosses below, it signals a short (sell) entry.
- The strategy performs a reversal if there is an open position and a change in the direction of the supertrend occurs
2. **Exit criteria**:
- Take profit of 30% (default) on the average position price.
- Oversold (≤ 5) or overbought (≥ 95) RSI
- Reversal when there is a change in direction of the Supertrend
3. **No Repainting**:
- This strategy is not subject to repainting, as long as the timeframe configured on your chart is the same as the supertrend timeframe .
4. **Position Sizing by Equity and risk management**:
- This strategy has a default configuration to operate with 35% of the equity. At the time of opening the position, the supertrend line is typically positioned at about 12 to 16% of the entry price. This way, the strategy is putting at risk about 16% of 35% of equity, that is, around 5.6% of equity for each trade. The percentage of equity can be adjusted by the user according to their risk management.
5. **Backtest results**:
- This strategy was subjected to deep backtesting and operations in replay mode, including transaction fees of 0.12%, and slippage of 5 ticks.
- The past results in deep backtest and replay mode were compatible and profitable (Variable results depending on the take profit used, supertrend and RSI parameters). However, it should be noted that few operations were evaluated, since the currency in question has been created for a short time and the frequency of operations is relatively small.
- Past results are no guarantee of future results. The strategy's backtest results may even be due to overfitting with past data.
Default Settings
Chart timeframe: 2h
Supertrend Factor: 3.42
ATR period: 14
Supertrend timeframe: 2 h
RSI timeframe: 15 min
RSI Lenght: 5 min
RSI Upper limit: 95
RSI Lower Limit: 5
Take Profit: 30%
BYBIT:1000000MOGUSDT.P
SMA Fibonacci Rainbow Waves[FibonacciFlux]SMA Fibonacci Rainbow Waves
Overview
The SMA Fibonacci Rainbow Waves script is designed for traders who seek to blend simplicity with complexity in their trading strategies. By leveraging multiple Simple Moving Averages (SMAs) weighted by Fibonacci numbers, this indicator provides a nuanced view of price action, allowing traders to capture essential market dynamics while filtering out unnecessary noise.
Key Features
1. Multiple Simple Moving Averages (SMA)
- The indicator employs a series of SMAs to represent both short-term and long-term trends, providing a comprehensive view of market sentiment.
- Each SMA helps identify critical price levels that serve as support and resistance, particularly the purple Fibonacci SMA, which can be pivotal for limit entries. Traders positioned at this level can initiate stop-loss hunts at the institutional level, potentially achieving risk-reward ratios exceeding 30.
2. Fibonacci Weighting
- By applying Fibonacci principles to the SMAs, the indicator enhances adaptability to market conditions.
- This unique approach allows traders to pinpoint significant support and resistance levels within Fibonacci layers, enabling them to anticipate market movements effectively.
3. Dynamic Support and Resistance Levels
- The SMA Fibonacci Rainbow Waves indicator identifies key price levels that act as support and resistance based on Fibonacci layers.
- For instance, on the hourly chart, these levels function as reliable zones for traders to watch for potential reversals, while on the 15-minute chart, a consolidation within the rainbow pocket followed by expansion can signal lucrative trading opportunities.
4. Visual Clarity with Color Coding
- Each SMA is assigned a distinct color, making it easy to differentiate between the various levels on the chart.
- Fills between SMAs visually represent zones of confluence, enhancing the analysis of potential trading opportunities.
Signal Generation and Alerts
- The indicator generates buy and sell signals based on the interactions of the SMAs, providing clear entry and exit points.
- Customizable alerts notify traders of significant market changes, allowing for timely reactions to evolving conditions.
Benefits
1. Simplified Trading Approach
- Traders can focus on significant market trends without distraction, enhancing decision-making efficiency and reducing emotional trading.
2. Flexibility Across Timeframes
- The indicator operates effectively across multiple timeframes, allowing traders to apply its principles in various scenarios, from scalping to longer-term strategies.
3. Enhanced Market Insights
- The combination of multiple SMAs and Fibonacci weighting offers a comprehensive view of market trends, helping traders identify lucrative opportunities that may be overlooked.
4. Bridging Simplicity and Complexity
- This indicator elegantly addresses the contradictions in trading psychology, allowing traders to maintain clarity while navigating complex market dynamics.
Conclusion
The SMA Fibonacci Rainbow Waves script is an essential tool for traders seeking to streamline their analysis while effectively capturing market movements. By integrating Fibonacci principles with multiple SMAs, this indicator empowers traders to follow trends confidently. Its design makes it invaluable for both novice and experienced traders, revealing entry points often missed by traditional indicators.
Open Source Collaboration
This script is available as an open-source project on TradingView, inviting contributions from the global trading community to enhance its functionality. Collaboration ensures it remains a valuable resource for market participants.
Important Note
As with any trading tool, thorough analysis and risk management are crucial when using this indicator. Past performance does not guarantee future results, and traders should always prepare for potential market fluctuations.