Votes
Answers
Views
Question
0
votes
1
answer
333
views
asked 5 years ago by Ak40 Steven
Category:
Chart Studies
So far this is what I Have so far, but it calculates total volume from the open . #Volume from Open to Intraday High (exclude premarket) def totaldayvolume = volume(period = "DAY"); plot data = if IsNaN(close[-1]) then totaldayvolume else Doub...
0
votes
1
answer
118
views
asked 5 years ago by Ask Me
Category:
Chart Studies
Hi Pete, is it possible to have a chart label showing the Highest Volume Day on a Daily Chart and How much Volume on that particular day.. thanks.
0
votes
1
answer
225
views
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, is it posible to plot a line a the at the high of highest volume bar thanks.
0
votes
1
answer
73
views
asked 5 years ago by Carlos Serna
Category:
Stock Scanners
Pete, I saw this study, https://www.hahn-tech.com/ans/plot-text-where-volume-forecast-is-reached/, you provided an answer to and wanted to see if it can be converted to a scan so that when the VF50% is reached I can see those stocks. Thanks, Carlos
0
votes
1
answer
830
views
asked 5 years ago by Lauty Roth
Category:
Watch Lists
Hello, first of all I want to apologize for my English, I am a follower of yours, and it helps me a lot, and I appreciate it. I don't know what I did and the way the volume looks at the quote watchlist was changed, before the separation of thousands ...
0
votes
1
answer
194
views
asked 5 years ago by Mason Barnard
Category:
Strategy Guide
hello, i've made a strategy for premarket high break with a trailing exit and stop. It works well, but now i would like to add unusual volume to the entry criteria. So basically go long on @premarket high if todays volume is => than 5% average dai...
0
votes
1
answer
724
views
asked 5 years ago by Jeffrey Good
Category:
Stock Scanners
Hi Pete I ran into one of your older videos on volume profile scanner and how you have the scanner in thinkorswim to find stocks crossing and/or nearing its VA lows/highs. My question is can you help me figure out how to have it find stocks doing the...
0
votes
1
answer
147
views
asked 5 years ago by Hemal Patel
Category:
Stock Scanners
can't seem to wrap around a simple logic. volume("period" = AggregationPeriod.FIFTEEN_MIN) is * 3 greater than volume("period" = AggregationPeriod.FIFTEEN_MIN) from -1 bars ago and close("period" = AggregationPeriod.FIFTEEN_MIN) is 5 % greater than c...
0
votes
2
answers
286
views
asked 5 years ago by Nathan Ngindu
Category:
Stock Scanners
Hello, Iwas thing of a scan that I run after the market close to chack stock with relative volume above 2 on the last 15min. Aslo another that i run for relative volune above 2 15min after the market open. I am flexible on varing the time Thanks
0
votes
1
answer
151
views
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, is it possible to create a study that plot the gap down levels automatically, with an input for percent gap down and an input for volume for the day of the gap down, if possible to show only the last gap down, can you help me please? Thanks!