Fixed Range LevelsThis indicator draws horizontal price levels on your chart based on a starting price and a range size that you define. It can also draw midpoint lines between the main levels if enabled.
Here's a breakdown of its functionality:
Key Features:
Starting Price:
You define a starting price (e.g., 21630).
The indicator calculates a corrected base price by rounding the starting price to the nearest multiple of the range size.
Range Size:
You define a range size (e.g., 71).
The indicator draws horizontal lines at intervals of the range size above and below the corrected base price.
Dual Ranges:
You can define two range sizes (e.g., 71 and 29).
The indicator can draw levels for both ranges simultaneously or individually, depending on your settings.
Midpoint Lines:
If enabled, the indicator draws midpoint lines between the main levels.
For example, if the main levels are at 21584 and 21655, the midpoint line will be at 21619.5.
Customizable Styles:
You can customize the line style (solid, dotted, dashed) and color for both the main levels and midpoint lines.
Dynamic Levels:
The levels are recalculated and redrawn dynamically based on the starting price and range size.
How It Works:
Corrected Base Price Calculation:
The indicator calculates the corrected base price using the formula:
pinescript
Copy
correctedBasePrice = math.floor(startingPrice / rangeSize) * rangeSize
For example, if startingPrice = 21630 and rangeSize = 71:
Copy
correctedBasePrice = math.floor(21630 / 71) * 71 = 304 * 71 = 21584
Drawing Levels:
The indicator draws horizontal lines at intervals of the range size above and below the corrected base price.
For example, if rangeSize = 71 and maxLevels = 5, the levels will be drawn at:
Copy
21584 - (5 * 71) = 21249
21584 - (4 * 71) = 21320
...
21584 + (5 * 71) = 21939
Midpoint Lines:
If enabled, the indicator draws midpoint lines between the main levels.
For example, if the main levels are at 21584 and 21655, the midpoint line will be at:
Copy
(21584 + 21655) / 2 = 21619.5
Dual Ranges:
If you enable both ranges, the indicator will draw levels for both range sizes simultaneously.
For example, if rangeSize1 = 71 and rangeSize2 = 29, the indicator will draw two sets of levels:
Levels at intervals of 71 (e.g., 21584, 21655, 21726, ...).
Levels at intervals of 29 (e.g., 21634, 21663, 21692, ...).
Example Use Case:
Imagine you're trading a stock or cryptocurrency, and you want to identify key support and resistance levels based on a specific price range. Here's how you can use this indicator:
Set the Starting Price:
For example, if the current price is 21630, you can set this as the starting price.
Define the Range Size:
If you believe the price moves in increments of 71, set rangeSize1 = 71.
If you also want to track smaller increments of 29, set rangeSize2 = 29.
Enable Midpoint Lines:
If you want to see the midpoint between the main levels, enable Show Midpoint Line.
Customize Line Styles:
Choose different colors and styles for the main levels and midpoint lines to make them visually distinct.
Analyze the Chart:
The indicator will draw horizontal lines at the specified intervals, helping you identify potential support, resistance, and midpoint levels.
Why Is This Useful?
Support and Resistance Levels:
The horizontal lines act as dynamic support and resistance levels based on the range size you define.
Price Targets:
You can use the levels to identify potential price targets or areas where the price might reverse.
Midpoint Analysis:
The midpoint lines can help you identify areas of consolidation or potential breakout points.
Flexibility:
You can customize the range sizes, colors, and styles to suit your trading strategy.
Summary:
This indicator is a powerful tool for traders who want to visualize price levels and midpoints based on a specific range size. It helps you identify key levels for support, resistance, and potential price targets, making it easier to plan your trades.
Indicators and strategies
End-of-Session ProbabilityThis indicator estimates the probability that the market will finish the session above a specified target price. It blends a statistical probability model with directional bias and optional morning momentum weighting to help traders gauge end-of-day market expectations.
Key Features:
• Statistical Probability Model:
Uses a normal distribution (with a custom normal CDF approximation) scaled by the square-root-of-time rule. The indicator dynamically adjusts the standard deviation for the remaining session time to compute a z‑score and ultimately the probability that the session close exceeds the target.
• Directional Bias via Daily HullMA (Exponential):
A daily Hull Moving Average (calculated using an exponential method) is used as a big-picture trend indicator. The model allows you to select your bias method—either by comparing the current price to the daily HullMA (Price method) or by using the HullMA’s slope (Slope method). A drift multiplier scales this bias, which then shifts the mean used in the probability calculations.
• Optional Morning Momentum Weight:
For traders who believe that early session moves provide useful clues about the day’s momentum, you can enable an optional weighting. The indicator captures the percentage change from the morning open (within a user-defined time window) and adjusts the expected move accordingly. A multiplier lets you control the strength of this adjustment.
• Visual Outputs:
The indicator plots quantile lines (approximately the 25%, 50%, and 75% levels) for the expected price distribution at session end. An abbreviated on-chart label displays key information:
• Target: The target price (current price plus a user-defined offset)
• Prob Above: The probability (in percentage) that the session close will exceed the target price
• Time: The time remaining in the session (in minutes)
How to Use:
1. Set Your Parameters:
• Expected Session Move: Input your estimated standard deviation for the full-session move in price units.
• Daily Hull MA Settings: Adjust the period for the daily HullMA and choose the bias method (Price or Slope). Modify the drift multiplier to tune the strength of the directional bias.
• Target Offset: Specify an offset from the current price to set your target level.
• Morning Momentum (Optional): Enable the morning momentum weight if you want the indicator to adjust the expected move based on early session price changes. Define the morning session window and set the momentum multiplier.
2. Interpret the Output:
• Quantile Lines: These represent the range of possible end-of-session prices based on your model.
• Abbreviated Label: Provides a quick snapshot of the target price, probability of finishing above that target, and time remaining in the session.
3. Trading Application:
Use the probability output as a guide to assess if the market is likely to continue in the current direction or reverse by session close. The indicator can help you decide on trade entries, exits, or adjustments based on your overall strategy and risk management approach.
This tool is designed to offer a dynamic, statistically driven snapshot of the market’s expected end-of-day behavior, combining both longer-term trend bias and short-term momentum cues.
Previous Day & Current Day Levels (PDH/PDL/CDH/CDL) Indicator🔥 A must-have tool for price action traders! 🔥
🔹 What This Indicator Does
This indicator automatically plots key price levels from the previous and current day:
✅ Previous Day High (PDH) & Previous Day Low (PDL) – Critical support and resistance levels.
✅ Current Day High (CDH) & Current Day Low (CDL) – Helps track intraday structure.
✅ Works on ALL Timeframes – Whether you're scalping or swing trading.
✅ Fully Customizable – Change colors, line thickness, and visibility with ease.
💡 Why This Indicator is Useful
Understanding key price levels i s essential for trading success:
Identify support & resistance zones for potential trade setups.
Confirm breakouts & fakeouts when price interacts with these levels.
Enhance trade confidence by using historical highs/lows as reference points.
Works across all asset classes (Forex, Stocks, Crypto, Indices).
⚙️ How to Use
Add the indicator to your chart.
Open the settings panel to customize:
Toggle visibility of PDH, PDL, CDH, CDL.
Change line colors to match your strategy.
Adjust line thickness for better visibility.
Use these levels to analyze price action and improve trade decisions.
🛠 Customization Options
Show/hide PDH, PDL, CDH, CDL as per your trading style.
Adjust line color, thickness, and style to your preference.
Works seamlessly on stocks, forex, crypto, and indices.
🎯 Who Should Use This Indicator?
✅ Scalpers & Day Traders – Monitor intraday price movements.
✅ Swing Traders – Use previous day levels for market bias.
✅ Breakout & Reversal Traders – Identify key areas for entries.
✅ Price Action Enthusiasts – Get an edge with historical highs/lows.
📝 FAQ
❓ Will this work on lower timeframes?
✔️ Yes! It works on all timeframes , from 1-minute to daily charts.
❓ Does it repaint?
✔️ No! The indicator is based on fixed price levels from the previous and current day.
❓ Is this free?
✔️ Yes, it’s completely free to use!
🚀 Final Thoughts
This indicator simplifies your trading by highlighting high-probability price levels. Whether you're looking for breakout trades, rejections, or key support/resistance areas , this tool will be an invaluable addition to your chart setup.
🎯 Add it to your TradingView chart today and trade with confidence!
📢 Disclaimer:
This indicator is for educational and informational purposes only. It does not constitute financial advice, and past performance is not indicative of future results. Trading involves risk, and you should consult a financial professional before making any decisions. The author is not responsible for any losses incurred while using this indicator. Use at your own risk.
VIXION Follow The MoneyHow It Works
• Money Flow Visualization:
The indicator displays market money flow as a filled area. When the money flow is positive, it appears in GREEN, and when it is negative, it switches to RED. This dual display helps you quickly gauge the strength and direction of market momentum.
• Signal Markers:
Triangle markers are plotted when the money flow crosses the zero line:
• Green Triangle: Indicates that money flow has moved into positive territory, suggesting increasing bullish momentum.
• Red Triangle: Indicates that money flow has turned negative, suggesting increasing bearish momentum.
• Trend Context with WaveTrend:
Alongside the money flow, the indicator shows two trend waves. These elements provide additional context on the overall market trend, highlighting potential overbought or oversold conditions.
How to Use It
1. Observe the Money Flow:
Look at the filled area and its outline. A rising, GREEN colored area may signal strong buying pressure, while a falling, RED colored area may indicate selling pressure.
2. Watch for Crossover Signals:
Pay attention to the green and red triangle markers. These markers help you identify key moments when the momentum shifts, serving as potential entry or exit signals.
3. Consider the Trend Elements:
Use the WaveTrend waves and the fast-moving line to confirm the money flow signals. When both the money flow and trend elements point in the same direction, the signal is generally stronger.
4. Integrate with Your Strategy:
Combine the signals from this indicator with other technical analysis tools and risk management practices. This can help you make more informed trading decisions and manage your exposure effectively.
Advanced Momentum IndicatorRSI - stochastic RSI - macD overlay
BUY - SELL signals
fibonacci based - osi
Ultimate Volatility Scanner by NHBprod - Requested by Client!Hey Everyone!
I created another script to add to my growing library of strategies and indicators that I use for automated crypto and stock trading! This strategy is for BITCOIN but can be used on any stock or crypto. This was requested by a client so I thought I should create it and hopefully build off of it and build variants!
This script gets and compares the 14-day volatility using the ATR percentage for a list of cryptocurrencies and stocks. Cryptocurrencies are preloaded into the script, and the script will show you the TOP 5 coins in terms of volatility, and then compares it to the Bitcoin volatility as a reference. It updates these values once per day using daily timeframe data from TradingView. The coins are then sorted in descending order by their volatility.
If you don't want to use the preloaded set of coins, you have the option of inputting your own coins AND/OR stocks!
Let me know your thoughts.
OAT Multiple Alert ConditionsOverview:
The OAT Multiple Alert Conditions indicator is designed to enhance TradingView’s alert functionality by allowing users to set multiple conditions for webhook-based alerts. This script enables traders to define up to four independent conditions using different event types (e.g., crossing, greater than, rising, etc.), making it ideal for automated trading strategies and webhook integrations.
Features:
✅ Supports up to 4 independent conditions.
✅ Multiple event types: Crossing, Crossing Up, Crossing Down, Greater Than, Less Than, Rising, Falling.
✅ Choose between value-based or source-based conditions.
✅ Custom timeframes for each condition.
✅ Optional session filtering and expiration settings.
✅ Visual markers for triggered conditions.
✅ Alerts for individual conditions or all conditions being met.
How It Works:
Configure each condition by selecting the event type and input values.
Define whether the alert should trigger on bar close or real-time.
Enable session filtering to limit alerts to specific trading hours.
Set an expiration date for alerts if needed.
Alerts can be sent via TradingView’s webhook feature for automated execution.
Intended Use:
This script is a utility tool for traders using automated strategies with the Options Auto Trader. It does not generate trading signals or provide financial advice. It is designed to enhance alert flexibility and efficiency for trading through webhooks.
License & Compliance:
This script is published under the Mozilla Public License 2.0 and follows TradingView’s guidelines. It does not execute trades but simply provides an enhanced alerting mechanism.
GpPa - Φ Environmental ToolsGpPa - Φ Environmental Tools
Descripción:
Este indicador genera un "entorno ponderado en phi" que delimita zonas relevantes para
aplicar estrategias de análisis técnico. Se crean cajas (boxes) para distintos marcos
temporales (610, 233, 89, 34 y 13 minutos) que demarcan rangos de datos óptimos.
Dentro de cada caja se dibujan dos líneas:
- La línea EME: delimita una zona del 80% (izquierda) y 20% (derecha) del rango de la caja.
- La línea HPP: se calcula en función del conteo de velas, posicionándose desde el extremo izquierdo de la caja hacia la derecha (más cercana al precio), evitando sesgos causados por gaps (fin de semana, festivos, etc.).
Este entorno busca proveer un margen óptimo que no abarque "poco o muchos datos", adecuado para cualquier tipo de análisis técnico.
TrueCandlesThis script analyses the activities in a script to identify the actual strength of activity displayed by a candle and measure that strength.
YTA - Colored RSI LevelsThis is simple RSI indicator
I always wanted total 5 levels
2 over bought levels 70-30
2 support and resistance levels 60-40
so I jsut took help of Ai and made this simple RSI with 4 levels , which can be modified as per the need , but as default 7-30 and 60-40 levels along with middle level 50.
You can use as per your strategy and as it may help you .
Thank you
Money Making Trading StrategyThis is gonna cook many charts cuz it is the best strategy to make money while even sleeping. Do not sleep on this and make a fortune today
Opening Range Breakout (ORB)This is an Opening Range Break indicator. Best if used on a 5 minute chart. It plots the opening 30 minutes high and low of a ticker. (meaning mostly for stocks, options, etfs) and then it alerts a buy signal upon break of opening high and a sell signal upon break of opening low. This is a day trading type of indicator and there is a new opening range everyday.
MMD Bands + Ema cloudsTwo indicators combining in one.
MMD magic clouds + Ema clouds
You can color space between SMA and MA to create cloud/ribbon
Gap Detection Indicator V.1This indicator is designed to detect gaps between candles on the chart. It detects all gaps that are higher than the specified percentage setting, draws a line passing through only the starting and ending points of the last gap, and paints between these lines.
If any candle closes above the gap starting level, the lines between the lines are colored green; If any candle closes below the gap starting level, the lines between the lines are colored red.
UPDATE1:
In addition, two more gap levels were added. A date range was added to enable control within the specified date range.
POC General with Customizable EMAs and POC DotsMuestra el POC de cada vela como un punto y el POC general de las ultimas n velas como una línea.
Además puede mostrar hasta 3 medias móviles exponenciales configurables.
Crypto MA + ATR Super Adaptative 2.0How to Use:
Add to Your Chart:
Copy and paste the Pine Script code into TradingView’s Pine Editor and add it to your chart.
Customize Settings:
Adjust the input parameters to match your preferred trading style or the specific market conditions. For example, you can modify the moving average periods or ATR settings to better suit high-volatility environments.
Interpret the Indicator:
The Adaptive Midline serves as the central trend indicator. Its color dynamically changes (green for an uptrend, red for a downtrend) to help you quickly gauge market direction.
The Upper and Lower Levels represent dynamic support and resistance zones. Wider spacing indicates higher volatility, while tighter spacing reflects calmer market conditions.
Use these levels to help identify entry and exit points, set stop-loss orders, or confirm the prevailing trend.
Combine with Other Analysis:
While this indicator provides valuable insights, it is best used in combination with other technical analysis tools and proper risk management practices.
JUST LEVELS FROM ULAVESHgives you extraodrinary levels for intraday as well as swing..use it ...it will be helpful for sure
TBRSV - Trend Bias & Reversal Signals with Volatility SqueezesThe "TBRSV" indicator is designed to identify the prevailing trend direction, potential reversal points, and squeeze breakouts. It achieves this by combining several technical analysis tools:
EMA-Based Trend Bias: It uses a fast and slow Exponential Moving Average (EMA) to determine the overall trend direction. The directionalBias line visually represents this bias, with lime indicating an uptrend, red indicating a downtrend, and orange signalling a potential trend change.
Reversal Confirmation: The indicator identifies potential reversal points by looking for price action that breaks the recent trend. If the price makes a new low during an uptrend or a new high during a downtrend within a specified look back period, it considers this a reversal signal.
Reversal Signals: Confirmed reversals are marked with lime (bullish) or red (bearish) dots on the chart. These dots suggest potential entry or exit points.
Squeeze Detection: The indicator uses Bollinger Bands and Keltner Channels to identify periods of consolidation, or "squeezes," where volatility is low.
Squeeze Breakout Signals: It identifies high-volume breakouts from these squeezes. A white upward-pointing triangle signals a bullish breakout, while a white downward-pointing triangle signals a bearish breakout.
How to Best Use the Indicator
1. Determine the Trend Bias: Use the color of the directionalBias line to quickly assess the current trend.
2. Identify Potential Reversal Zones: Pay attention to the orange areas, which signal times of indecision and potential trend changes.
3. Confirmed Reversal Signals: Look for lime or red dots. These dots indicate high-probability reversal points and potential entry or exit points.
4. Squeeze Breakout Signals: Trade in the direction of the breakout.
5. Combine with Other Indicators: Enhance signals from the "Trend Bias & Reversal Signals" indicator with other tools, such as volume analysis, RSI, MACD, trend lines, or candlestick patterns.
6. Consider Trend Strength: Not all trends are equal. Adjust your trading strategy based on the strength of the trend.
7. Weighted Trade Signals: Consider using the indicator in conjunction with weighted trade signals, giving more weight to signals aligned with the trend bias.
By understanding the components of the "Trend Bias & Reversal Signals with Volume Squeezes" indicator and how they work together, you can use it to identify high-probability trading opportunities and improve your overall trading performance. Remember to adapt your approach to different market conditions and trading styles.
Triple EMA Crossover v.2This Triple EMA Crossover v.2 indicator is designed to analyze market trends using three Exponential Moving Averages (EMAs). It helps traders identify bullish and bearish conditions based on EMA crossovers while also displaying a movable table with market signals for different timeframes.
Key Features:
Triple EMA Strategy
Uses EMA 8, EMA 13, and EMA 21 for trend confirmation.
Colors dynamically change to indicate bullish (green) or bearish (red) signals.
Crossover Signals
A bullish signal occurs when EMA 13 crosses above EMA 21, with EMA 8 above both.
A bearish signal occurs when EMA 13 crosses below EMA 21, with EMA 8 below both.
Option to display arrows for buy/sell signals.
Volume Weighted Average Price (VWAP)
Provides an additional trend confirmation option.
Displays real-time trend signals for different timeframes.
User can set custom timeframes for each row (default: 1 min, 5 min, 15 min).
This script is ideal for traders looking to confirm trends across multiple timeframes and visually track EMA crossovers in an intuitive and customizable format. 🚀
RSI Cross Under Strategy +15This strategy uses the Relative Strength Index (RSI) to automate trading decisions. Key features include:
Buy signals: Triggered when RSI crosses below an oversold level (default 28.5).
Position sizing: Each trade is 6.6% of total equity.
Pyramiding: Allows up to 15 additional positions on repeated signals.
Profit-taking: Closes 50% of the position when price reaches a set target (default 900% gain).
Visualization: Plots buy/sell signals, RSI, entry price, and target price on the chart.
Flexibility: Adaptable to different initial capitals and risk preferences.
The strategy aims to capitalize on oversold market conditions, with built-in risk management through position sizing. Users can optimize performance by adjusting RSI parameters, profit targets, and pyramiding limits.