♥ 0 |
I’m looking for a way to scan which stocks in my watchlist have their TTM Wave C (both lines) crossing the zero line, and I’d like to receive an alert when this happens if possible. Thank you in advance for your help.
Marked as spam
|
Private answer
Ok, many folks don’t realize the C Wave of the TTM Wave study is made up to two separate lines. The C Wave changes color based on wether those two lines are coming closer together or further apart. You can see this demonstrated in the following post: https://www.hahn-tech.com/ans/scan-for-identifying-stocks-with-ttm_wave-c-in-cyan-color-indicating-expansion/ In fact we’ll start our code by stealing a couple of lines from the solution provided in that post:
That’s all there is. First we check if both waves are greater than zero. So Screenshot shows the result. Second screenshot shows where to access the alerts setup from the scan. If you need more details on how to create alerts from scans you can view the following video: https://www.hahn-tech.com/thinkorswim-overnight-range-scan-alert/
Marked as spam
|
Please log in to post questions.
Thank you so much, Pete. You rock!