Volume Stats Format, Watchlist, Scan, Label for ThinkOrSwim

@IsItPossible That looks like a Volume profile, Try and see if you get the same information from Volume profile with 12 Multiplier Settings.
I think he wants VolumeProfile with buyers/sellers showing. Basically VolumeProfile but the volume bars displayed like VolumePressure. Ive been looking for the same thing for a long time and also a custom start/end time for profile lol
 
Today's Total Volume Intraday by bar
Code:
#Today's Total Volume Intraday by bar
#NOTE: The numbers will be different depending if you have extended hours enabled or disabled
#      ****It only counts the volume bars that are visible on the chart***
###Please Keep Code Intact if you share
### By XeoNoX via usethinkscript.com
def today=getday()==getlastDay();
plot Todays_Volume = TotalSum(if today  then volume else 0);
AddLabel (yes, "Today's Total Volume= " + Todays_Volume);


1688273607476.png
 
Hi and thank you everyone for these indicators. They are priceless.
I was wondering if it's possible to change the RVOL reading to be compared to the average volume up to a point in time. For example, at 10:15 am I want RVOL to show today's total volume at 10:15 compared to the average total volume AT 10:30 in the previous x days. I wonder if it's also possible to be dynamic - to update every minute as the day progresses. This can help to quickly spot high relative volume in highly liquid stocks like TSLA for example.
 
Last edited:

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
482 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top