Hull Moving Average and Volume Indicator For ThinkOrSwim

RedToGreen

Active member
Nice indicator 👍 -- > https://usethinkscript.com/threads/...ng-points-and-concavity-2nd-derivatives.1803/

Where this version of it originated from

I've incorporated my volume study into it
Using a 10 min chart with MTF VOL of 20 min and 1 Hr

I have a couple different versions
One of which just takes only the slope of the HMA into account (which sorta defeats what you've done) but I'm really liking the signals I'm seeing.

I'm short on time atm and will post the links when I can, If anyone is interested



Vol studies....

There's 2 lower 1 for the current timeframe and mtf version in this thread

https://usethinkscript.com/threads/buy-sell-volume-roc.7386/

and the upper with HMA...1st one is just the slope and vol version

I left parts of original code in

Hull vol

http://tos.mx/DEufZrO

Hcv

http://tos.mx/pcxoGFi

in a rush right now and can't post actual codes

Here's a SC of LOW today


First bar had alerts from both versions, 2nd bar just the slope and vol version




amCKlh5.png
 
Last edited:

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

It seems that you've created something quite interesting as I am intrigued by the hull study but have not been able to figure out how to filter out bad signals. Your study may actually solve that problem and still provide enough good signals (I'm looking at the Hcv study).

Can you explain how signals are provided? Is it when your volume study and hull study each independently provide signals on the same bar?
 
It seems that you've created something quite interesting as I am intrigued by the hull study but have not been able to figure out how to filter out bad signals. Your study may actually solve that problem and still provide enough good signals (I'm looking at the Hcv study).

Can you explain how signals are provided? Is it when your volume study and hull study each independently provide signals on the same bar?
I don't have a lot of time right now but you can read this thread which is solely the volume part of this study

Red/Green volume
 
@RedToGreen Thank you for sharing this combination indicator. I'm enjoying testing it in sim trading and it provides some great signals (HCV version). I've altered the code for my purposes to include 2 min. as the first aggregation. I have a couple of observations and questions:

  1. This indicator repaints; is there any way to make it a non-repainting indicator? To explain more fully, the arrow/signal will sometimes disappear even after the bar closes (in the middle of the next bar, for example). On one occasion today, I saw an arrow/signal appear for the first time and then disappear several times on a bar that closed 3 bars back. So on the 2 min. chart, price was currently in the 3:36 bar for example and at that time the 3:30 bar started showing an arrow/signal. Any way to make this a non-repainting indicator.
  2. My TOS slows down significantly when I run this study; to clarify, the price updates on the chart much slower when I run this study. My computer is very powerful and routinely handles much more demanding apps, so I don't think that's the issue. Do you experience the same thing and do you know if this can be remedied by altering the code somehow?

Again, thank you for this wonderful study. I appreciate your work and ingenuity.
 
@RedToGreen Thank you for sharing this combination indicator. I'm enjoying testing it in sim trading and it provides some great signals (HCV version). I've altered the code for my purposes to include 2 min. as the first aggregation. I have a couple of observations and questions:

  1. This indicator repaints; is there any way to make it a non-repainting indicator? To explain more fully, the arrow/signal will sometimes disappear even after the bar closes (in the middle of the next bar, for example). On one occasion today, I saw an arrow/signal appear for the first time and then disappear several times on a bar that closed 3 bars back. So on the 2 min. chart, price was currently in the 3:36 bar for example and at that time the 3:30 bar started showing an arrow/signal. Any way to make this a non-repainting indicator.
  2. My TOS slows down significantly when I run this study; to clarify, the price updates on the chart much slower when I run this study. My computer is very powerful and routinely handles much more demanding apps, so I don't think that's the issue. Do you experience the same thing and do you know if this can be remedied by altering the code somehow?

Again, thank you for this wonderful study. I appreciate your work and ingenuity.
The repainting is built-in.
The TOS app is not running on your system, it runs on ToS servers. This type of code was always resource heavy but they have made changes recently that has made it almost impossible to run some of these studies :(. You can read more here:
https://usethinkscript.com/threads/current-price-line-indicator.6537/page-2#post-72937
 
The repainting is built-in.
The TOS app is not running on your system, it runs on ToS servers. This type of code was always resource heavy but they have made changes recently that has made it almost impossible to run some of these studies :(. You can read more here:
https://usethinkscript.com/threads/current-price-line-indicator.6537/page-2#post-72937
Wow, those changes don't sound good. I didn't realize TD changed things. I have resorted to watching price on Tradovate while I chart on TOS. The delay is evident.
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
404 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