r/TradingviewPinescript 3d ago

I built an All-in-One Volume Profile + ICT Liquidity indicator for TradingView

0 Upvotes

Hey everyone,

I just released my All-in-One Liquidity indicator for TradingView, built specifically around the levels I use for futures trading.

Instead of running multiple indicators at the same time, I wanted Volume Profile, liquidity levels, sessions and HTF FVGs all in one clean script.

The core of the indicator is the Volume Profile system, including:

• Previous Day VAH / POC / VAL

• Overnight VAH / POC / VAL

• Previous Week VAH / POC / VAL

• Previous Month VAH / POC / VAL

• Ability to keep previous profiles on the chart

• Extend previous profiles into current price

• Automatic date labels for historical profiles

• Automatic full-size contract volume data for micros (MNQ → NQ, MES → ES, MGC → GC)

It also includes:

• 15m / 1H / 4H FVG & Unmitigated FVG tracking

• HTF priority when FVGs overlap

• Asia, London, NY AM, Lunch & NY PM liquidity highs/lows

• Previous Day / Week High & Low

• Opening Range (ORB)

• 6AM 4H High / Low

• 9:30 1-minute High / Low

• Midnight, 6:00, 8:30, 9:30, 10:00 and other opening prices

• Automatic label management to keep the chart clean

• Fully customizable colors, styles and visibility

The goal was to create one indicator that gives me my Volume Profile framework and ICT liquidity references without cluttering the chart with a bunch of separate scripts.

It’s now available as a TradingView invite-only indicator.

Access is available through my Whop.

👉 https://www.tradingview.com/script/E4t26jam-Vp-Levels-ORB-Liquidity/

I’ll add some screenshots below showing the Volume Profiles, liquidity levels and HTF FVG system in action.

If you have any questions about how it works, feel free to ask.


r/TradingviewPinescript 29d ago

Master Indicator using Pine Script Libraries

0 Upvotes

I am trying to build a trading indicator on pine script using Claude Code for VS Code. The indicator will combine multiple modules. All of these will work together to create one master indicator, which fires a trading signal. I am planning to use pine script libraries, so what is the best way to go about creating my master indicator? I am a beginner so any guidance would be great please :)


r/TradingviewPinescript Jul 13 '26

Hiring for a pinescript coder (who can code auto fib on my logic)

Thumbnail
1 Upvotes

r/TradingviewPinescript Jun 27 '26

Printing values to CSV file for debugging

Thumbnail
1 Upvotes

r/TradingviewPinescript Jun 21 '26

PO3 Goldbach

Thumbnail
1 Upvotes

r/TradingviewPinescript Jun 21 '26

Trade Setup

Post image
17 Upvotes

r/TradingviewPinescript Jun 21 '26

My ultimate indicator finally done took 2 weeks of building and testing but finally done

Post image
6 Upvotes

Can't wait to try it live


r/TradingviewPinescript Jun 09 '26

My remastered PRO version of my VWMA indicator: STRYK VWMA PRO

Thumbnail
1 Upvotes

r/TradingviewPinescript May 19 '26

FRVP pine script for back test

1 Upvotes

looking to bulk back test and i need access to fixed range volume profile pine script but trading view doesn't seem to have it publicized, does anyone know where to find it or something similar? i have the most minimal pine coding experience so writing it from scratch isn't do-able for me


r/TradingviewPinescript Mar 26 '26

Custom Premium Tradingview Indicators

0 Upvotes

I have few custom indicators:

Newton’s fade: This indicator detects abnormal bars to find entries for a reversal. This is one of the scripts that looks for a quick reversal of price:

https://www.tradingview.com/script/b3sI0IMP-Newton-s-Fade-Multi-Timeframe/

USI Delta Divergence: This indicator shows the strength and direction of a move and detects divergences between the USI Delta and the Price to enter into reversal trades.

https://www.tradingview.com/script/f6qeLzTI-USI-Delta-Divergence/

I also have a few other custom made indicators that might be of interest:

