5-9-20-100 Day EMAIndicator Name: "5-9-20-100 Day EMA"
Purpose: This indicator plots four key EMAs (5, 9, 20, and 100-day) on a daily chart, providing a clear visualization of both short-term and long-term trends. The EMAs serve as critical triggers for identifying potential entry and exit points based on price interactions with these moving averages.
Technical Details:
Version: Pine Script v5
EMAs Used:
5-Day EMA (Lime): Captures the most recent price trends, useful for identifying short-term momentum.
9-Day EMA (Yellow): Offers a slightly broader view, often used to confirm the short-term trend.
20-Day EMA (Orange): Represents a medium-term trend, commonly used as a signal for trend reversals.
100-Day EMA (Red): Indicates the long-term trend, often serving as strong support or resistance levels.
Trigger Points:
Crossovers: Price crossing above or below these EMAs can trigger potential buy or sell signals.
Convergence/Divergence: The interaction between the EMAs, such as a faster EMA crossing a slower one, can signal trend reversals or continuations.
Utility: This indicator is ideal for traders who rely on EMA crossovers and the relationship between different EMAs to make informed trading decisions.
Grafik Paternleri
Prometheus Volatility EMAThe Prometheus Volatility EMA is an indicator that calculates an Exponential Moving Average with the historical volatility as how we decide how sensitive to make the indicator to the most recent data.
A traditional EMA is calculated like this:
EMA = alpha * source + (1 - alpha) * EMA , where alpha = 2 / (length + 1)
Sourced from TradingView’s ta.ema built in function.
We see that the alpha value is used to determine how sensitive the EMA will be to the most recent prices, and it is derived from how many bars back are used in the calculation.
Prometheus is using the annualized historical volatility, for a specified period as the “alpha” value. The reason for this is that on more volatile assets, the EMA will follow price more closely to give you a better idea of when price may change direction.
Historical Volatility calculation:
hv = ta.stdev(math.log(close / close ), lkb) * math.sqrt(252/5)
EMA calculation:
float hv_EMA = na
hv_EMA := na(hv_EMA ) ? ta.sma(close, lkb) : hv * close + (1 - hv) * hv_EMA
Let's explain some charts to better understand this tool!
We see on a 1 year NASDAQ:SHY chart, the moving average is far from the price. This makes sense as NASDAQ:SHY has a range of 2.85% from the low to the high for this period in the photo above. It is not very volatile.
In this chart of BITSTAMP:BTCUSD we see that the EMA follows price very closely, way closer than it does on $SHY. This is because BITSTAMP:BTCUSD is much more volatile. BITSTAMP:BTCUSD has a range of 196% from the low to the high in this photo. Way more than $SHY.
We see it change on the same asset here looking at $QQQ. In the small period with the drop we see the EMA follow more closely as volatility picks up, then it quickly allows price to get far as volatility leaves.
This is the perspective we aim to provide. We encourage traders to not follow indicators blindly. No indicator is 100% accurate. This one can give you a different perspective of price strength with volatility. We encourage any comments about desired updates or criticism!
ABCD Projection [Trendoscope®]Over the years, we have extensively explored and published numerous scripts centered around various chart patterns, including Harmonic Patterns, Reversal Patterns, Elliott Waves, and more. Our expertise in these areas has led to frequent requests for an indicator based on the ABCD pattern. Although we didn't include it as part of our Harmonic Patterns collection, the development of a dedicated ABCD Projection Indicator has always been a priority for us.
🎲 Overview of the ABCD Projection Indicator
The ABCD Projection Indicator is designed to identify and project ABCD patterns using a Zigzag-based approach. This pattern, characterized by alternating pivot highs and lows labeled as A, B, C, and D, is particularly significant in trending markets where it signifies trend continuation following deep pullbacks.
The indicator works by confirming the ABC pivots and projecting the D pivot based on the established price swings. Since ABCD patterns are most effective in trending environments, the indicator focuses on filtering patterns where the retracement from the C pivot has not compromised the trade's potential. Specifically, it ensures that the starting point (S)—where the pattern is detected—has not retraced beyond a defined threshold, preserving the opportunity to execute a trade with the goal of reaching the projected D pivot.
Additionally, the ABCD Projection Indicator considers the retracement ratio from the C pivot, which plays a crucial role in risk management. A higher retracement ratio reduces the stop distance (from pivot A to the entry point S) while increasing the distance to the target (pivot D), thereby enhancing the reward/risk ratio for trades.
🎲 Components of the ABCD Projection Indicator
The ABCD Projection Indicator comprises several key components:
A, B, C Pivots and Zigzag Wave : These elements form the foundational structure of the ABCD pattern.
S Point : This is the location where the pattern is identified, positioned a few bars away from the confirmed C pivot.
Estimated D Pivot : The D pivot is projected based on the A, B, and C price levels. The time or distance to the D pivot is influenced by the starting point S.
Mini Stats Table : Located in the top right corner, this table displays win/loss ratios and risk/reward data for both bullish and bearish scenarios.
Fibonacci Levels : Calculated from the C to D pivots, these levels are provided as a reference for additional analysis.
🎲 Indicator Settings
The settings for the ABCD Projection Indicator are minimal and intuitive, with tooltips provided to guide users through the configuration process.
Bitcoin PivotFind [BTC Cycle Tops & Bottoms Finder]What is PivotFind?
PivotFind is a custom indicator designed to track 30+ data points of different nature (technical, sentiment, macro, on-chain), and across multiple timeframes (from 1D to 60D), to detect the market conditions that may indicate the formation of potential Cycle Tops and Bottoms .
PivotFind's goal is to help you navigate Bitcoin's price movements and key happenings over its approximately 4-year cycles to help you craft a mid-term investment plan focused on the larger swings, rather than the shorter-term fluctuations.
What Does PivotFind Show/Do?
Market Phase Assessment and Visualization:
- Uses color-coded backgrounds (green for bull, red for bear, yellow for trend reversal) to show the current (assessed) market phase. Note that the price line itself changes color to reinforce the current phase identification.
- Helps you understand if we're in a uptrend, downtrend, or potentially changing direction (reversal), often an open question for traders, with a mid-term horizon
Cycle Top and Bottom Warnings:
- Places red dots above the price line to warn of potential cycle peaks.
- Shows green dots below the price line to indicate possible cycle bottoms.
These markers appear when multiple indicators reach certain thresholds, which historically have often coincided with significant market pivots (from bull to bear, or viceversa). Clusters of tops and bottom warnings are expected to appear at truly pivotal moments.
Parabolic Growth Signals:
- Displays upward arrows when conditions suggest potential for the rapid price increases that historically anticipated blow-off tops
- These signals are based on a combination of technical indicators and market sentiment reaching certain thresholds.
Altcoin Season Indicators:
- Marks with white diamonds the conditions that have historically led to "altseasons" (i.e. Altcoins overperforming BTC's growth rate).
- Based on factors like Bitcoin dominance decrease and certain altcoin performance metrics.
Fibonacci Retracement Bands:
Plots long-term support and resistance zones based on Fibonacci retracement levels.
These bands are calculated from previous major market highs and lows and shed light on the nature of short-term retracements in the context of major trends.
Price Scenario
PivotFind also provides reference price levels for the upcoming halving cycle, including potential thresholds for increased market interest (retail FOMO), possible overvaluation, and theoretical cycle peak ranges. These projections are based on historical data and should be considered as points of reference rather than definitive predictions.
Comprehensive Data Tables:
Right-side Table: Shows current cycle stage, Bitcoin/Altcoin market dominance percentages, and evaluates key economic factors (like inflation and interest rates) for their potential impact.
Bottom Table: Displays real-time values of over 30 key indicators, including RSI, MVRV ratio, and Fear & Greed Index.
Alerts
PivotFind offers you the ability to set up custom alerts (via the standard TradingView alert functionality) or receive automated notifications for significant market events. Despite its sophisticated analysis, PivotFind is designed to be user-friendly, with pre-set parameters that don't require complex adjustments.
How Does It Work?
PivotFind analyzes over 30 different indicators across multiple timeframes (from 1 day to 60 days), grouped into four main categories:
1. Technical Analysis:
Uses standard indicators like RSI, Stochastic RSI, Williams %R, Elliot Oscillator, TDI, and mean reversion concepts.
Looks for divergences between price and multiple indicators (like OBV, MFI, CCI, RSI, SRSI, MACD and others) to spot potential reversals.
2. Market Sentiment:
Incorporates the Crypto Fear & Greed Index (0-100 scale).
Tracks social media trends and influencer follower counts as a gauge of public interest.
3. Macroeconomic Factors:
Monitors inflation rates, interest rates, US rate yields, and money supply (M2) figures.
Tracks the U.S. Dollar Index (DXY) and bond market health through ETFs like TLT and HYG.
4. On-Chain Analytics:
Analyzes MVRV (Market Value to Realized Value) ratio to spot potential over/undervaluation.
Examines NUPL (Net Unrealized Profit/Loss) and active Bitcoin addresses.
PivotFind analyzes these indicators collectively, looking for significant correlations and confluences, to provide a view of the market's position within the 4-year cycle and spot the conditions for potential Cycle tops and bottoms (cycle pivots).
Who Is This For?
PivotFind may be particularly useful for:
- Long-term investors looking to optimize entry and exit points within the 4-year cycle
- Individuals who want to understand mid-term trends without engaging in daily analysis of multiple charts (due to lack of time and/or financial knowledge)
- Bitcoin Holders and miners planning their decisions around critical market pivot points
It's less suitable for scalpers, day-traders or those focused on short-term price movements.
Value Proposition
PivotFind simplifies market analysis by bringing together a wide range of indicators and data sources across different timeframes. It uses built-in logic to interpret these inputs within the context of Bitcoin's cycles, giving users an efficient way to spot potential major market shifts. This all-in-one approach helps make sense of complex market conditions and supports more informed decision-making.
Since Bitcoin’s broader cycle strongly influences the entire crypto market, PivotFind can also be useful for investors who are focused on Altcoins, not just Bitcoin.
Important Note (Disclaimer)
Past performance, and patterns, do not guarantee future results. Therefore, PivotFind should be used as one of many tools in your analysis. While the indicator provides a multi-faceted and multi-timeframe analysis of factors historically correlated with pivotal price shifts, it cannot predict future prices with certainty. It's a tool to help inform your decisions, not make them for you. Always conduct your own research and remember that all investments, especially in cryptocurrencies, involve risk.
Recommended Settings
PivotFinds works best on the 1D INDEX:BTCUSD chart (dark-mode, logarithmic scale).
This indicator is not publicly available and requires special access.
Inside Candle - Multi TimeframesIndicator looks for inside candle on 3 timeframes. Chart's default timeframe and 2 higher timeframes to spot Inside candle on any of these timeframes.
Main purpose was to look at multiple inside candle at multiple timeframes to identify consolidation within consolidation and implement intraday, hence for 15min chart timeframe.
However, code works for all timeframes from 5 min to quarterly and higher timeframes will be picked automatically.
Reference and credits
This indicator is inspired by and uses code from:
- Author Name - // © Fab_Coin_
-
Uptrend & SMAThe "Uptrend and Close to SMA" indicator is designed to help traders identify when the price of a stock is in an uptrend and is trading near its Simple Moving Average (SMA) over a user-defined period. The indicator uses multi-timeframe analysis, allowing the user to select different timeframes for calculating the SMA.
Key Features:
SMA Calculation: The indicator calculates the SMA for a selected timeframe (e.g., daily, weekly, monthly) based on a user-specified period (default is 150 periods).
Multi-Timeframe Options: Users can choose between multiple timeframes (1 day, 1 week, 1 month, 3 months, 6 months, 12 months) to calculate the SMA, providing flexibility in trend analysis.
Proximity Threshold: The indicator includes a proximity threshold in percentage terms, allowing users to define how close the real-time price needs to be to the SMA to trigger a visual alert.
Uptrend Identification: The indicator identifies an uptrend when the real-time price is above the selected SMA.
Visual Alerts: If the price is above the SMA and within the defined proximity threshold, the background color of the chart will change to green, signaling that the stock is in an uptrend and close to the SMA.
Alert Condition: The indicator includes an alert condition that triggers when the price is in an uptrend and within the proximity threshold, allowing traders to be notified when their criteria are met.
Percentage Difference Display: A table displays the percentage difference between the real-time price and the SMA, providing a quick reference to see how far the price is from the SMA in percentage terms.
This indicator is especially useful for traders looking for potential buying opportunities when a stock is trending upwards but still near its moving average, indicating potential continuation or momentum.
Daily High and Low Levels IndicatorThis Pine Script indicator displays horizontal lines representing the high and low levels of the previous trading day, extending them to the right side of the chart for better visibility. It updates automatically at the start of each new trading day.
Features:
Daily High and Low Levels: Marks the high and low levels of the previous day with horizontal lines.
Customization:
Adjust the color, style, and thickness of the lines to fit your preferences.
High Level Line Color: Customize to your preferred color (default: gray).
Low Level Line Color: Customize to your preferred color (default: white).
Line Style Options: Choose between solid, dashed, or dotted lines.
Line Thickness: Adjust the width of the lines.
Extended Lines: Extend the lines to the right side of the chart for enhanced visibility.
Labeling: Shows clear labels "Previous High" and "Previous Low" next to the lines for easy reference.
Usage :
Add this indicator to your chart to visualize the previous day's high and low levels.
Customize the appearance of the lines and labels using the input options.
The indicator will automatically update these levels at the beginning of each trading day.
This indicator is designed to help traders quickly identify significant price levels from the previous day and make informed trading decisions.
License: This script is provided under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License. For more information, visit Creative Commons License.
Arjo FVG Filtering With Alerts [neo.|]Fair Value Gaps (Also known as FVGs or Imbalances) can be simply described as a three candle pattern, where the second candle's body isn't completely covered by the wicks or body of the second and third candle. These areas represent movements in the market where either buyers or sellers were not able to get involved due to price in the form of wicks not revisiting those levels, and instead moving away from them.
As a result, they can be seen as potential areas of continuation given that price may want to continue in it's direction after it revisits them and offers Fair Value, since previously it made sharp moves away from those areas.
However what is important to note, and what FVG Filtering aims to address, is that there are three notable types of FVGs as described by Arjo, which are Perfect FVGs denoted as FVGp on the indicator and chart below, Expansion (FVGe), and Reversal (FVGr). As the names imply, they each serve different purposes with the FVGp being the likeliest to hold on mitigation, expansion meaning price is likely to not retrace into the FVG and reversal being the least likely for the FVG to hold.
The indicator is the first that automatically determines which one of the three underlying FVG types any particular FVG is, that way you can quickly make informed decisions based on the type of FVG you see appear on the chart.
As you may notice, the type depends primarily on the third candle, which demonstrates the true strength of any particular FVG, and is how the filtering occurs on this indicator, which compares the sizes of the second and third candle's bodies, in order to classify the FVG candle sequence as one of the three aforementioned types.
Color Options:
FVG Colors: Change the color of any bullish or bearish FVG type to easily distinguish between them.
Mitigated FVG Color: Apply colors to mitigated FVGs in order to avoid using ones that are no longer valid.
Text Color: Change the color of the text within the FVG to your liking.
Further styling options:
How many FVGs you want to be displayed: Changes the amount of FVGs displayed on your chart by limiting each type of FVG to the number you select.
How far you want the FVGs to extend: Modify the amount of bars forward that the FVG stretches out after it's inception.
Table options:
Show table: Display a table that will give you insights on how many FVGs were created of each type and what % they represent of the total.
Table text color: Modify the color of the text within the table.
Table border color: Modify the color of the border of the table.
Alerts:
Freely set alerts for any type of FVG you would like to see.
Next Candle Price Prediction FAJnext candle price prediction
Previous Day Data:
prevHigh, prevLow, and prevClose are calculated to capture the high, low, and close of the previous day. This is used to understand the previous day's price range and sentiment.
ATR Calculation:
The Average True Range (ATR) is a measure of volatility. We use it to estimate how much the price might move up or down from the previous close.
Predicted High and Low:
Using the previous close plus and minus the ATR value gives a range where the price might reach.
Predicted Target Price:
The script calculates a simple midpoint of the previous day's range to predict the target price for the next candle. This midpoint serves as a basic prediction, assuming price might oscillate within the previous day's range.
Plotting:
The script plots the predicted high, low, and target price as well as the previous day's high, low, and close for context.
Prometheus NFP LevelsThis script is a tool to mark the high and low of the most recent first Friday of the month. The significance of that day is that’s when the Bureau of Labor Statistics reports the Non Farm Payrolls (NFP) for the month prior. This number includes how many jobs were added that month, the unemployment rate, and labor force participation rate to name a few.
It is always on the first Friday of the new month, and markets tend to care about it quite a bit.
This script also allows a user to get the high and low of a specific date, the default date is the last Federal Open Market Committee day (FOMC). On this day the Federal Reserve announces the Federal Funds Interest Rate, as well as giving guidance on things like bond buying programs, to name a few.
Markets care about these days a lot, that is why we decided to make this script. Prometheus plans to update the default custom date with the most recent FOMC date as they come around.
Here we see the FOMC level high in blue, and low in yellow as well as the NFP high and low in green and red. The white boxes highlight areas where the market reacted to the levels.
On this chart we see a different asset still has interactions with the levels.
We chose to have the user input the date the way we did, not as a timestamp, for this code:
ts_start = timestamp(event_year, event_month, event_day, 9, 30)
ts_end = timestamp(event_year, event_month, event_day+1, 0, 0)
Adding one to the inputted date gives us a simple way to define the time range.
Prometheus encourages users to use indicators as tools along with their own discretion. No indicator is 100% accurate. We encourage comments about requested features and criticism.
Smoothed SuperTrend with VWAP Confirmation [CHE] Smoothed SuperTrend with Automated Optimization and VWAP Confirmation
Overview
The "Smoothed SuperTrend with VWAP Confirmation" is an advanced technical analysis indicator designed for precise trend identification and trading signal generation. This script integrates a smoothed version of the popular SuperTrend indicator with an additional layer of confirmation using the Volume-Weighted Average Price (VWAP). The combination of these two elements offers traders a powerful tool for identifying optimal entry and exit points in the market.
Key Features
1. Smoothed SuperTrend
- Super Smoother Algorithm: The SuperTrend in this script is not just a regular one; it is enhanced by the Super Smoother filter, which reduces market noise and provides more reliable trend signals.
- Customizable Parameters: Traders can adjust three different sets of SuperTrend parameters (factor and ATR length), allowing them to tailor the indicator to their specific trading strategies.
- Automatic Optimization: The script automatically evaluates the performance of each SuperTrend parameter set and selects the one with the best cumulative performance. This selection process can be set to pick either the best or the worst performing parameter set, depending on the trader's preference.
2. VWAP Confirmation
- Precise Trend Confirmation: Once the best-performing SuperTrend is identified, the script further refines the signals by using VWAP as a confirmation tool. VWAP is a highly respected indicator in the trading community, often used to assess the true average price of an asset.
- Long and Short Signal Generation: The script generates Long and Short signals only when the price action is confirmed by both the SuperTrend and VWAP. For a Long signal, the price must be above the VWAP, and for a Short signal, it must be below the VWAP. This dual confirmation ensures higher accuracy and reduces the likelihood of false signals.
3. Visual and Informative Labels
- Signal Labels: Upon confirmation of a trend reversal by both the SuperTrend and VWAP, the script plots clear labels on the chart, indicating confirmed Long or Short signals. These labels are customizable in terms of color, text, and size, ensuring they fit seamlessly into any chart setup.
- Best Parameters Display: At the close of the most recent bar, the script displays a label that provides detailed information about the best-performing SuperTrend parameters and their cumulative performance. This feature keeps traders informed about which settings are currently most effective.
Input Customization Options
1. Super Smoother Length
- Traders can define the length of the Super Smoother filter, which is used to smooth both price data and ATR (Average True Range) values. This input allows traders to control the sensitivity of the indicator, with shorter lengths providing faster responses and longer lengths offering smoother trends.
2. SuperTrend Parameters
- Factor: For each of the three SuperTrends, traders can set a unique factor that determines the distance of the SuperTrend bands from the average price. A higher factor results in wider bands and fewer signals, while a lower factor results in narrower bands and more signals.
- ATR Length: Traders can also specify the length of the ATR used in each SuperTrend calculation. A longer ATR period captures broader market volatility, while a shorter period focuses on more immediate price movements.
3. Label Settings
- Label Colors: The script allows full customization of label colors for Long and Short signals, ensuring that they match the trader’s chart aesthetics.
- Label Text Colors and Sizes: Traders can adjust the text color and size of the labels for Long, Short, and information labels, allowing them to prioritize visibility and readability on their charts.
4. Performance Selection Mode
- Best or Worst Performer: This input allows traders to select whether the script should optimize for the best or worst performing SuperTrend parameter set. This flexibility is useful in different market conditions, where a trader might want to analyze either the strongest trend or focus on a contrarian strategy.
5. VWAP Calculation
- The script automatically recalculates the VWAP based on trend changes, ensuring that the confirmation signals are as accurate and relevant as possible to the current market context.
Important Note
This script is designed to provide more accurate trend signals and confirmations, but like all technical indicators, it should not be used in isolation. It is recommended to use this tool as part of a broader trading strategy, including proper risk management and consideration of fundamental market conditions.
Conclusion
The "Smoothed SuperTrend with VWAP Confirmation" script is an innovative trading tool that combines the strengths of the SuperTrend and VWAP indicators. By integrating smoothing techniques and automatic parameter optimization, this indicator provides traders with more accurate and reliable trend signals. The added confirmation by VWAP further enhances the precision of the entry and exit points, making it an excellent choice for traders looking to improve their technical analysis and trading outcomes. This tool is especially valuable for those who prefer customizable inputs and a systematic approach to trading, ensuring that the indicator adapts to various market conditions and individual trading styles.
Best regards
Chervolino
Price & Volume Breakout Fibonacci Probability [TradeDots]📝 OVERVIEW
The "Price & Volume Breakout Fibonacci Probability" indicator is designed to detect the probability of the maximum run-up and drawdown of each breakout trade on an asset, assisting traders in optimizing their take profit and stop loss strategies.
🧮 CALCULATIONS
The algorithm detects price and volume breakouts to activate the Fibonacci levels displayed on the chart. It calculates these levels using the period pivot high and low, with the close price of the breakout bar as the reference price.
The indicator then forward-tests within an user-selected number of bars, detecting the maximum run-up and drawdown during that period. Consequently, it calculates the probability of the price hitting either side of the Fibonacci levels, showing the likelihood of reaching take profit and stop loss targets for each breakout trade.
📊 EXAMPLE
The above example shows two breakout trades, circled within the yellow rectangle zone.
The first trade has a maximum run-up above the +0.382 Fibonacci level zone and a maximum drawdown below the -0.618 Fibonacci level zone.
When the price reaches the maximum run-up, it only has a ~45% probability of moving further upward into the last two zones (25% + 19.44%). This indicates that setting a take profit at a higher level may have less than a 50% chance of success.
Conversely, when the price reaches its maximum drawdown, there is only an ~8% probability of moving further downward into the last drawdown zone. This could indicate a potential reversal.
⚙️ SETTINGS
Breakout Condition: Determines the type of breakout condition to track: "Price", "Volume", "Price & Volume".
Backtest Period: The maximum run-up and drawdown are detected within this bar period.
Price Breakout Period: Specifies the number of bars the price needs to break out from.
Volume Breakout Period: Specifies the number of bars the volume needs to break out from.
Trendline Confirmation: Confirms that the close price needs to be above the trendline.
📈 HOW TO USE
By understanding the probabilities of price movements to both the upside and downside, traders can set take profit and stop loss targets with greater accuracy.
For instance, placing a stop loss order below the zone with the highest probability minimizes the chances of being stopped out of a profitable trade. Conversely, setting a take profit target at the zone with the highest probability increases the win rate.
Additionally, if the price breaches multiple Fibonacci levels during the breakout period, it may indicate an abnormal state, signaling a potential reversal or pullback. This can help traders exit trades in a timely manner.
Traders can adjust their take profit and stop loss levels based on their individual risk tolerance.
RISK DISCLAIMER
Trading entails substantial risk, and most day traders incur losses. All content, tools, scripts, articles, and education provided by TradeDots serve purely informational and educational purposes. Past performances are not definitive predictors of future results.
FVG Price & Volume Graph [LuxAlgo]The FVG Price & Volume Graph tool plot recently detected fair value gaps relative to the volume traded within their area during their formation. This allows us to effectively visualize significant fair value gaps caused by high liquidity.
The indicator also returns levels from the fair value gaps areas average with the highest associated volume.
Do note that the indicator can consider the chart's visible range when being computed, which will recalculate the indicator when the chart's visible range changes.
🔶 USAGE
Fair Value Gaps (FVG) are core price action concepts occurring when the disparity between supply and demand is significant. Price has a tendency to come back to those areas and mitigating them, that is filling them.
The provided tools allow for effective visualization of both FVG's area's height as well as the volume originating from their creation, which is defined by the total traded volume located within the FVG during its creation. FVG's with more associated volume are displayed to the rightmost of the chart.
Users can determine the amount of most recent FVG's to display from the "Display Amount" setting. Disabling the "Consider Mitigation" setting will return mitigated FVGs in the plot, which can be useful to know where most FVGs were located.
We can use the area average of the FVGs with the most associated volume as potential support/resistance levels. Users can extend more FVG's averages by increasing the "Highest Volume Averages" setting.
🔹 Visualizing Volume/Price Relationships of FVG's
A linear regression is fit between FVG's areas average and their associated volume, with this linear regression helping us see where FVG's with specific volume might be located in the future based on existing FVG's.
Note that FVG's do not tend to exhibit linear relationships with their associated volume, the provided linear regression can give a general sense of tendency, but nothing necessarily accurate.
🔶 DETAILS
🔹 Intrabar Data TF
Given a formation of three candles causing an FVG, the volume traded within that FVG area is obtained by looking at the lower timeframe intrabar candles located within the intermediary candle of the formation. The volume of the intrabar candles located within the FVG areas is added up to obtain the associated volume of the FVG.
Using a lower "Intrabar Data TF" allows obtaining more precise volume results, at the cost of computation time and data availability (if there is a high difference between the "Intrabar Data TF" and the chart TF then less FVG can have their associated volume calculated due to Tradingview limitations).
🔹 Display
Users have access to multiple graphical settings affecting how the indicator is displayed.
The "Graph Resolution" setting determines the length of the X axis, with higher values returning more precise results on the location of FVGs over the X axis. Users can also control the number of labels displayed on the X-axis using the numerical input to the right of "Show X-Axis Labels".
Additionally, users can color FVG areas using a gradient relative to the size of the area, or the volume associated with the FVG.
🔶 SETTINGS
Display Amount: Amount of most recent FVGs to display.
Highest Volume Averages: Amount of FVG averages levels with the highest volume to display and extend.
Consider Mitigation: Only display unmitigated FVGs.
Filter FVGs Outside Visible Range: Only display FVGs areas that are located within the user chart visible range.
Intrabar Data TF: Timeframe used to obtain intrabar data. Should be lower than the user chart timeframe.
Entropy Indicator [CHE]Entropy in Technical Analysis Using TradingView
Slide 1: Title
Entropy in Technical Analysis Using TradingView
Introduction to the concept of entropy
Application in technical analysis
Understanding the use of entropy as a market indicator
Slide 2: What is Entropy?
Definition and Origins:
Entropy originates from thermodynamics and information theory.
In thermodynamics, entropy describes the degree of disorder or randomness in a system.
In information theory, entropy quantifies the uncertainty or unpredictability of information content.
Mathematical Definition:
Entropy measures the unpredictability of a system.
The basic idea: Higher entropy means more randomness; lower entropy indicates more predictability.
Formula: Entropy is calculated using the probabilities of different outcomes, based on how frequently certain price levels are reached.
Slide 3: Entropy in Financial Markets
Why Entropy Matters:
Market Uncertainty: Entropy can measure the level of uncertainty or randomness in financial markets.
Volatility Indicator: High entropy may indicate a volatile, unpredictable market, while low entropy suggests a stable, predictable market.
Applications in Trading:
Trend Analysis: Identifying periods of high entropy can help detect potential trend reversals or periods of market consolidation.
Risk Management: Using entropy to adjust trading strategies based on the perceived level of market uncertainty.
Slide 4: How Entropy is Calculated in Trading
Step-by-Step Process:
Data Collection:
The first step is to gather the relevant price data over a specific period, such as 200 closing prices. This data forms the basis of the entropy calculation, representing the market's recent behavior.
Defining Bins:
The price range within the collected data is divided into a fixed number of bins or intervals. These bins represent different price levels. For instance, if you choose 5 bins, the price range will be split into 5 equal segments.
Assigning Data to Bins:
The next step is to assign each price within the data to one of these bins. This step helps in understanding how frequently the price falls within specific ranges, indicating the distribution of prices over the period.
Calculating Probabilities:
After assigning the data to bins, calculate the probability for each bin by dividing the number of data points in each bin by the total number of data points. These probabilities reflect how often prices fall into each range.
Computing Entropy:
Entropy is then calculated based on the distribution of these probabilities. The formula involves summing the products of each probability and the logarithm of that probability. This calculation tells us how evenly the prices are distributed across the bins.
Interpretation for Traders:
High entropy indicates that the prices are spread evenly across the bins, suggesting a highly random and uncertain market. Low entropy, on the other hand, shows that prices are concentrated in fewer bins, indicating more predictable and stable market conditions.
Slide 5: Implementing and Using Entropy in TradingView
How It Works in TradingView:
Data Period: Typically, entropy is calculated over a specific number of bars (e.g., 200), representing recent market activity. The longer the period, the broader the market behavior considered.
Bin Division: The price range during this period is divided into a set number of bins. These bins help to categorize price levels and assess how spread out the market’s activity is.
Entropy Calculation: The indicator evaluates the spread of prices across these bins to determine the level of market disorder. This is visualized on the chart as an entropy line, helping traders to see fluctuations in market uncertainty.
Practical Application:
As a trader, you can use the entropy indicator to gauge when the market is in a state of high uncertainty (high entropy) or low uncertainty (low entropy). This insight can inform decisions on when to take riskier trades or when to stay conservative.
Slide 6: Interpreting the Entropy Indicator
High Entropy:
Characteristics:
Indicates a high level of market disorder, where price movements are more random and less predictable.
Suggests volatile or unpredictable market conditions.
Implications for Traders:
During periods of high entropy, traders might need to exercise greater caution, reduce position sizes, or employ more defensive trading strategies.
High entropy could signal potential trend reversals or significant market movements, making it a critical period to watch closely.
Low Entropy:
Characteristics:
Suggests that the market is more predictable, with prices showing less variation and more consistent trends.
Typically associated with trending markets where price movement is more orderly.
Implications for Traders:
In a low entropy environment, traders might favor trend-following strategies, as the market shows clearer directional movement.
Low entropy can also suggest more reliable trading opportunities, where the risk of sudden, unpredictable price swings is reduced.
Slide 7: Use Cases and Strategy Integration
Practical Use Cases:
Trend Reversals: Use entropy to identify potential points where a market may shift from trending to consolidating, or vice versa. A sudden increase in entropy might indicate the end of a stable trend and the start of a more volatile period.
Volatility Detection: Detect periods of increased market volatility by observing spikes in entropy. These periods can be critical for adjusting your trading strategy, either by scaling back or by taking advantage of the increased movement.
Strategy Integration:
Risk Management: Incorporate entropy into your risk management strategy by adjusting position sizes, leverage, or stop-loss levels based on the current entropy reading. In high entropy conditions, it might be wise to take smaller, more conservative positions.
Combining Indicators: Entropy can be effectively combined with other indicators, such as moving averages or RSI, to provide a more comprehensive view of market conditions. For example, using entropy alongside a trend indicator can help confirm whether a trend is strong and likely to continue, or if it's weakening and at risk of reversal.
Slide 8: Advantages and Limitations of Entropy
Advantages:
Unique Perspective: Entropy offers a unique way to measure market uncertainty that complements traditional volatility measures. It provides traders with insights into the randomness and predictability of price movements, which can be crucial for strategic decision-making.
Dynamic Analysis: Entropy adapts to changes in market conditions, offering real-time insights into the level of market disorder. This makes it a valuable tool for traders who need to stay responsive to the market's evolving dynamics.
Limitations:
Complex Interpretation: Unlike more straightforward indicators, entropy requires a deeper understanding to interpret correctly. Traders need to be familiar with how entropy levels relate to market behavior and what actions to take in response.
Sensitivity to Parameters: The results can vary significantly depending on the number of bins and the data period chosen, requiring careful parameter selection. Traders may need to experiment with different settings to find the most informative configuration for their specific market or trading style.
Slide 9: Conclusion
Key Takeaways:
Entropy as a Tool: Provides a unique perspective on market dynamics by measuring unpredictability. This can help traders better understand the nature of market conditions and tailor their strategies accordingly.
Practical Application: Can enhance trading strategies, particularly in volatile markets, by helping to identify periods of high uncertainty and adjusting risk management practices.
Further Exploration: Experimenting with different bin sizes and periods can help fine-tune the entropy indicator for specific markets and trading strategies. Traders are encouraged to combine entropy with other indicators to build a more robust trading framework.
Final Thoughts:
Entropy is a powerful concept that, when applied correctly, can offer valuable insights into market behavior. It should be used in conjunction with other tools and indicators to make informed trading decisions, particularly in markets where unpredictability plays a significant role.
This presentation provides a comprehensive overview of entropy, its significance in financial markets, and how it can be practically applied as an indicator in TradingView. The focus is on how traders can use entropy to enhance their trading strategies and improve their understanding of market conditions.
Best regards
Chervolino
ICT Watermark | FluxxDescription:
The watermark indicator is designed to enhance the visual presentation of your trading charts by adding customizable watermarks. This tool allows you to overlay essential information, such as ticker symbols, timeframes, dates, and custom text, directly onto your charts. While providing larger text options then all other watermarks currently available.
Key Features:
Customizable Watermarks: Users can enable up to two watermarks with adjustable text content, color, size, and position.
Dynamic Information Display: Option to display real-time symbol and timeframe details, as well as the current date.
Flexible Placement: Watermarks can be positioned at the top, middle, or bottom of the chart, and aligned to the left, center, or right.
Multiple Size Options: Includes a variety of text sizes, making the text larger than any other watermark out there!
Use Cases:
Branding: Add your name or brand to your charts for a personalized touch.
Clarity: Overlay important chart details without obstructing the main content, helping in presentations or shared analysis.
This indicator is original and valuable for traders who seek to enhance the clarity and professionalism of their charts. It is particularly useful for those who create educational content or wish to maintain consistent chart branding.
Vmoon Trend TableVmoon Trend Table Indicator
The **Vmoon Trend Table Indicator** is a powerful tool designed for traders who want to track trends across multiple timeframes and identify key pivot points that signal trend changes. This indicator provides a visual representation of trends in different timeframes through a convenient table, which can be positioned either at the top or bottom of the chart. It is particularly useful for those who prefer trading with the trend and need to monitor higher timeframes for stronger signals.
#### Key Features:
1. **Multi-Timeframe Trend Detection**:
- The indicator analyzes up to four different timeframes simultaneously, allowing traders to observe trends from shorter to longer timeframes.
- The user can select which timeframes to monitor, making it adaptable to various trading strategies.
2. **Pivot Point Analysis**:
- The Vmoon Trend Table identifies trends based on pivot points, which are defined by higher highs and higher lows for uptrends, and lower highs and lower lows for downtrends.
- Users can customize the lookback period to define these pivot points, offering control over the sensitivity of trend detection.
- A choice between using the high/low or close price for pivot calculations is available, allowing further customization.
3. **Visual Representation**:
- The indicator provides a table showing the current trend direction (uptrend or downtrend) for each selected timeframe.
- Trends are visually indicated by up or down arrows, colored appropriately to represent bullish or bearish trends.
- The table can be positioned at the top or bottom of the chart, based on user preference.
4. **Support and Resistance Levels**:
- The indicator can display support and resistance lines based on the most recent swing high/low points for each timeframe.
- These lines help traders visualize critical levels where trends might change, enabling better decision-making.
5. **Historical Pivot Points**:
- Users can toggle the visibility of historical pivot points on the chart, aiding in the evaluation of trend consistency and the placement of these points.
6. **Optimized Performance**:
- The script is optimized to reduce the number of security calls, ensuring it runs efficiently even when tracking multiple timeframes.
- Revisions have focused on improving speed and allowing users to reposition the information table according to their needs.
#### How to Use:
1. **Set Timeframes**: Choose the timeframes that you want to monitor for trends. The indicator supports up to four different timeframes.
2. **Define Pivot Points**: Adjust the lookback period to define how pivot points (highs/lows) are calculated. Select whether to use high/low or close prices for this calculation.
3. **Monitor the Trend Table**: Observe the trend direction indicated in the table. Use this information to confirm the overall trend before making trading decisions.
4. **Watch Support/Resistance Levels**: If enabled, use the support and resistance levels drawn from higher timeframe pivots to anticipate potential trend reversals.
5. **Fine-Tune Settings**: Customize the indicator's display, such as repositioning the trend table, adjusting line widths, or changing colors, to fit your trading style.
Shark Harmonic Pattern [TradingFinder] Shark Detector Indicator🔵 Introduction
The Shark harmonic pattern, first introduced by Scott Carney in 2011, is a recognized tool in technical analysis. Since its inception, it has been widely adopted by traders as an essential market analysis tool.
Due to its complexity, the Shark pattern can be challenging for novice traders. Therefore, we have developed the Harmonic Pattern Indicator to help analysts and traders easily identify these patterns.
🟣 Understanding the Types of Shark Pattern
In technical analysis, the Shark harmonic pattern forms at the end of trends and is categorized into two types: Bullish and Bearish Shark Patterns.
Bullish Shark Pattern : This pattern appears at the end of a downtrend, indicating a potential reversal to an uptrend. Traders can use this pattern to identify buy entry points. The image below illustrates the core components of the Bullish Shark Pattern.
Bearish Shark Pattern : Conversely, the Bearish Shark Pattern forms at the end of an uptrend, signaling a possible reversal to a downtrend. This pattern prompts traders to shift their positions from buying to selling. The image below showcases the characteristics of the Bearish Shark Pattern.
🔵 How to Use
🟣 Trading with the Bullish Shark Pattern
The Bullish Shark Pattern acts as a reversal pattern, helping traders identify the end of a downtrend and the beginning of an uptrend. It consists of five key points that indicate alternating bullish and bearish movements.
Upon the complete formation of this pattern, traders can look for opportunities to enter buy trades. To manage risk effectively, it is advisable to set a stop-loss below the lowest price point within the pattern.
🟣 Trading with the Bearish Shark Pattern
Similarly, the Bearish Shark Pattern functions as a reversal pattern but in the opposite direction. It helps traders identify the end of an uptrend and the onset of a downtrend.
After the pattern fully forms, traders can seek sell entry opportunities. As with the bullish pattern, placing a stop-loss above the highest price point within the pattern is recommended for risk management.
🔵 Setting
🟣 Logical Setting
ZigZag Pivot Period : You can adjust the period so that the harmonic patterns are adjusted according to the pivot period you want. This factor is the most important parameter in pattern recognition.
Show Valid Format : If this parameter is on "On" mode, only patterns will be displayed that they have exact format and no noise can be seen in them. If "Off" is, the patterns displayed that maybe are noisy and do not exactly correspond to the original pattern.
Show Formation Last Pivot Confirm : if Turned on, you can see this ability of patterns when their last pivot is formed. If this feature is off, it will see the patterns as soon as they are formed. The advantage of this option being clear is less formation of fielded patterns, and it is accompanied by the latest pattern seeing and a sharp reduction in reward to risk.
Period of Formation Last Pivot : Using this parameter you can determine that the last pivot is based on Pivot period.
🟣 Genaral Setting
Show : Enter "On" to display the template and "Off" to not display the template.
Color : Enter the desired color to draw the pattern in this parameter.
LineWidth : You can enter the number 1 or numbers higher than one to adjust the thickness of the drawing lines. This number must be an integer and increases with increasing thickness.
LabelSize : You can adjust the size of the labels by using the "size.auto", "size.tiny", "size.smal", "size.normal", "size.large" or "size.huge" entries.
🟣 Alert Setting
Alert : On / Off
Message Frequency : This string parameter defines the announcement frequency. Choices include: "All" (activates the alert every time the function is called), "Once Per Bar" (activates the alert only on the first call within the bar), and "Once Per Bar Close" (the alert is activated only by a call at the last script execution of the real-time bar upon closing). The default setting is "Once per Bar".
Show Alert Time by Time Zone : The date, hour, and minute you receive in alert messages can be based on any time zone you choose. For example, if you want New York time, you should enter "UTC-4". This input is set to the time zone "UTC" by default.
🔵 Conclusion
The Shark harmonic pattern is a potent analytical tool in technical analysis that aids traders in identifying critical reversal points in financial markets. Whether in a bullish or bearish context, this pattern provides clear trend change signals, allowing traders to enter trades with greater precision and optimize their strategies.
However, as with all analytical methods, it is essential to supplement the Shark pattern with additional analyses and strict risk management to avoid potential losses. Incorporating this pattern into a comprehensive trading strategy can lead to better trade outcomes and more opportunities for success
Big Volumes HighlighterBig Volumes Highlighter
Overview:
The "Big Volume Highlighter" is a powerful tool designed to help traders quickly identify candles with the highest trading volume over a specified period. This indicator not only highlights the most significant volume candles but also color-codes them based on the candle's direction—green for bullish (close > open) and red for bearish (close < open). Whether you're analyzing volume spikes or looking for key moments in price action, this indicator provides clear visual cues to enhance your trading decisions.
Features:
Customizable Lookback Period: Define the number of candles to consider when determining the highest volume.
Automatic Color Coding: Candles with the highest volume are highlighted in green if bullish and red if bearish.
Visual Clarity: The indicator marks the significant volume candles with a triangle above the bar and changes the background color to match, making it easy to spot important volume events at a glance.
Use Cases:
Volume Spike Detection:
Quickly identify when a large volume enters the market, which may indicate significant buying or selling pressure.
Trend Confirmation: Use volume spikes to confirm trends or potential reversals by observing the direction of the high-volume candles.
Market Sentiment Analysis: Understand market sentiment by analyzing the direction of the candles with the biggest volumes.
How to Use:
Add the "Big Volume Highlighter" to your chart.
Adjust the lookback period to suit your analysis.
Observe the highlighted candles for insights into market dynamics.
This script is ideal for traders who want to incorporate volume analysis into their technical strategy, providing a simple yet effective way to monitor significant volume changes in the market.
Artaking 2Components of the Indicator:
Moving Averages:
Short-Term Moving Average (MA): This is a 50-period Simple Moving Average (SMA) applied to the closing price. It is used to track the short-term trend of the market.
Long-Term Moving Average (MA): This is a 200-period SMA used to track the long-term trend.
Day Trading Moving Average: A 20-period SMA is used specifically for day trading signals, focusing on shorter-term price movements.
Purpose:
The crossing of these moving averages (short-term crossing above or below long-term) provides basic buy and sell signals, indicative of potential trend reversals or continuations.
ADX (Average Directional Index) for Trend Strength:
ADX Calculation: The ADX is calculated using a 14-period length with 14-period smoothing. The ADX value indicates the strength of a trend, regardless of direction.
Strong Trend Condition: The indicator considers a trend to be strong if the ADX value is above 25. This threshold helps filter out trades during weak or sideways markets.
Purpose:
To ensure that the strategy only generates signals when there is a strong trend, thus avoiding whipsaws in low volatility or range-bound conditions.
Support Levels:
Support Level Calculation: The indicator calculates the lowest close over the last 100 periods. This level is used to identify significant support zones where the price might find a floor.
Purpose:
Support levels are critical in identifying potential areas where the price might bounce, making them ideal for setting stop losses or identifying buy opportunities.
Volatility Spike (Proxy for News Trading):
ATR (Average True Range) Calculation: The indicator uses a 14-period ATR to measure market volatility. A volatility spike is identified when the ATR is greater than 1.5 times the 14-period SMA of the ATR.
Purpose:
This serves as a proxy for news events or other sudden market movements that could make the market unpredictable. The indicator avoids generating signals during these periods to reduce the risk of being caught in a volatile, potentially news-driven move.
Fibonacci Retracement Levels:
61.8% Fibonacci Level: Calculated from the highest high and lowest low over the long MA period, this retracement level is widely regarded as a significant support or resistance level.
Purpose:
Position traders often use Fibonacci levels to identify potential reversal points. The indicator incorporates the 61.8% level to fine-tune entries and exits.
Candlestick Patterns for Price Action Trading:
Bullish Engulfing Pattern: A bullish reversal pattern where a green candle fully engulfs the previous red candle.
Bearish Engulfing Pattern: A bearish reversal pattern where a red candle fully engulfs the previous green candle.
Purpose:
These patterns are classic signals used in price action trading to identify potential reversals at key levels, especially when they align with other conditions like support/resistance or Fibonacci levels.
Signal Generation:
The indicator generates buy and sell signals by combining the above elements:
Buy Signal:
A buy signal is triggered when:
The short-term MA crosses above the long-term MA (indicating a potential uptrend).
The trend is strong (ADX > 25).
The current price is near or below the 61.8% Fibonacci retracement level, suggesting a potential reversal.
No significant volatility spike is detected, ensuring the market isn’t reacting unpredictably to news.
Sell Signal:
A sell signal is triggered when:
The short-term MA crosses below the long-term MA (indicating a potential downtrend).
The trend is strong (ADX > 25).
The current price is near or above the 61.8% Fibonacci retracement level, suggesting potential resistance.
No significant volatility spike is detected.
Day Trading Signals:
Independent of the main trend signals, the indicator also generates intraday buy and sell signals when the price crosses above or below the 20-period day trading MA.
Price Action Signals:
The indicator can trigger buy or sell signals based purely on price action, such as the occurrence of bullish or bearish engulfing patterns. This is optional and can be enabled or disabled.
Alerts:
The indicator includes built-in alert conditions that notify the trader when a buy or sell signal is generated. This allows traders to act immediately without having to constantly monitor the charts.
Practical Application:
This indicator is versatile and can be used across various trading styles:
Position Trading: The long-term MA, Fibonacci retracement, and ADX provide a solid foundation for identifying long-term trends and potential entry/exit points.
Day Trading: The short-term MA and day trading MA offer quick signals for intraday trading.
Price Action: Candlestick pattern recognition allows for precise entry points based on market sentiment and behavior.
News Trading: The volatility spike filter helps avoid trading during periods of market instability, often driven by news events.
Conclusion:
The Comprehensive Trading Strategy Indicator is a robust tool designed to help traders navigate various market conditions by integrating multiple strategies into a single, coherent framework. It provides clear, actionable signals while filtering out potentially dangerous trades during volatile or weak market conditions. Whether you're a long-term trader, a day trader, or someone who relies on price action, this indicator can be a valuable addition to your trading toolkit.
MTF Supply & Demand [SMRT Algo] The SMRT Algo Multi-Timeframe Supply & Demand indicator is a powerful tool designed to help traders identify key supply and demand zones across multiple timeframes on their charts without switching the chart timeframe. This indicator simplifies the process of analyzing higher timeframe zones by allowing users to adjust the timeframe settings within the indicator itself, eliminating the need to switch between different chart timeframes. This flexibility makes it easier for traders to incorporate higher timeframe analysis into their trading strategy, enhancing their ability to identify optimal entry and exit points.
Core Features
Supply and Demand Zones Identification:
The indicator automatically identifies and highlights supply and demand zones on the chart, which are critical areas where the market is likely to reverse or experience significant price movement. These zones represent areas of strong buying (demand) or selling (supply) pressure, making them key levels for potential trade setups. The clear visualization of these zones on the chart helps traders quickly identify important price levels without manual analysis.
Multi-Timeframe Functionality:
One of the standout features of the SMRT Algo Multi-Timeframe Supply & Demand indicator is its ability to display supply and demand zones from other timeframes directly on the current chart. Traders can adjust the timeframe of the supply and demand zones through the indicator settings, allowing them to view and analyze higher timeframe zones without switching between different charts. This feature is particularly useful for traders who rely on higher timeframe analysis to make more informed trading decisions.
Customizable Timeframe Settings:
The indicator provides a high degree of customization, allowing users to select the specific timeframe from which they want to view supply and demand zones. Whether a trader prefers to analyze daily, weekly, or even monthly zones while trading on a lower timeframe, this indicator accommodates their needs. This flexibility helps traders align their strategies with broader market trends, ensuring they are aware of significant supply and demand levels across different timeframes.
Potential Entry and Take Profit Zones:
The supply and demand zones identified by the indicator can be used as potential entry points for trades or as take profit zones. Traders can enter long positions near demand zones, where buying pressure is expected to push prices higher, or enter short positions near supply zones, where selling pressure might drive prices lower. Additionally, these zones can serve as logical areas to take profits, as they represent levels where the market is likely to encounter resistance or support.
The identification of supply and demand zones serves as the foundation for potential trade setups, while the multi-timeframe functionality enhances the depth of analysis by allowing traders to view higher timeframe zones without leaving their current chart. This combination ensures that traders can maintain a clear understanding of significant market levels across different timeframes, enabling them to make more informed and strategic trading decisions.
Inputs:
Timeframe: Choose the timeframe for the supply-demand zones shown on the chart.
Sensitivity: Adjust the sensitivity of the S/D zones. A smaller value will lead to fewer zones generated on the chart, while a larger value will lead to more zones shown.
Width: Adjust the width (size) of the zones. A smaller value will result in smaller zones, while a larger value will result in larger zones.
Supply/Demand Color: Freely adjust the colors of the supply-demand zones.
Zones Offset: This affects the extension of the zones (i.e. many bars to the right).
Timeframe Label: The timeframe label is displayed on the top right corner, and can be turned on/off. It displays the timeframe of the MTF Supply Demand. The position and size of the label can also be adjusted.
The ability to view and adjust supply and demand zones from multiple timeframes directly within the indicator settings offers a significant advantage, providing traders with a more comprehensive view of the market.
This indicator is particularly valuable for traders who utilize multi-timeframe analysis as part of their strategy, offering them the ability to stay aware of critical levels across different timeframes without the hassle of constantly switching charts. The customizable nature of the indicator further enhances its utility, making it a versatile tool that can be tailored to suit various trading styles and preferences.
The SMRT Algo Suite, which the SMRT Algo MTF Supply Demand indicator is a part of, offers a comprehensive set of tools and features that extend beyond the capabilities of standard or open-source indicators, providing significant additional value to users.
What you also get with the SMRT Algo Suite:
Advanced Customization: Users can customize various aspects of the indicator, such as toggling the confirmation signals on or off and adjusting the parameters of the MA Filter. This customization enhances the adaptability of the tool to different trading styles and market conditions.
Enhanced Market Understanding: The combination of pullback logic, dynamic S/R zones, and MA filtering offers traders a nuanced understanding of market dynamics, helping them make more informed trading decisions.
Unique Features: The specific combination of pullback logic, dynamic S/R, and multi-level TP/SL management is unique to SMRT Algo, offering features that are not readily available in standard or open-source indicators.
Educational and Support Resources: As with other tools in the SMRT Algo suite, this indicator comes with comprehensive educational resources and access to a supportive trading community, as well as 24/7 Discord support.
The educational resources and community support included with SMRT Algo ensure that users can maximize the indicators’ potential, offering guidance on best practices and advanced usage.
SMRT Algo believe that there is no magic indicator that is able to print money. Indicator toolkits provide value via their convenience, adaptability and uniqueness. Combining these items can help a trader make more educated; less messy, more planned trades and in turn hopefully help them succeed.
RISK DISCLAIMER
Trading involves significant risk, and most day traders lose money. All content, tools, scripts, articles, and educational materials provided by SMRT Algo are intended solely for informational and educational purposes. Past performance is not indicative of future results. Always conduct your own research and consult with a licensed financial advisor before making any trading decisions.
Prometheus TTM SqueezeThe TTM indicator is an indicator used to better understand an underlying’s direction and volatility. Positive values indicate a rising price, negative falling. There is also an element of the underlying's volatility, explained below.
When, in this particular indicator, the zero line is the aqua color, that means that the volatility has picked up. In literal terms, it means that the upper Keltner Channel is above the upper Bollinger Band and the lower Keltner Channel is below the lower Bollinger Band. The range of the Keltner Channels is greater than the range of the Bollinger bands. What this is supposed to correlate to with price action is a more volatile choppier area. See below.
This is an example of volatility picking up being shown as the speed of the underlying. When the line turns aqua the move following tends to be sharp in the respective direction. Not a smooth delivery of price.
Regarding why this script is different from the others, with this script you do not need to input a bar's back value if you do not want to. Bars back being the amount of bars used in the indicator calculation. This is because of the use of Sum of Squared Errors, or SSE. How we do it is we calculate a Simple Moving Average or SMA and the indicator using a lot of different bars back values. Then if there is an event, characterized by the oscillator crossing over or under the 0 line, we subtract the close by the SMA and square it. If there is no event we return a big value, we want the error to be as small as possible. Because we loop over every value for bars back, we get the value with the smallest error. Or the SMA closest to the price ensuring we are following it as close as we can. This also becomes the value used as the multiplier for the Keltner Channels and Bollinger Bands, we simply divide them by 10 to normalize it. This leads to ease of use. A user does not need to worry about finding the best bars back for each ticker and time frame. We have you covered! SSE is not to be regarded to be the best given values for a pocket of the market, simply an estimation.
Of course we have the option for users to enter their own bars back or multipliers. Here is a comparison of the SSE at work and a 20 period bar’s back with 2 as the multiplier on a 4 hour $QQQ.
The top one is the SSE, the bottom is 20. I turned off showing the SMA, and alerts for better visibility. We see the SSE version does not cross above 0 again until the trend totally reverses. I would much rather overestimate risk than underestimate it.
The BULL and BEAR plotted on the chart is a result of the following conditions. A BULL if the price is above our auto optimized SMA and the oscillator crosses over 0. BEAR is the opposite, price below the SMA and an oscillator cross below 0. Here is the Daily NYSE:PLTR chart to show some.
Users have the options to toggle on and off the BULL and BEAR plots, SMA, as well as input their own lookback and multipliers.
We encourage traders to not follow indicators blindly, none are 100% accurate. SSE does not guarantee that the values generated will be the best for a given moment in time. Please comment on any desired updates, all criticism is welcome!
God's of LiquidityHere’s a detailed description for your script, following the guidelines for clarity and originality:
---
**Title:** God's of Liquidity
**Description:**
The "Gods of Liquidity" script is a comprehensive trading tool designed to help traders identify high-probability buy and sell opportunities based on a combination of liquidity levels, RSI-based sentiment analysis, and session-specific filters.
**Key Features:**
1. **Liquidity Zones Identification:**
- The script dynamically calculates the previous day's high and low levels, which serve as critical liquidity zones. Traders can use these levels to spot potential breakout points and reversals.
2. **RSI-Based Sentiment Analysis:**
- The script incorporates a sophisticated RSI-based sentiment model that differentiates between institutional (Banker) and retail (Hot Money) activity. This dual RSI approach allows traders to gauge market sentiment and anticipate shifts in momentum.
- **Banker RSI:** Measures the sentiment of institutional traders, with customizable sensitivity and period parameters.
- **Hot Money RSI:** Measures retail trader sentiment, with its own adjustable settings to tailor the script to various market conditions.
3. **Session and Day Filters:**
- Traders can restrict signals to specific trading sessions and days of the week, providing greater control and precision in executing trades. This feature is particularly useful for aligning trading activity with market conditions that best suit the strategy.
4. **Breakout and Reversal Signals:**
- The script generates buy signals when the price breaks above the previous day's high, accompanied by bullish RSI sentiment from institutional traders. Conversely, sell signals are generated when the price breaks below the previous day's low, with bearish institutional sentiment.
- These signals are visually marked on the chart, making it easier for traders to identify potential trading opportunities.
5. **Customizable Moving Averages:**
- The script allows users to customize the moving averages used in the RSI calculations, giving traders the flexibility to adapt the tool to their specific trading style and market conditions.
6. **Alert System:**
- Alerts are integrated to notify traders when buy or sell conditions are met, ensuring that traders can react promptly to potential trading opportunities without constantly monitoring the charts.
**How It Works:**
- The script uses the previous day's high and low as key liquidity levels. The price crossing these levels, combined with RSI-based signals, indicates potential buy or sell opportunities.
- The sentiment analysis is derived from the RSI values, with separate calculations for institutional and retail activities. The crossover points of these RSI values against their respective moving averages trigger buy or sell signals.
- The session and day filters allow traders to focus on the most relevant times for trading, enhancing the effectiveness of the strategy.
**Usage:**
- This indicator is designed for Forex traders who want to integrate liquidity zones and sentiment analysis into their trading strategy. It is particularly effective on daily or higher timeframes where liquidity levels and RSI-based sentiment analysis can provide strong indications of market direction.
- The script's flexibility in adjusting session times, days, and RSI parameters makes it suitable for a wide range of trading styles, from day trading to swing trading.
---
**License:**
This source code is subject to the terms of the Mozilla Public License 2.0 at (mozilla.org).
© bankbaguitarcrazy
---
This description should provide sufficient detail to comply with the publication guidelines, offering clear insight into how the script works and its unique features.
Rising & Falling Window Signals [LuxAlgo]The Rising & Falling Window Signals indicator identifies Rising & Falling Window formations on the chart and manages them for use as support and resistance zones. The Rising and Falling Window methods used in this indicator are based on Steve Nison's techniques, emphasizing the importance of these areas to better identify continuation momentum and likely reversal points.
Various filtering settings are included to identify zones of a specific width, as well as hide shorter zones from displaying on their chart, helping the users focus on the most significant zones.
🔶 USAGE
A Window (Rising or Falling) forms when the candle wicks from 2 consecutive candlesticks do not overlap, causing a gap. This gap is considered as a strong market sentiment of upward or downward movement, allowing traders to anticipate the likely direction of future prices.
The formation of a Rising Window is a typical indication that a bullish trend is likely to follow.
The formation of a Falling Window is a typical indication that a bearish trend is likely to follow.
After forming a window, we can interpret the zone as a likely area of support and resistance for the price to return to and react from.
Generally, the extremities of the window are used as support and resistance levels, with opposite extremities being regarded as the strongest point of support/resistance. However, when the window is exceptionally wide, the mid-point is looked upon as the strongest point of support/resistance. Once the price closes beyond the window, the window is no longer seen as supportive.
🔶 DETAILS
The script uses a fairly simple concept and implements it with familiar size and mitigation checks. From the settings of this script, the zones can be controlled based on user preferences.
🔹 Horizontal Zone Control
Horizontal Control Settings manipulate the extension and zone display for each zone; however, these settings do not affect the identification of each zone.
Maximum Live Zone Length: This determines the maximum duration of a zone. Zones will stop extending once the zone is mitigated, or if it has reached the maximum zone length determined by this setting.
Minimum Inactive Zone Length: This will hide mitigated (inactive) zones that are shorter than this setting value, this is used to free up the chart from irrelevant zones.
Extend Historical Zones on Touch: If a zone is unmitigated, but has stopped extending, it is considered a "historical" zone. If the price returns to a historical zone, this setting will cause it to extend to the current bar.
🔹 Vertical Zone Control
Vertical Control Settings filter out windows that are wider or thinner than the desired width range. Each of these settings is specified as "ATR Multipliers".
Minimum Width: Filters out any zones whose width is lower than ATR * Minimum Width.
Maximum Width: Filters out any zones whose width is higher than ATR * Maximum Width.
🔹 Signal Types
Signals are used to identify interactions with the Rising & Falling Window zones. The script has 3 different identification types to choose from:
Note: These are all bullish (rising window) examples of each signal.
Regular: The "regular" signal will fire when the price crosses above the upper extremity of an unmitigated zone.
Engulfing: The "engulfing" signal will fire when a bullish engulfing candlestick pattern occurs while one or more of the candle's wicks are touching the zone.
Wick: The "wick" signal will fire when the low of the candle is below the top of a zone, but the candle then closes above the top of the zone.
🔶 SETTINGS
🔹 Horizontal Zone Control
Maximum Live Zone Length: Maximum duration of newly formed zones.
Minimum Inactive Zone Length: Hides Zones whose length is lower than this setting.
Extend Historical Zones on Touch: Extend historical unmitigated zones when the price reaches the zone to the current bar.
🔹 Vertical Zone Control
Minimum Width: ATR multiplier used to filter out any zones whose width is lower than ATR * Minimum Width.
Maximum Width: ATR multiplier used to filter out any zones whose width is higher than ATR * Maximum Width.
Show Midlines: Determine if the zone midlines are displayed.
🔹 Signals
Show Zone Tests: Determine if signals appearing on zone tests are displayed.
Test Type: Sets the signal method for zone tests.
Signal Size: Sets label size for displayed signals.