TuxTune - Dynamic Vertical LineDynamic vertical line. Can be used to help gauge the size of the candles/price range.
Candlestick analysis
Failed Breakout DetectionThis indicator is a reverse-engineered copy of the FBD Detection indicator published by xfuturesgod. The original indicator aimed at detecting "Failed Breakdowns". This version tracks the opposite signals, "Failed Breakouts". It was coded with the ES Futures 15 minute chart in mind but may be useful on other instruments and time frames.
The original description, with terminology reversed to explain this version:
'Failed Breakouts' are a popular set up for short entries.
In short, the set up requires:
1) A significant high is made ('initial high')
2) Initial high is undercut with a new high
3) Price action then 'reclaims' the initial high by moving +8-10 points from the initial high
This script aims at detecting such set ups. It was coded with the ES Futures 15 minute chart in mind but may be useful on other instruments and time frames.
Business Logic:
1) Uses pivot highs to detect 'significant' initial highs
2) Uses amplitude threshold to detect a new high above the initial high; used /u/ben_zen script for this
3) Looks for a valid reclaim - a red candle that occurs within 10 bars of the new high
4) Price must reclaim at least 8 points for the set up to be valid
5) If a signal is detected, the initial high value (pivot high) is stored in array that prevents duplicate signals from being generated.
6) FBO Signal is plotted on the chart with "X"
7) Pivot high detection is plotted on the chart with "P" and a label
8) New highs are plotted on the chart with a red triangle
Notes:
User input
- My preference is to use the defaults as is, but as always feel free to experiment
- Can modify pivot length but in my experience 10/10 work best for pivot highs
- New high detection - 55 bars and 0.05 amplitude work well based on visual checks of signals
- Can modify the number of points needed to reclaim a high, and the # of bars limit over which this must occur.
Alerts:
- Alerts are available for detection of new highs and detection of failed breakouts
- Alerts are also available for these signals but only during 7:30PM-4PM EST - 'prime time' US trading hours
Limitations:
- Current version of the script only compares new highs to the most recent pivot high, does not look at anything prior to that
- Best used as a discretionary signal
IMACD + OBV Oscillator StrategyLazy bear IMACD + OBV OSC Strategy
Combining the IMACD indicator and OBVOSC indicator of Lazy Bear, the macd golden cross + obvosc is positive as the basis for entry, and the macd dead cross is the basis for selling.
EMA 5 Candle Break SignalsThis indicator combines several technical analysis tools to provide trading signals:
Features
EMA 5 Analysis
Plots a 5-period EMA (blue line)
Identifies reference candles:
Green candles completely above EMA
Red candles completely below EMA
Breakout Signals
Buy signals when price breaks above a red reference candle's high
Sell signals when price breaks below a green reference candle's low
Signals only trigger when RSI > 50
RSI Filter
Uses 14-period RSI
Only allows signals when momentum is confirmed (RSI > 50)
Dual Volatility Stops
Two different volatility-based trailing stops:
Short-term (5-period length, 1.3x multiplier) - shown as crosses
Medium-term (6-period length, 1.3x multiplier) - shown as circles
Stops change color based on trend direction (green=uptrend, red=downtrend)
Usage
Buy Signals: Green "BUY" labels appear below bars when conditions are met
Sell Signals: Red "SELL" labels appear above bars when conditions are met
Volatility Stops: Use as dynamic support/resistance levels or exit points
Donchian Channel Trend Meter [Custom TF]DC TREND METER WITH CUSTOM TF
Check trend patterns in combi with other confleunces w/m formation above 50 ma 1 hr
BUY trend breaks and pay attention to 50 line
1 minute works good already
Break to the Right (Internal)Break to the right indicator. Alert alerts when price action creates internal breaks, possibly indicating a shift in direction.
15 Minute Volume Reversal PointsVolume marks reversal points on 15-Minute chart. Tells Support and Resistance Levels.
Advanced Trading Dashboard🚀 Powerful Multi-Indicator Tool for TradingView
The Advanced Trading Dashboard (ATD) combines essential technical indicators into one clean, customizable script for TradingView. Designed for traders who need quick market insights, this tool integrates:
🔥 Key Features:
✅ EMA Crossovers – Track short-term trends with 7 & 20 EMA (plotted in blue & red)
✅ VWAP – Identify fair value and intraday trends (purple line)
✅ CPR (Central Pivot Range) – Key levels for day traders:
Pivot (Yellow)
BC (Bottom Central, Green Circles)
TC (Top Central, Red Circles)
Shaded CPR Range (Gray) for visual support/resistance zones
✅ Advanced RSI – With adjustable levels & signals:
Overbought/Oversold (70/30, dotted lines)
Mid-Level (50) for trend confirmation
Buy/Sell Arrows when RSI crosses key levels
Optional RSI Pane (toggle on/off)
✅ Built-in Alerts – Get notified for:
EMA 7/20 Crossovers
RSI Overbought/Oversold Exits
🌟 Why Use This Script?
✔ All-in-One Dashboard – No need for multiple indicators cluttering your chart
✔ Clean & Customizable – Adjust colors, levels, and visibility
✔ Works on All Timeframes – Scalping, day trading, or swing trading
✔ Pine Script v6 Optimized – Smooth performance with TradingView’s latest features
📌 Perfect For:
Day Traders (CPR + VWAP for intraday levels)
Swing Traders (EMA crossovers + RSI for trend confirmation)
Algorithmic Traders (Built-in alerts for strategy automation)
📢 Try it now and enhance your trading decisions with a professional-grade multi-indicator tool! 🚀
Bull Bear Pivot by RawstocksThe "Bull Bear Pivot" indicator is a custom Pine Script (v5) tool designed for TradingView to assist traders in identifying key price levels and pivot points on intraday charts (up to 1-hour timeframes). It combines time-based open price markers, pivot high/low detection, and candlestick visualization to provide a comprehensive view of potential support, resistance, and trend reversal levels. Below is a detailed description of the indicator’s functionality, features, and intended use.
Indicator Overview:
The "Bull Bear Pivot" indicator is tailored for intraday trading, focusing on specific times of the day to mark significant price levels (open prices) and detect pivot points. It plots horizontal lines at the open prices of user-defined sessions, identifies pivot highs and lows on the current chart timeframe, and overlays custom candlesticks to highlight price action. The indicator is designed to work on timeframes of 1 hour or less (e.g., 1-minute, 3-minute, 5-minute, 15-minute, 30-minute, 60-minute) and includes a warning mechanism for invalid timeframes.
Key Features:
Time-Based Open Price Markers:
The indicator allows users to define up to five time-based sessions (e.g., 4:00 AM, 8:30 AM, 9:30 AM, 10:00 AM, and a custom time) to capture the open price at the start of each session.
For each session, it plots a horizontal line at the 1-minute open price, extending from the session start to the market close at 4:00 PM EST.
Each line is accompanied by a label positioned 5 bars to the right of the market close (4:00 PM EST), with the text right-aligned and vertically centered on the line.
Users can enable/disable each marker, customize the session time, label text, line color, and text color via the indicator’s settings.
Pivot Highs and Lows:
The indicator calculates pivot highs and lows on the current chart timeframe using the ta.pivothigh and ta.pivotlow functions.
Pivot highs are marked with green triangles above the bars, and pivot lows are marked with red triangles below the bars.
The pivot period (lookback/lookforward) is user-configurable, allowing flexibility in detecting short-term or longer-term reversals.
Custom Candlesticks:
The indicator overlays custom candlesticks on the chart, colored green for bullish candles (close > open) and red for bearish candles (close < open).
This feature helps visualize price action alongside the open price markers and pivot points.
Timeframe Restriction:
The indicator is designed to work on timeframes of 1 hour or less. If the chart timeframe exceeds 1 hour (e.g., 4-hour, daily), a warning label ("Timeframe > 1H Indicator Disabled") is displayed, and no elements are plotted.
Customizable Appearance:
Users can customize the appearance of the open price marker lines, including the line style (solid, dashed, dotted) and line width.
Labels for the open price markers have no background (transparent) and use customizable text colors.
Up/Down Volume Delta USDT/COIN NachomixCryptoFeatures:
Custom Timeframe Option: The user can select whether to use a custom timeframe for the analysis or stick with the default.
If enabled, the user can choose a custom timeframe.
The script defaults to using a 1-minute chart when no custom timeframe is specified.
Volume Data (Up and Down Volume): The script calculates buy (up) and sell (down) volume using the requestUpAndDownVolume() function for the selected timeframe.
Up Volume: The volume of buying activity.
Down Volume: The volume of selling activity.
Delta: The difference between up and down volume.
Plotting the Volume Data:
Up Volume: Plots the buy volume as green columns.
Down Volume: Plots the sell volume as red columns.
Delta: Displays the delta value (the difference between up and down volume) as a character on the chart, colored green for positive and red for negative values.
Label Positioning:
Users can choose the position of the buy and sell labels (e.g., above or below the bar, at the price level, high, or low of the candle).
There are inputs for adjusting the horizontal offset (how far the labels are placed in bars) and the vertical position for both buy and sell labels.
Label Creation:
Buy Label: Displays the buy volume in USDT at the chosen position.
Sell Label: Displays the sell volume in USDT at the chosen position.
Both labels are created dynamically and are adjusted based on the specified horizontal and vertical offsets.
Volume Data in Table:
A table is created on the chart to display the following information:
Buy Volume: Displays the total buy volume in both USDT and base currency (e.g., BTC).
Sell Volume: Displays the total sell volume in both USDT and base currency.
Total Volume: The difference between the buy and sell volumes in both USDT and the base currency.
Percentage: The percentage of buy and sell volume relative to the total volume.
The table is displayed in the top right corner of the chart.
Error Handling:
If no volume data is available for the selected symbol, an error is triggered to notify the user.
Inputs:
useCustomTimeframeInput: Boolean input to toggle custom timeframes.
lowerTimeframeInput: Timeframe input for custom timeframe selection.
labelBuyPositionOption: Input to select the position of the buy label (e.g., price, high, low, above, or below the bar).
labelSellPositionOption: Input to select the position of the sell label (e.g., price, high, low, above, or below the bar).
buyLabelOffset: Horizontal offset for the buy label (in bars).
sellLabelOffset: Horizontal offset for the sell label (in bars).
Calculation:
Buy and Sell Amount in USDT: The buy and sell volume is multiplied by the current price (close) to calculate the total amount in USDT.
Buy and Sell Amount in Base Currency: The up and down volume is used directly to represent the amount in the base currency (e.g., BTC).
Total Volume: The total volume is the difference between the buy and sell volumes in USDT.
Labels and Table:
The buy and sell labels are dynamically created and positioned based on user input. The labels display the total buy and sell volumes in USDT.
A table in the top right corner displays the volume data, including both the absolute amount and the percentage of each volume type.
Advanced Algorithmic StrategyA AID for Traders!
PineScript is designed for technical analysis calculations and algorithmic trading based on defined rules. Instead of AI, this script uses an algorithmic approach to generate signals. Here’s how it works:
Calculates Standard Indicators
It computes well-known technical indicators: EMA, RSI, and MACD.
Defines Simple Rules
It checks basic conditions for each indicator (e.g., Is price above the MA? Did RSI cross below the oversold level? Did the MACD line cross its signal line?).
Combines Signals
It counts how many of these simple bullish or bearish conditions are true at the same time.
Applies a Threshold
It generates a final Buy or Sell signal only if the count of agreeing signals meets the confirmationThreshold you set in the inputs.
So, it’s not learning or adapting like an AI model. It’s executing a predefined set of rules based on multiple indicator conditions to create what aims to be a more robust trading signal than relying on just one indicator. People sometimes refer to complex rule-based systems like this as “AI-inclusive” in a broader sense, but it’s more accurately described as an algorithmic strategy.
Explanation of the Code:
//version=6
Specifies that the script uses PineScript version 6.
indicator(…)
Declares the script as an indicator, gives it a name (“Advanced Algorithmic Strategy”), a short title (“AAS”) for the chart legend, and sets overlay=true to draw directly on the main price chart.
User Inputs (input.*)
Allows you to customize the lengths for the EMA, RSI, and MACD indicators without modifying the code directly.
Sets the RSI overbought and oversold levels.
confirmationThreshold: This is a key input. It determines how many of the individual signals (MA crossover, RSI crossover, MACD crossover) must agree before a buy or sell signal is generated. A value of 1 makes it very sensitive (any signal triggers), while 3 makes it very conservative (all three must agree).
Calculations
ta.ema(): Calculates the Exponential Moving Average.
ta.rsi(): Calculates the Relative Strength Index.
ta.macd(): Calculates the MACD line, signal line, and histogram.
Signal Conditions
Checks simple conditions: Is the price above or below the MA?
ta.crossunder()/ta.crossover(): Detects when one value crosses over or under another. We use these for RSI crossing its thresholds and the MACD line crossing its signal line.
Combine Signals
longConfirmationCount and shortConfirmationCount: These variables count how many individual buy or sell conditions are met on the current bar.
enterLong / enterShort: These boolean variables become true only if the number of confirmed signals (longConfirmationCount or shortConfirmationCount) meets or exceeds the confirmationThreshold set by the user.
Plotting
plot(): Draws the EMA line on the chart.
plotshape(): Draws shapes on the chart when entry/exit conditions are met. enterLong draws a green triangle below the bar, and enterShort draws a red triangle above the bar. location.belowbar and location.abovebar place the shapes relative to the price bars.
Alerts (alertcondition)
Allows you to create alerts based on the enterLong and enterShort conditions directly from the TradingView alert creation menu.
How it Works for Entry/Exit
Entry (Buy): A buy signal (green triangle) appears when the required number of bullish conditions (confirmationThreshold) are met simultaneously. For example, if the threshold is 2, a signal might appear if the price closes above the MA and the MACD line crosses above its signal line.
Exit (Sell): A sell signal (red triangle) appears when the required number of bearish conditions (confirmationThreshold) are met simultaneously. This could indicate a potential exit for a long position or an entry for a short position. For example, if the threshold is 2, a signal might appear if the price closes below the MA and the RSI crosses down through the overbought level.
Pullback Long Screener - Bougie Verte 4h
This script is designed to be used within a Pullback Long Screener on TradingView.
It identifies cryptocurrencies currently displaying a green 4-hour candle (i.e., when the close is higher than the open).
The goal is to quickly detect assets in a potential bullish move, which is particularly useful for scalping.
This script is configured to work exclusively on cryptocurrencies listed on Binance as perpetual futures contracts.
The green circles displayed below the candles indicate a valid green 4-hour candle condition.
Price Up and Down Percentage NACHOMIXCRYPTOThis Pine Script indicator, titled "Price Up and Down Percentage NACHOMIXCRYPTO", is designed to calculate and display the percentage increase and decrease of the price for a given day. Here’s how it works:
1. Indicator Purpose
The indicator tracks the highest and lowest price points of the day.
It calculates the percentage price increase from the lowest price to the current closing price.
It also calculates the percentage price decrease from the highest price to the current closing price.
Additionally, it shows the average change and the combined percentage of both movements.
2. Key Features
Customizable Visuals:
You can adjust the line colors, widths, label colors, and text alignment.
Labels for percentage changes are displayed near the current price.
Daily Highs and Lows:
The indicator resets the lowest and highest price at the start of a new day.
Percentage Calculations:
PriceRise: The percentage change from the day’s lowest price to the current close.
PriceDrop: The percentage change from the day’s highest price to the current close.
AvgChange: The average of the rise and drop percentages.
Total+-: The sum of the price rise and drop, providing a combined market movement view.
3. Visual Representation
Lines:
A green line represents the upward movement (from the lowest price to the current price).
A red line represents the downward movement (from the highest price to the current price).
Labels:
The percentage increase is labeled in green, and the percentage decrease is labeled in red.
The labels are positioned with an adjustable offset for clarity.
Table Display:
A table in the bottom-right corner displays all the calculated values for quick reference.
4. Practical Use
Trend Analysis: Helps identify if the market has shown significant upward or downward movement during the day.
Volatility Assessment: Traders can evaluate the volatility based on the total percentage movement.
Decision Support: Provides a clear indication of how much the price has moved relative to its daily high and low.
Overall, this indicator is useful for intraday traders to monitor price movements and make informed trading decisions.
Multi-TF Fibonacci Divergence StrategyChart Beast 3
The 1 hour and 4 hour time frame must be above the 200 Exponential Moving average for buy trades, and below the 200 Exponential Moving Average for sell trades.
Price on the previous day's daily candle must have closed above the candle before its body and wick for buys and below it for sells. (Example: Today is Monday and price has not yet closed, fridays daily candle closed above the thursday candles body and wick for buys and below it for sells)
Price on The 15 minute time frame must retrace past the 50% level on the fibonacci indicator. Price must not close beyond the 78.6% level on the fibonacci indicator. (on the 5 minute time frame, 15 minute time frame, 1 hour time frame, 4 hour time frame.)
Price on the 15 minute time frame must have retraced to the -27% or -61.8 levels on the fibonacci indicator. (Price must not close beyond the 78.6% fibonacci level on the hourly time frame)
Price on the 15 minute time frame or the 5 minute time frame must show bullish divergence once price has touched the -27% or -61.8% fibonacci level for buys and bearish divergence for sells.
Provide alerts when these conditions have been met. (ONLY in the session of the asset that's being traded)
Do not add lines to the chart, provide an option to turn on and off the past alerts that meet these conditions.
Make it visually appealing on the charts and easy to understand.
Stochastic RSI & Bollinger Bands Backtest (5 Min)Garpnik Studio, March 2025. Bollinger band strategy mixed with the tasty stochastic RSI
SignalX Market Snapshot Exporter
✅ SignalX Daily Bias + Timing Engine (Reusable Routine)
Inputs:
1-day CSV (5min or 1min timeframe)
Columns: open, high, low, close, volume, HMA10, HMA30, SMA10–200, Up/Down Trend, Engulfing, Doji, Pin Bar
Outputs:
1. 🎯 Directional Bias (Long / Short / Neutral)
Based on:
Price relative to 10/20/50 SMAs
HMA10 > HMA30 (bullish slope), or reverse
Up/Down Trend Flags (majority)
Volume confirmation (trending day vs low-vol chop)
2. 🕒 High-Probability Trade Times
Spots times with:
Volume Spike + Trend alignment
Shape pattern confirmation (engulfing, pin bar)
SMA breakout zones
3. 📊 Trade Setup Template
Direction
Entry time (window)
Suggested SL = recent swing ± buffer
TP = SL × 2 (adjustable)
✅ Why This File Works for Bias + Time Planning
You’ve included:
Price action: OHLC (Open/High/Low/Close)
Trend indicators: Up Trend, Down Trend, HMA10/30, SMA10/20/50/100/200
Volume & spikes
Candlestick patterns: Engulfings, Doji, Pin Bar
Trend flags: Up Trend Flag, Down Trend Flag
This gives me everything needed to:
Determine directional bias for the day (Long / Short / Neutral)
Identify high-probability time zones (based on volume spikes + trend alignment)
Suggest SL/TP-friendly zones based on structure
MA Candle Color with Buy/Sell Alerts & Reference LinesMA Candle Color with Buy/Sell Alerts & Reference Lines
Previous Candle Range Split into ThirdsThis script plots two horizontal lines over the previous candle to divide its total range (high to low) into three equal parts. The first line marks 33% of the range from the low, and the second marks 66%. This helps users visually identify whether the previous candle closed in the lower, middle, or upper third of its range, providing context on potential buyer or seller dominance during that session.
Users can customize the color, width, and style (solid, dotted, dashed) of each line, as well as toggle their visibility from the script's input settings.
This indicator is designed as a discretionary analysis tool and does not generate buy or sell signals.
Buy and Sell Signal xNawaf (SMA)
"A new indicator, customizable for future adjustments. Thank you all!"
xNawaf
Nawaf aLOtaibi
thank you all
Trend Pullback Sniper Final with Visual Signals & AlertsPullback with Sniper final JCheese
Below is a complete script that shows clear BUY/SELL visual signals (using plotshape) on the chart, along with alerts for notifications. This version uses our refined trend and candle conditions with a single TP/SL exit, and it plots large green arrows for BUY signals (below the bar) and large red arrows for SELL signals (above the bar).
10K's 4Levels for CMEMaster key session levels and take control of your intraday trading decisions with clarity!
This is a visual tool designed for CME futures traders to track key session levels. It highlights the opening prices of both the overnight (Globex) and regular trading sessions, and automatically marks the high and low of the overnight session. Background colors distinguish day and night sessions, and all lines are customizable in visibility and transparency. Ideal for short-term traders who rely on session-based price structure and key intraday levels.
10K's RTH open ±0.35% for CMEInstant Visualization of ±0.35% from RTH Open — Spot Intraday Reversals at a Glance!
This is a visual tool designed for the U.S. regular trading hours (RTH), which instantly highlights the ±0.35% range from the RTH opening price of futures at the start of the session.
The range is displayed as a light purple box, accompanied by a dashed line marking the exact opening price, helping traders quickly assess how price reacts around this key level.
With adjustable transparency settings, this tool is ideal for intraday analysis of price positioning and directional strength — a valuable aid for short-term trading strategies.
Reversal Detection Indicator / Pro Panel EditionThe Reversal Detection Indicator – Pro Panel Edition is a powerful technical analysis tool designed to help traders identify high-probability market reversal zones with precision and confidence. Whether you're day trading, swing trading, or scalping, this indicator enhances your decision-making process by combining real-time price action analysis with dynamic visual alerts.