Median Moving Average @shrilssThe "Median Moving Average" (MMA) It allows users to select from two moving average lengths—short and long—and plots the median moving average, which is the midpoint between these two averages. Colored green for upward trends and red for downward trends, enhancing visual analysis.
Additionally, users can choose from a range of moving average types including Simple (SMA), Exponential (EMA), Weighted (WMA), Double Exponential (DEMA), Triple Exponential (TEMA), Hull (HMA), and Volume Weighted (VWMA).
Shrils
LBR-S310ROC @shrilssOriginally made by Linda Raschke, The S310ROC Indicator combines the Rate of Change (ROC) indicator with the 3-10 Oscillator (Modified MACD) and plots to capture rapid price movements and gauge market momentum.
- Rate of Change (ROC): This component of the indicator measures the percentage change in price over a specified short interval, which can be set by the user (default is 2 days). It is calculated by subtracting the closing price from 'X' days ago from the current close.
- 3-10 Oscillator (MACD; 3,10,16): This is a specialized version of the Moving Average Convergence Divergence (MACD) but uses simple moving averages instead of exponential. Using a fast moving average of 3 days and a slow moving average of 10 days with a smoothing period of 16.
- ROC Dots: A great feature based on the oscillator's readings. Dots are displayed directly on the oscillator or the price chart to provide visual momentum cues:
- Aqua Dots: Appear when all lines (ROC, MACD, Slowline) are sloping downwards, indicating bearish momentum and potentially signaling a sell opportunity.
- White Dots: Appear when all lines are sloping upwards, suggesting bullish momentum and possibly a buy signal.
Nested Candle Highlighter @shrilssThe Nested Candle Highlighter identifies when the current candle's body is completely enclosed by the previous candle's wick zones. It examines the upper wick zone, from the previous high to the open or close, and the lower wick zone, from the low up to the open or close. This focused analysis can signal consolidation and potential shifts in momentum, offering an insightful addition to your trading analysis.
KC-MACD Entry Master @shrilssThe KC-MACD Entry Master is designed to enhance trading strategies by utilizing Keltner Channels and MACD for dynamic market analysis. This indicator excels in visually identifying market conditions with a sophisticated bar coloring system and an informative MACD Traffic Light feature.
Key Features:
- Dynamic Bar Coloring: The core feature of this indicator is its ability to adjust the color of bars based on their positioning relative to the Keltner Channels and the EMA (Exponential Moving Average). It colors bars lime or red when the closing price is within the Keltner Channels but above or below the EMA, respectively. Additionally, it uses a fuchsia color to indicate breakouts when the price extends beyond the Keltner Channels. This visual aid helps traders quickly identify potential buying or selling opportunities based on market volatility and price action.
- MACD Traffic Light: Positioned at the bottom of the chart, this unique feature displays the histogram color of the MACD, set by default to a 3/10/16 configuration—known as the 3-10 Oscillator. This Traffic Light gives traders an at-a-glance view of the underlying momentum and trend shifts, further aiding in decision-making processes.
- MACD-Based Entry Signals: By calculating the fast and slow moving averages specified by the user, the script determines MACD values and their crossover with a smoothed signal line. Entry points are then highlighted with shapes (e.g., "Buy" or "Sell") plotted on the chart when conditions are met, including alignment with the bar colors for enhanced accuracy.
Long Bar Highlighter @shrilssThe Long Bar Highlighter is designed to detect long bars that exhibit significant price expansion beyond recent price levels. It highlights bars that exceed the length of the previous four bars, marking them for their potential importance in market movements. Additionally, the indicator plots directional shapes based on the closing prices, which helps traders visualize potential upward or downward momentum. An optional ATR crossover setting refines these signals, focusing on stronger trends for more optimal trading opportunities.
Kelbol Bands @shrilss The Kelbol Bands are designed to provide traders with insights into price volatility and potential trend reversal points. By combining Bollinger Bands (BB) and Keltner Channels (KC), this indicator offers a versatile approach to analyzing market dynamics.
Key Features:
- Customizable Parameters: The indicator allows traders to adjust parameters such as BB Length, BB Multiplier, KC Length, KC Multiplier, and ATR Length to suit their trading preferences and strategies.
- Timeframe Flexibility: Traders can select different timeframes for calculating Bollinger Bands and Keltner Channels independently, enhancing adaptability to various market conditions.
- Visual Representation: The indicator plots Upper, Basis (Midline), and Lower Kelbol Bands, as well as Upper, Basis, and Lower Keltner Channels and Bollinger Bands separately. This visual representation aids traders in identifying potential support and resistance levels, as well as trend direction.
- Toggle Display: Users have the option to toggle the visibility of each component individually, providing flexibility in focusing on specific aspects of price action.
Calculation Method:
- Bollinger Bands (BB) are calculated based on the selected BB Length and BB Multiplier. The upper and lower bands are derived from the simple moving average (SMA) of the price and the standard deviation of the price series.
- Keltner Channels (KC) are determined using the selected KC Length, KC Multiplier, and ATR Length. The basis (midline) of the channel is derived from the SMA of the price, while the upper and lower channels are calculated based on the average true range (ATR).
- Kelbol Bands (KBL) are a combination of Bollinger Bands and Keltner Channels. The upper, basis, and lower bands of KBL are calculated as the averages of the corresponding values of Bollinger Bands and Keltner Channels.
Interest Bricks @shrilssInterest Bricks utilize a unique approach to visualize changes in interest over time. It calculates the difference between the current and previous values of a specified asset's closing price on a daily basis. The resulting value indicates whether there has been an increase, decrease, or no change in interest.
This indicator employs a sine wave plot to represent the trend of interest changes. Positive values of the sine wave indicate increasing interest, while negative values denote decreasing interest. The color of the plot dynamically changes based on the direction of the trend: lime for upward trends and red for downward trends.
Adjusted Directional Movement @shrilssThis indicator combines elements of the Average True Range (ATR) and the Directional Movement Index (DMI) to create adjusted directional lines.
The core of this indicator lies in its calculation of the Adjusted Directional Movement (ADM), which provides a refined measure of price movement. Unlike traditional ATR calculations, which solely rely on the high-low range of each period, the ADM considers additional factors such as the current close relative to the previous close. This adjustment helps to capture more accurately the true extent of price movement.
To calculate the ADM, the script first computes the True Range (TR), which represents the maximum of three values: the current high minus low, the absolute value of the current high minus the previous close, and the absolute value of the current low minus the previous close. This TR value serves as the basis for determining price movement.
Next, the script calculates the Adjusted Directional Movement (ADM) by comparing the current high-low range with the range from the previous period. Positive ADM (Plus ADM) is computed as the maximum of the current high minus the previous high or zero, while negative ADM (Minus ADM) is calculated as the maximum of the previous low minus the current low or zero.
Once the Plus ADM and Minus ADM values are obtained, they are normalized by dividing them by the True Range. This normalization process ensures that the directional lines accurately reflect the proportion of price movement relative to the overall range.
Finally, the script smoothes out these directional lines over a specified length using a simple moving average calculation. The resulting Plus Directional Line (+DI) and Minus Directional Line (-DI) provide insights into the strength and direction of price movement.
Visually, the script plots the +DI and -DI lines on the chart, with a shaded region indicating which line is dominant at any given time. This shading helps traders quickly assess the prevailing trend direction.
Herrick Payoff Index @shrilssThis indicator combines elements of price action, volume, and open interest to provide insights into market strength and potential trend reversals. This script calculates the Herrick Payoff Index (HPI) based on a modified formula that incorporates volume and open interest adjustments.
The HPI is derived from comparing the current day's mean price to the previous day's mean price, factoring in volume and open interest changes. By analyzing these factors, the indicator aims to gauge the effectiveness of market participants' positions.
Key Features:
- HPI Calculation: The HPI value is calculated using the formula: ((M - My) * C * V) * (1 + |OI - OI | / min(OI, OI )), where M represents the mean price for the current day, My represents the mean price for the previous day, C is a constant (set to 1), V is the volume, and OI is the open interest. This adjusted calculation accounts for changes in volume and open interest, providing a more nuanced view of market dynamics.
- Moving Averages: The script also includes two Exponential Moving Averages (EMAs) of the HPI values, allowing traders to identify trends and potential reversal points. Users can customize the length of these moving averages to suit their trading strategies.
- Visual Signals: The indicator visually represents the HPI values and their relationship to the moving averages. When the HPI value is above the shorter-term EMA, it suggests bullish momentum, while values below indicate bearish sentiment.
Asset Price Overlay @shrilssThis indicator allows traders to overlay multiple asset prices onto a single chart for easy comparison. By displaying the closing prices of different assets, users can quickly assess their performance relative to each other.
Key Features:
- Multiple Ticker Display: Users can select up to five different assets to display on the chart simultaneously.
- Customizable Label Positions: The script offers flexibility in choosing where to display the asset labels on the chart.
- Color Customization: Traders can customize the colors of the asset labels to suit their preferences.
Expected Daily Range @shrilss This indicator provides traders with insights into potential price movements based on statistical analysis of historical data. It calculates expected high and low price levels for the current trading day, as well as maximum expected high and low levels, aiding traders in setting appropriate entry and exit points.
This indicator utilizes the previous day's open and close prices to establish a midpoint, around which the expected price range is calculated. By factoring in a user-defined standard deviation multiplier, traders can adjust the sensitivity of the expected price levels to market volatility.
The script plots the previous day's midpoint, along with the expected high and low price levels for the current day. Additionally, it offers insights into potential maximum price fluctuations by plotting the maximum expected high and low levels.
ADX Oscillator @shrilssThis Indicator calculates the Average Directional Index (ADX), a popular indicator used to quantify the strength of a trend. Additionally, it computes the Positive Directional Index (+DI) and Negative Directional Index (-DI), which measure the strength of upward and downward price movements respectively.
What sets this script apart is its enhanced ADX calculations. It incorporates Moving Averages (MAs) of the +DI and -DI to offer a smoother representation of trend direction. By averaging these directional indices over a specified period, it aims to filter out noise and provide clearer signals of trend strength.
Traders have the flexibility to visualize the traditional ADX alongside the enhanced ADX oscillator. The script also highlights potential buying and selling opportunities based on crossover events between the directional indices and the ADX, helping traders identify optimal entry and exit points.
With customizable parameters such as the length of the Directional Movement (DM), ADX, and MA periods, this script empowers traders to adapt the indicator to different market conditions and timeframes.
VWAP Bands @shrilssVWAP Bands Integrates VWAP with standard deviation bands to provide traders with insights into potential support and resistance levels based on volume dynamics. VWAP is a key metric used by institutional traders to gauge the average price a security has traded at throughout the trading day, taking into account both price and volume.
This script calculates the VWAP for each trading session and overlays it on the price chart as a solid line. Additionally, it plots multiple standard deviation bands around the VWAP to indicate potential areas of price extension or contraction. These bands are derived from multiplying the standard deviation of price by predetermined factors, offering traders a visual representation of potential price ranges.
Stoch + RSI Oscillator @shrilssThis script combines two powerful indicators, the Stochastic Oscillator and the Relative Strength Index (RSI), to offer traders a comprehensive view of market dynamics.
The Stochastic Oscillator, known for its effectiveness in identifying overbought and oversold conditions, is enhanced here with a smoothing mechanism to provide clearer signals. The script calculates the %K and %D lines of the Stochastic Oscillator, then applies a smoothing factor to %K, resulting in a smoother representation of price momentum.
Simultaneously, the RSI component offers insights into the strength of price movements. By comparing the average gains and losses over a specified period, it provides a measure of bullish and bearish sentiment within the market.
This script's innovation lies in its integration of these two indicators. The Stochastic Oscillator's smoothed %K line and the RSI are compared to dynamic thresholds, enabling traders to identify potential trend reversals and confirmations more effectively. When the RSI crosses above or below the Stochastic %D line, it can signal potential shifts in market momentum.
Elder Force Index Oscillator @shrilssThe "Elder Force Index Oscillator" is a comprehensive tool designed to assess the strength and direction of trends in the market. This indicator combines volume and price movement to provide traders with valuable insights into market dynamics.
Key Features:
- Volume Weighted: The oscillator considers both price changes and volume, emphasizing the significance of volume in confirming price movements.
- Trend Identification: Utilizing exponential moving averages (EMAs) and Bollinger Bands (BB), the indicator identifies potential trend reversals and continuations.
- Trend Strength Highlighting: With customizable options, the script highlights areas of strong and weak trend initiation, aiding traders in making informed decisions.
How It Works:
- Elder Force Index (EFI): The EFI is calculated as the EMA of price changes multiplied by volume. A positive value suggests buying pressure, while a negative value indicates selling pressure.
- EFI Moving Average (EFI MA): This smooths out the EFI, providing a clearer indication of trend direction.
- Bollinger Bands (BB): The upper and lower bands are calculated based on a specified number of standard deviations from the EFI's moving average, offering insights into potential overbought or oversold conditions.
VWMACD Oscillator @shrilssThe VWMACD Oscillator is a unique and innovative trading indicator designed to provide insights into market momentum using the Volume Weighted Moving Average Convergence Divergence (VWMACD) concept. This script amalgamates various elements to offer a comprehensive view of market trends and potential reversal points.
Key Features:
- Fast Period: Adjust the fast moving average period to fine-tune the sensitivity of the indicator to short-term price movements.
- Slow Period: Set the slow moving average period to control the responsiveness of the indicator to longer-term trends.
- Signal Period: Determine the signal line period to smooth out fluctuations and identify potential trade signals.
- Longer Period: Define the longer period to capture extended trends and market cycles.
How it Works:
The VWMACD Oscillator is derived from the convergence and divergence of two volume-weighted moving averages. It combines the volume factor with the source input to create a robust momentum oscillator. The fast and slow moving averages are calculated by weighting the source with the corresponding volume, providing a unique perspective on market strength.
Dynamic Price Targets @shrilssDynamic Price Targets is a designed to provide traders with a comprehensive view of dynamic price levels based on Volume Weighted Moving Average (VWMA) and standard deviation. This script allows users to identify potential support and resistance zones, aiding in strategic decision-making during market analysis.
The script calculates the VWMA of a chosen price source over a specified length, establishing a dynamic baseline for market trends. The standard deviation is then used to derive multiple upper and lower targets, each representing a certain deviation from the VWMA. These levels are color-coded for clarity, with upper targets displayed in shades of red and lower targets in shades of green.
Diamond Grids @shrilssUncover hidden patterns and potential reversal zones with the Diamond Grids Indicator. This script introduces a unique approach to visualizing price extremes within a specified range, aiding traders in identifying critical support and resistance levels. The indicator dynamically calculates and displays diamond-shaped grids based on user-defined short and long lengths and ATR. Utilize this powerful tool to enhance your technical analysis and gain insights into potential trend reversals.
Key Features:
- Dynamic Grid Calculation: The indicator dynamically calculates and plots diamond-shaped grids based on specified short and long lengths. These grids represent key price extremes within the defined range.
- Multi-Level Support and Resistance: Each diamond grid consists of multiple support and resistance lines, providing a comprehensive view of potential reversal zones. Traders can use these levels to make informed decisions.
- Customizable Parameters: Tailor the indicator to your trading style with customizable parameters such as short length, long length, and a multiplier. Adjust these settings to align the indicator with your unique preferences.
- Real-Time Updates: The indicator updates in real-time, ensuring that traders have the latest information on potential reversal zones. Stay ahead of market movements and make timely decisions.
- Toggle Trend Visualization: Diamond-shaped grids are color-coded for easy interpretation. Positive and negative grid lines are distinctly marked, offering a clear visual representation of the overall trend.
Clustered Asset Moving Average @shrilssThe Clustered Asset Moving Average script is designed to provide traders with a unique perspective on a cluster of multiple assets. By combining the closing prices and volumes of 12 specified assets, this indicator calculates a Clustered Moving Average to reveal potential trends and market sentiment within this asset cluster.
Key Features:
- Asset Cluster Analysis:
The script considers 12 assets, including well-known names such as Google (GOOG), Microsoft (MSFT), Apple (AAPL), Tesla (TSLA), and others.
It calculates the price and volume of each asset to form a comprehensive view of the asset cluster.
- Clustered Moving Average Calculation:
The Asset Price and Volume are combined to calculate the Clustered Moving Average
This moving average reflects the relationship between the aggregated price and volume of the specified assets.
- Multiple Exponential Moving Averages (EMA):
The script includes three EMAs (10, 25, and 100) applied to the Clustered Moving Average, providing different time perspectives.
Users can customize the visibility of each EMA based on their trading preferences.
- Visual Representation:
The indicator offers a visual representation of the Clustered Moving Average, allowing traders to quickly identify trends and potential reversal points.
Different EMAs are color-coded, enhancing visual clarity.
Day Coloring @shrilssDay Coloring Indicator, A tool designed to bring visual clarity to your charts by dynamically coloring the background based on the day of the week. This script adds a layer of organization to your charts, making it easier for traders to track and analyze market movements on different weekdays.
Key Features:
- Customizable Timezone:
Choose from a range of timezones, including popular ones like New York, Los Angeles, Chicago, Phoenix, Vancouver, Santiago, and Mexico City.
- Intuitive Background Coloring:
Each weekday is assigned a distinctive background color, allowing for quick identification and differentiation between different trading days.