Votes
Answers
Views
Question
0
votes
1
answer
146
views
I'm requesting an automated horizontal lines drawn on lower chart volume using VolumeRateofChange indicator. One line is the total volume on a 1day 1min chart from VolROC highest. The 2nd line is multiplied by 2 from the first line. "Length" is ch...
0
votes
1
answer
147
views
asked 4 years ago by Leah
Category:
Chart Studies
Hello Pete, I am playing with Tick charts Volume acumulation within a minute. I got the actual cumulative volume and last minute cumulative volume coded already however I am struggling when getting Vol[2], Vol[3], etc How can I do it?. I also would l...
0
votes
1
answer
742
views
asked 4 years ago by Ellis Waller
Category:
Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
0
votes
1
answer
198
views
asked 4 years ago by Robert Smith
Category:
Chart Studies
Hello Pete I had a question on the current bar volume. I read the previous post on the following link, and the solution that was mentioned. Volume is greater than VolumeAvg(“Length” = 20)."VolAvg" * 10 within 20 bars https://www.hahn-tech.com/ans/vol...
0
votes
1
answer
99
views
asked 4 years ago by Jim Lusk III
Category:
Stock Scanners
Hi - Is it possible to obtain the volume from a specific time on a past day? For example, if the current day's time is noon, then get yesterday's volume at noon to compare? Thanks
1
vote
1
answer
126
views
asked 4 years ago by Chris Formen
Category:
Stock Scanners
Hey there! I have some fairly crude code, but it gets me what I want. I can grab the volume of the first 20 minutes with this, and it will show up on my label. However, when I try to scan using the plot in my study and set it to search for > 20, i...
0
votes
1
answer
607
views
asked 4 years ago by Richard Stocks
Category:
Stock Scanners
There is a study in TOS called Cumulative Overnight Volume. I noticed a post on this web site, and a response with some code, for putting this into a watchlist column. However, I am not finding a way to do a scan for the above average cumulative over...
0
votes
1
answer
138
views
asked 4 years ago by Jeremy Wright
Category:
Chart Studies
I use grey for my down candles. I use blue for my up candles. I color the current candle red, yellow or green based on the buying volume percentage. The only problem is that the chart displays the red, yellow or green colors on the previous candles w...
0
votes
1
answer
114
views
asked 4 years ago by Ahmad Hilmy
Category:
Watch Lists
Hi Pete, a novice here in thinkscript. Taking a crack at creating the watchlist that gets volume point of control for stocks in the watchlist between specified dates, say from the lows on March 18th this year to current. Using the thinkscript guide, ...
0
votes
1
answer
177
views
asked 4 years ago by Dave DoggyDogg
Category:
Chart Studies
Hi, Pete can you help with making a label for finding the Highest volume bar of the chart on the current intraday. In other words the highest volume bar of the day... i know its normally the first bar but its not always the first bar... Thanks.