Volumatic Trend [ChartPrime]
A unique trend-following indicator that blends trend logic with volume visualization, offering a dynamic view of market momentum and activity. It automatically detects trend shifts and paints volume histograms at key levels, allowing traders to easily spot strength or weakness within trends.
⯁ KEY FEATURES
Trend Detection System:
Uses a custom combination of weighted EMA (swma) and regular EMA to detect trend direction.
A diamond appears on trend shift, indicating the starting point of a new bullish or bearish phase.
Volume Histogram Zones:
At each new trend, the indicator draws two horizontal zones (top and bottom) and visualizes volume activity within that trend using dynamic histogram candles.
Gradient-Based Candle Coloring:
Candle color is blended with a gradient based on volume intensity. This helps highlight where volume spikes occurred, making it easy to identify pressure points.
Volume Summary Labels:
A label at the end of each trend zone displays two critical values:
- Delta: net volume difference between bullish and bearish bars.
- Total: overall volume accumulated during the trend.
⯁ HOW TO USE
Monitor diamond markers to identify when a new trend begins.
Use volume histogram spikes to assess if the trend is supported by strong volume or lacking participation.
A high delta with strong total volume in a trend indicates institutional support.
Compare gradient strength of candles—brighter areas represent higher-volume trading activity.
Can be used alone or combined with other confirmation tools like structure breaks, liquidity sweeps, or order blocks.
⯁ CONCLUSION
Volumatic Trend gives you more than just trend direction—it provides insight into the force behind it. With volume-graded candles and real-time histogram overlays, traders can instantly assess whether a trend is backed by conviction or fading strength. A perfect tool for swing traders and intraday strategists looking to add volume context to their directional setups.
Indicatori e strategie
Trader Kit: MAs | ADR% | ATR% | $ Vol | RVol | Float%Trader Kit is a data-rich indicator designed to give traders quick access to essential technical context — from price structure and volatility to volume dynamics and sector strength.
🔧 Key Features
Moving Average Ribbon
Eight customizable moving averages with full control over:
Type (SMA, EMA, SMMA, WMA, VWMA, HMA)
Source (close, hl2, etc.)
Length
Color
Visibility toggle
→ Alerts can be placed on any MA.
Volatility Metrics
ADR%: Measures the average high-low range over the past 20 days (can be edited), ignoring gaps. It reflects how much a stock typically moves within the day.
ATR%: Measures the average true range over 14 periods (can be edited), including gaps. It reflects total daily volatility, accounting for overnight moves.
Volume Intel
Lookback period for all volume parameters.
Average Volume
Average Dollar Volume: Volume × price, formatted with K/M/B. A vital liquidity gauge — high $Vol often indicates institutional interest and facilitates smoother trade execution.
Relative Volume: Compares current volume to its 20-day average. Spikes in Rel. Vol often signal unusual interest or developing setups.
Up/Down Volume Ratio: Sum of up days’ volume vs. down days over the lookback period. Useful for identifying accumulation vs. distribution behavior.
Market Context
Market Cap
Float %: Shows the tradable portion of shares — lower float often means more volatility.
% from Open: Measures current positioning within the daily range.
% from 52-Week High / Low: Identifies strength or weakness relative to long-term extremes.
RSI (14): Included for basic momentum context.
Sector & Industry Mapping
Automatically detects the asset’s sector and industry, then maps each to the most relevant ETF proxy. The script displays the daily % change from open for both ETFs — providing a quick lens into relative strength at the group level.
Pivot Points
Marks recent high and low pivots based on user-defined length. Each pivot includes price and optional % change from the previous opposite pivot.
Customizable Stats Table
A dynamic, 2-column table presenting all selected metrics with the following controls:
Position: Top/Bottom Left, Center, Right
Text size: Tiny, Small, Normal, Large
Individual metric toggles
Custom label color
Option to apply a unified color or retain color styling per stat
👉 Companion tool: FunkyQuokka’s $Vol Indicator (click chart below)
🙏 Credits & Shoutouts
Portions of this script were inspired by or adapted from the work of:
@jfsrevg, @Fred6724, @TraderWillHu, @TheScrutiniser
With appreciation to the PineCoders community for tools, documentation, and support.
Crafted by @FunkyQuokka for traders who value structure, context and clarity.
Forex Majors - Stochastic Signals‘How will the price change and where will the market go next?’ - is a question that all traders and long-term investors are concerned about. Many spend years trying different trading approaches and only lose time and money. The author offers his own analytical method VPA, with the help of which you will be able to confidently predict the market direction, and your decisions to buy or sell will be based on logic and analysis of the price-volume relationship.
Translated with DeepL.com (free version)
Najlepsza Strefa Zakupowawskaźnik BUY, wskazuje dobre strefy zakupowe. Opiera się o dużo różnych wskaźnikow
Buy & Sell Volume//@version=5
indicator("Buy & Sell Volume", overlay=false)
buyVolume = close > open ? volume : 0
sellVolume = close < open ? volume : 0
plot(buyVolume, title="Buy Volume", color=color.green, style=plot.style_columns)
plot(sellVolume, title="Sell Volume", color=color.red, style=plot.style_columns)
JACK Pivot Breakout StrategyThis script is quite robust and includes comprehensive logic for pivot breakouts, EMA analysis, and support/resistance breaks.
Apply this script to TradingView or similar charting platforms to visualize pivot points, EMAs, and support/resistance lines.
Adjust the parameters (slPips, tpPips, etc.) to suit your trading style and risk tolerance.
Monitor the generated alerts for actionable trading opportunities.
Swing Breakout StrategyPrice Action & Bollinger band base indicator.
1. It will mark Swing High & Swing Low.
2. Bollinger band Standard Deviation 2, 3 these are outer band, while 0.2 & 0.3 are inside band.
3. Wait for Extreme Swing High & Extreme Swing Low to form.
4. Entry Two types :
a) For Reversal can entry at Second Swing high or low taking resistance or support at previous Extreme Swing high or low.
b) Take breakout entry on the basis of Price action with proper crossover above 0.2 & 0.3 BB band.
30-Min Trap Reversal Strategy (Long Only, Cleaned)Apply on 30 min charts with any ticker with volatility. Mag 7 usually give good resutls
High and Low DayHigh and Low Day
This indicator automatically tracks and displays the daily high and low of the current trading session directly on your chart.
Each new day, it resets the levels and plots horizontal lines:
Green Line for the daily high
Red Line for the daily low
It also adds labels (“High Day” and “Low Day”) for easy visual reference.
The levels update in real time as new highs or lows are formed throughout the day.
You can toggle the visibility of these lines and labels using the "Mostrar Linhas do Dia Atual" (Show Current Day Lines) setting.
Perfect for intraday traders looking to keep track of key support and resistance levels during the trading day.
Swing High + LowThis Indicator Marks Swing Points
It Also Displays Higher High / Higher Low / Lower Low / Higher Low
Follow Line Strategy Version 2.5 (React HTF)Follow Line Strategy v2.5 (React HTF) - TradingView Script Usage
This strategy utilizes a "Follow Line" concept based on Bollinger Bands and ATR to identify potential trading opportunities. It includes advanced features like optional working hours filtering, higher timeframe (HTF) trend confirmation, and improved trend-following entry/exit logic. Version 2.5 introduces reactivity to HTF trend changes for more adaptive trading.
Key Features:
Follow Line: The core of the strategy. It dynamically adjusts based on price breakouts beyond Bollinger Bands, using either the low/high or ATR-adjusted levels.
Bollinger Bands: Uses a standard Bollinger Bands setup to identify overbought/oversold conditions.
ATR Filter: Optionally uses the Average True Range (ATR) to adjust the Follow Line offset, providing a more dynamic and volatility-adjusted entry point.
Optional Trading Session Filter: Allows you to restrict trading to specific hours of the day.
Higher Timeframe (HTF) Confirmation: A significant feature that allows you to confirm trade signals with the trend on a higher timeframe. This can help to filter out false signals and improve the overall win rate.
HTF Selection Method: Choose between Auto and Manual HTF selection:
Auto: The script automatically determines the appropriate HTF based on the current chart timeframe (e.g., 1min -> 15min, 5min -> 4h, 1h -> 1D, Daily -> Monthly).
Manual: Allows you to select a specific HTF using the Manual Higher Timeframe input.
Trend-Following Entries/Exits: The strategy aims to enter trades in the direction of the established trend, using the Follow Line to define the trend.
Reactive HTF Trend Changes: v2.5 exits positions not only based on the trade timeframe (TTF) trend changing, but also when the higher timeframe trend reverses against the position. This makes the strategy more responsive to larger market movements.
Alerts: Provides buy and sell alerts for convenient trading signal notifications.
Visualizations: Plots the Follow Line for both the trade timeframe and the higher timeframe (optional), making it easy to understand the strategy's logic.
How to Use:
Add to Chart: Add the "Follow Line Strategy Version 2.5 (React HTF)" script to your TradingView chart.
Configure Settings: Customize the strategy's settings to match your trading style and preferences. Here's a breakdown of the key settings:
Indicator Settings:
ATR Period: The period used to calculate the ATR. A smaller period is more sensitive to recent price changes.
Bollinger Bands Period: The period used for the Bollinger Bands calculation. A longer period results in smoother bands.
Bollinger Bands Deviation: The number of standard deviations from the moving average that the Bollinger Bands are plotted. Higher deviations create wider bands.
Use ATR for Follow Line Offset?: Enable to use ATR to calculate the Follow Line offset. Disable to use the simple high/low.
Show Trade Signals on Chart?: Enable to show BUY/SELL labels on the chart.
Time Filter:
Use Trading Session Filter?: Enable to restrict trading to specific hours of the day.
Trading Session: The trading session to use (e.g., 0930-1600 for regular US stock market hours). Use 0000-2400 for all hours.
Higher Timeframe Confirmation:
Enable HTF Confirmation?: Enable to use the HTF trend to filter trade signals. If enabled, only trades in the direction of the HTF trend will be taken.
HTF Selection Method: Choose between "Auto" and "Manual" HTF selection.
Manual Higher Timeframe: If "Manual" is selected, choose the specific HTF (e.g., 240 for 4 hours, D for daily).
Show HTF Follow Line?: Enable to plot the HTF Follow Line on the chart.
Understanding the Signals:
Buy Signal: The price breaks above the upper Bollinger Band, and the HTF (if enabled) confirms the uptrend.
Sell Signal: The price breaks below the lower Bollinger Band, and the HTF (if enabled) confirms the downtrend.
Exit Long: The trade timeframe trend changes to downtrend or the higher timeframe trend changes to downtrend.
Exit Short: The trade timeframe trend changes to uptrend or the higher timeframe trend changes to uptrend.
Alerts:
The script includes alert conditions for buy and sell signals. To set up alerts, click the "Alerts" button in TradingView and select the desired alert condition from the script. The alert message provides the ticker and interval.
Backtesting and Optimization:
Use TradingView's Strategy Tester to backtest the strategy on different assets and timeframes.
Experiment with different settings to optimize the strategy for your specific trading style and risk tolerance. Pay close attention to the ATR Period, Bollinger Bands settings, and the HTF confirmation options.
Tips and Considerations:
HTF Confirmation: The HTF confirmation can significantly improve the strategy's performance by filtering out false signals. However, it can also reduce the number of trades.
Risk Management: Always use proper risk management techniques, such as stop-loss orders and position sizing, when trading any strategy.
Market Conditions: The strategy may perform differently in different market conditions. It's important to backtest and optimize the strategy for the specific markets you are trading.
Customization: Feel free to modify the script to suit your specific needs. For example, you could add additional filters or entry/exit conditions.
Pyramiding: The pyramiding = 0 setting prevents multiple entries in the same direction, ensuring the strategy doesn't compound losses. You can adjust this value if you prefer to pyramid into winning positions, but be cautious.
Lookahead: The lookahead = barmerge.lookahead_off setting ensures that the HTF data is calculated based on the current bar's closed data, preventing potential future peeking bias.
Trend Determination: The logic for determining the HTF trend and reacting to changes is critical. Carefully review the f_calculateHTFData function and the conditions for exiting positions to ensure you understand how the strategy responds to different market scenarios.
Disclaimer:
This script is for informational and educational purposes only. It is not financial advice, and you should not trade based solely on the signals generated by this script. Always do your own research and consult with a qualified financial advisor before making any trading decisions. The author is not responsible for any losses incurred as a result of using this script.
Camarilla Pivots Extended KothaThis strategy is based on Camarilla Pivot Points, a popular technical analysis tool used to identify potential support and resistance levels in the market.
Key Points:
Camarilla Pivots are calculated using the previous day's high, low, and close prices.
The strategy generates 6 levels (R1–R6 for resistance and S1–S6 for support) that help determine price levels where the market might reverse or break out.
R1–R4 represent potential resistance levels.
S1–S4 represent potential support levels.
R5 & R6 offer additional levels for more refined market action.
How it's used:
Resistance Levels (R1–R6): These levels indicate where price could struggle to rise further and potentially reverse downward.
Support Levels (S1–S6): These levels act as potential price floors where the market might bounce upwards.
This strategy helps traders identify key price levels to watch for potential entry and exit points, particularly useful in volatile markets or for intraday trading.
*This system doesn't predict price direction; it merely highlights key levels to watch for potential reversals or breakouts.
Zakupy posiadaczy >1000 BTC na BinanceWskaźnik pokazuje zakupy realizowane przez tzw. "Whales", ktorzy posiadają więcej niż 1000 BTC.
Destek/Direnç + Price Action//@version=5
indicator("Destek/Direnç + Price Action", overlay=true)
// === Destek/Direnç Algoritması ===
length = input.int(20, title="Swing Aralığı")
pivotHigh = ta.pivothigh(high, length, length)
pivotLow = ta.pivotlow(low, length, length)
// Destek/direnç seviyelerini topla
var float destekSeviyeleri = array.new_float()
var float direncSeviyeleri = array.new_float()
if not na(pivotLow)
array.push(destekSeviyeleri, pivotLow)
if not na(pivotHigh)
array.push(direncSeviyeleri, pivotHigh)
// Seviyeleri çiz (son 5 tanesini)
for i = 0 to math.min(4, array.size(destekSeviyeleri) - 1)
line.new(bar_index - length, array.get(destekSeviyeleri, i),
bar_index, array.get(destekSeviyeleri, i),
color=color.green, width=1, extend=extend.right)
for i = 0 to math.min(4, array.size(direncSeviyeleri) - 1)
line.new(bar_index - length, array.get(direncSeviyeleri, i),
bar_index, array.get(direncSeviyeleri, i),
color=color.red, width=1, extend=extend.right)
// === Price Action Formasyonları ===
// Pin Bar
isBullishPinBar = close > open and (high - close) > 2 * (close - open)
isBearishPinBar = close < open and (low - close) > 2 * (open - close)
// Engulfing
bullEngulfing = close < open and close > open and close > open and open < close
bearEngulfing = close > open and close < open and close < open and open > close
// İşaretleme
plotshape(isBullishPinBar, title="Bullish Pin Bar", location=location.belowbar, color=color.green, style=shape.labelup, text="Pin")
plotshape(isBearishPinBar, title="Bearish Pin Bar", location=location.abovebar, color=color.red, style=shape.labeldown, text="Pin")
plotshape(bullEngulfing, title="Bull Engulfing", location=location.belowbar, color=color.lime, style=shape.triangleup, text="Engulf")
plotshape(bearEngulfing, title="Bear Engulfing", location=location.abovebar, color=color.maroon, style=shape.triangledown, text="Engulf")
levels and eqsGenerates Range & EQ levels and removes duplicates. Prioritizes by higher timeframe for duplicates. For example, on Monday's open, weekly open is displayed while daily open is hidden automatically.
original
rumpypumpydumpy
XLEVEL RISK ON/OFFThis is a risk on/off indicator .
SHOWS all macro indicators like
VIX,SP500,DXY, US10Y, OIL, GOLD .
If the background color is red its risk off.
If the background color is blue its risk on.
If gray and its mixed.
It helps me a lot with trade decisions.
Liquidity Compression Coil (6 Lines, 8-Bar Breakout)✅ The script you posted is fully compliant, error-free, and ready to run in Pine Script v6 with no issues. You’ve structured it clearly and modularly.
Here’s a quick breakdown of the enhancements you've implemented in this version:
✅ Fully Modular User Control
Color Controls for All Labels:
Anchor Range
Projection Range
Total Range (Volatility Span)
Position Metric
Breakout / Breakdown Alerts
Separate Line Width Control:
Independent thickness for composite bars vs. pivot rays.
Dynamic Line Style Selector:
Choose between solid, dashed, and dotted for pivots and rays.
Custom Label Sizes and Transparency for background fills.
📊 Key Features Recap
Swing High/Low Detection with adjustable lookback.
Dynamic Trendlines from pivot to current price.
Projection & Anchor Boxes rendered as vertical bars in logical back-to-front stacking.
Percentage Distance Tracking between price and swings.
Position Tracker (% within latest range).
Breakout / Breakdown Alert Zones visually triggered when price exits the latest range.
Full Label Customization including emojis, label size, and color transparency.
💡 What You Could Add Next (Optional Ideas):
Historical Box Trail Option:
Keep a configurable number of previous range boxes as visual memory (for structure replay).
Alerts:
Use alertcondition() to trigger sound/notification when:
Price exits coil range (breakout/breakdown).
Compression level tightens below threshold.
Compression Score Display:
Add a visual label or plot for (projLen / originLen) ratio to measure tightening.
Color Modes by State (e.g.):
If projLen < originLen * 0.75, color could shift to signal “tight compression”.
Custom Volume Indicator (v6)Candle is green if volume is more than average line and it closes more than current days open and previous days close.
candle is red if opposite is true
candle is blue if current days close is less than todays open but is more than previous days close.
quarterly low volume is displayed with orange.
Liquidity Compression Coil (Full Composite, Separate Thickness)✅ The script you posted is fully compliant, error-free, and ready to run in Pine Script v6 with no issues. You’ve structured it clearly and modularly.
Here’s a quick breakdown of the enhancements you've implemented in this version:
✅ Fully Modular User Control
Color Controls for All Labels:
Anchor Range
Projection Range
Total Range (Volatility Span)
Position Metric
Breakout / Breakdown Alerts
Separate Line Width Control:
Independent thickness for composite bars vs. pivot rays.
Dynamic Line Style Selector:
Choose between solid, dashed, and dotted for pivots and rays.
Custom Label Sizes and Transparency for background fills.
📊 Key Features Recap
Swing High/Low Detection with adjustable lookback.
Dynamic Trendlines from pivot to current price.
Projection & Anchor Boxes rendered as vertical bars in logical back-to-front stacking.
Percentage Distance Tracking between price and swings.
Position Tracker (% within latest range).
Breakout / Breakdown Alert Zones visually triggered when price exits the latest range.
Full Label Customization including emojis, label size, and color transparency.
💡 What You Could Add Next (Optional Ideas):
Historical Box Trail Option:
Keep a configurable number of previous range boxes as visual memory (for structure replay).
Alerts:
Use alertcondition() to trigger sound/notification when:
Price exits coil range (breakout/breakdown).
Compression level tightens below threshold.
Compression Score Display:
Add a visual label or plot for (projLen / originLen) ratio to measure tightening.
Color Modes by State (e.g.):
If projLen < originLen * 0.75, color could shift to signal “tight compression”.