Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 3 years ago by Prakash
Category:
Strategy Guide
Is it possible to determine Intraday volume POC for a given day programmatically? Basically want to input Symbol and Date and get the POC.
0
votes
1
answer
144
views
asked 3 years ago by Reicy
Category:
Stock Scanners
Hi Pete, It's been a while since I last checked your website. I hope you can help me in the coding I tried to compose from the previous codes you provided me before. I tried to combine them. But not getting what I want. I am using this for my scanner...
0
votes
1
answer
496
views
asked 3 years ago by Peter Cohen
Category:
Chart Studies
Greetings, I thought it would be a simple task but my searches have been fruitless. How can I turnoff Volume Subgraph in TOS on individual charts before I detach them. TIA.... Peter
0
votes
1
answer
132
views
asked 3 years ago by Ross Camrin
Category:
Chart Studies
Hello Pete , I wanted to know if you could help me write a script that shows the current total volume on the day as a text (No bubble) on the close price of the current candle only. If the volume is over 9 million, no longer display the...
0
votes
1
answer
143
views
asked 4 years ago by Eric Hughes
Category:
Chart Studies
Hello, Im trying to turn these conditions for buying and selling volume into a two line plot study that adds upon itself (recursion) that starts over each market open. im sure I can figure out the recursion part but dont know how to start the study a...
0
votes
1
answer
469
views
asked 4 years ago by S S
Category:
Chart Studies
Hello is it possible you can hemp me with the script that change color to yellow of the volume bar if the volume is over 5000000 def paintbar = volume > 500000; AssignPriceColor(if paintBar then Color.yellow else Color.Current); this chang...
0
votes
1
answer
161
views
asked 4 years ago by Andrew Suares
Category:
Watch Lists
I am looking for a watch list column that will be green background if the stocks current average volume is 500 thousand or more to be green with the value of the current average volume in black lettering and if under 500k the background will be red? ...
1
vote
2
answers
418
views
asked 4 years ago by Michael Chokrach
Category:
Watch Lists
Hello Pete, Hope your doing well. Do you know if it's possible to properly sort a watchlist using the AsPercent() function (in a custom column)? I have some code (shown below) that is used to calculate the relative daily volume of an instrument; howe...
0
votes
1
answer
489
views
asked 4 years ago by Erik Linter
Category:
Watch Lists
right now, the count returns the number of valid conditions out of the past 10 periods, with the color changing based on that condition and one other. i'd prefer how many periods it's been since the last instance of a valid condition, again with th...
0
votes
1
answer
176
views
asked 4 years ago by Reese Staats
Category:
Chart Studies
I am currently using this script https://www.hahn-tech.com/ans/highest-volume-bar-of-the-day/ I was wondering if there was a way to plot a horizontal line on the highest volume bar as well