OPEN-SOURCE SCRIPT

Intraday Cum Buy/Sell Delta

65
ndicator("Intraday Cum Buy/Sell Delta", overlay=false, max_bars_back=5000)

// Inputs
showCumBuy = input.bool(true, "Show Cumulative Buy")
showCumSell = input.bool(true, "Show Cumulative Sell")
showCumDelta = input.bool(true, "Show Cumulative Delta")

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.