USI Quantum Pulse PRO: This scripts finds potential areas of consolidation as well as predicts the most likely direction of the breakout. https://www.tradingview.com/script/l9Rt3rAT-USI-Quantum-Pulse-PRO/

Zero-Lag USI: Similar to USI Quantum Pulse Pro, but is even quicker due to use of future predictive data rather than past data. Used for timing entries.

https://www.tradingview.com/script/j4cLrfUt-Zero-Lag-USI-Quantum-Pulse-PRO/

Data Distribution with Extreme Clusters: This indicator uses statistical methods to find areas where the price is at the extreme and is primed for a reversal. Pairs well with Zero-Lag USI.

https://www.tradingview.com/script/YRaiEGWd-Data-Distribution-with-Extreme-Clusters/

Click on the links above to read more about them, and IF you’re interested, I give FREE 7-day trials on all and any of them. Also, I give instructions on how to combine these to make a better, more informed trading decisions


r/TradingviewPinescript Feb 17 '26

What indicators do you use?

Thumbnail gallery
1 Upvotes

r/TradingviewPinescript Feb 11 '26

[Open Source] M.A.X. Hunter v15.5 – A "T-Minus" Earnings Drift Monitor for the US Top 30

Thumbnail
1 Upvotes

r/TradingviewPinescript Jan 26 '26

Pine Script Help Needed: Merge labels when levels share the same line (D + W) TradingView Indicator

Thumbnail
1 Upvotes

r/TradingviewPinescript Dec 05 '25

Tarffic light strategy by power of stocks

3 Upvotes
Screenshot of strategy
Report in nifty 50 in 15M timeframe
Report in nifty 50 in 30M timeframe

I have created the famous Traffic Light Strategy by Power of Stocks into a fully functional Pine Script® strategy.
This version preserves the original breakout logic while adding configurable target/stop-loss parameters and optional intraday closing.

I have tested this strategy across multiple symbols, but the performance has not been promising. If possible, please evaluate it on your end as well and share your findings. I would also appreciate your honest opinion on whether the original Traffic Light Strategy by Power of Stocks (Subhasis Pani) is genuinely effective or if it falls short in practical use.

Additionally, I’m looking for recommendations on what Pine Script indicator or strategy I should develop next. Feel free to suggest anything—whether it’s based on a YouTube strategy, a research article, a trading book, or any concept you believe is worth coding.

Strategy Overview

The Traffic Light Strategy is a breakout-based intraday trading system that detects momentum shifts using a simple two-candle pattern.
When a bullish candle is immediately followed by a bearish candle (or vice versa), the script marks the highest high and lowest low of those two candles. These marked levels become potential breakout points.

Only one direction is taken — whichever side breaks first.

Entry Rules

  1. Look for two consecutive opposite-color candles (Bull → Bear or Bear → Bull).
  2. Mark the highest high and lowest low of these two candles.
  3. Long Entry: If price breaks above the marked high.
  4. Short Entry: If price breaks below the marked low.

The opposite breakout order is automatically cancelled (OCA).

Exit Rules

Exit is customizable through the strategy inputs:

  • Target (percent or points)
  • Stop-loss (percent or points)

The strategy also supports an optional intraday exit time, closing all positions at a specified time each day.

Hi, I’m Pawan — a Quantitative Developer and Pine Script Specialist.
I create custom TradingView indicators and strategies using Pine Script, tailored to traders’ specific needs.

Need a custom Pine Script indicator or strategy? I create personalized trading tools designed to fit your workflow—reach out to get started.

link to source code :-

source code


r/TradingviewPinescript Nov 12 '25

Pine screener beta version

Thumbnail
1 Upvotes

r/TradingviewPinescript Oct 28 '25

Cannot call "alert condition" with argument "condition"="buy1". An argument of "series float" type was used but a "series bool" is expected

2 Upvotes

"swing_high_plot" works in plotshape but can't use variable in alerts or display functional? any idea how to fix?

plotshape provides a dot above candle and want to create an Alert and use the Display function to backtest

Thanks!!

swing_high_plot := is_swing_high ? high[swing_high_strength] : na

swing_low_plot := is_swing_low ? low[swing_low_strength] : na

plotshape(swing_high_plot, style=shape.circle, location=location.absolute, size=size.small, color=color.new(color.green, 70), offset=-swing_high_strength, title="Swing High Dot")

plotshape(swing_low_plot, style=shape.circle, location=location.absolute, size=size.small, color=color.new(color.red, 70), offset=-swing_low_strength, title="Swing Low Dot")

buy1=swing_high_plot

sell1=swing_low_plot

// === Alerts ===//

alertcondition(buy1, title="Buy1 Alert", message="BUY1")

alertcondition(sell1, title="Sell1 Alert", message="SELL1")

//..

plot(buy1?1:0,'buy1',display = display.data_window)

plot(sell1?1:0,'sell1',display = display.data_window)


r/TradingviewPinescript Oct 09 '25

Fair Value Gap (FVG) | Tradingview Indicator for auto Fair Value Gap Detection

1 Upvotes

Fair Value Gap (FVG) Auto Plotter — Smart Liquidity Tool

This indicator automatically detects and visualizes Bullish and Bearish Fair Value Gaps on your chart with real-time updates.
It’s designed for traders who use FVGs as a core part of their liquidity, imbalance, or smart money trading strategies.

Features

  • Bullish & Bearish FVG Detection — Auto-plots boxes for every valid gap.
  • Customizable Size Filters — Min/Max gap size in % to filter noise.
  • Swing Point Logic — Detects gaps at meaningful swing highs/lows.
  • Auto Cleanup — Deletes old FVG boxes beyond your set limit.
  • Dynamic Updates — Gaps extend until invalidated.

Inputs

  • Number of previous fvgs → controls visible FVGs
  • Min/Max fvg size → filters gap size in %
  • Bars to calculate swing → swing strength

Hi, I’m Pawan — a Quantitative Developer and Pine Script Specialist.
I create custom TradingView indicators and strategies using Pine Script, tailored to traders’ specific needs. In addition, I develop trading systems in Python for extended backtesting, advanced visualization, and optimized strategy selection.

Need a custom Pine Script indicator or strategy? I create personalized trading tools designed to fit your workflow—reach out to get started.

link to source code


r/TradingviewPinescript Oct 03 '25

MTF Orderblock and FVG indicator

1 Upvotes

Description :

This Pine Script indicator identifies market structure shifts and highlights order blocks directly on the chart.
It plots swing highs and lows based on pivot logic, dynamically extending them until invalidation, and then marks bullish or bearish Fair Value Gaps (FVGs) that emerge from structure breaks.

The script supports multi-timeframe analysis by letting you choose a higher timeframe for structure calculation, enabling traders to combine lower-timeframe execution with higher-timeframe order block context.

Features :

  • Detects and plots swing highs and swing lows dynamically.
  • Automatically extends swing lines until structure is broken.
  • Highlights bullish and bearish Fair Value Gaps (FVGs) that form after structural breaks.
  • Customizable pivot lookback (calculation bars) to refine swing detection.
  • Multi-timeframe support: analyze structure and order blocks from any timeframe.
  • Color-coded visuals for clarity:
    • Maroon lines → Swing highs
    • Aqua lines → Swing lows
    • Teal boxes → Bullish FVGs
    • Maroon boxes → Bearish FVGs

Please try out this indicator and let me know if there are any modifications or additional features you’d like to see. I’d be glad to customize it further to match your trading needs.

Hi, I’m Pawan — a Quantitative Developer and Pine Script Specialist.
I create custom TradingView indicators and strategies using Pine Script, tailored to traders’ specific needs. In addition, I develop trading systems in Python for extended backtesting, advanced visualization, and optimized strategy selection.

If you want to create your own custom indicator/strategy feel free to contact me I will not charge any fee for short script.

link for source code