Questions (272)

Votes
Answers
Views
Question
0
votes
1
answer
1660
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I am posting this question again, hopefully this time with additional clarity. I have also attached my .ts file. I will admit that I am a novice at using ToS and programming in general, so regardless of the usefulness of this study/strategy,...
0
votes
1
answer
1005
views
asked 7 years ago by
Category: Stock Scanners
Hello Hahn, One of the greatest volume studies in thinkorswim is the RelativeVolumeStDev. However, this isn't an option when selecting for scan criteria. Essentially, this scan should work just like the default chart study and pick up data shown in t...
0
votes
1
answer
214
views
asked 7 years ago by
Category: Stock Scanners
Do the Volume function and volumeAvg  (custom study) take into account premarket and after Hours volume as well by default (Aggregation period =Day)?   Thanks Arun
0
votes
1
answer
9727
views
asked 7 years ago by
Category: Watch Lists
Is there a way to calculate short interest ratio (SIR) in TOS watchlist?   The short ratio, short interest ratio (SIR) or float short for a public company is the ratio of tradable shares being shorted to shares in the market, or the float. It is...
0
votes
2
answers
1937
views
asked 7 years ago by
Category: Stock Scanners
Hey Pete,  I'm trying to construct a scan that returns stocks that have pierced through the lower keltner channel intraday and closed abover the lower channel on a daily chart.  I would also like to have a scan that does the same on an hourly chart w...
0
votes
1
answer
493
views
asked 7 years ago by
Category: Watch Lists
def today = volume(period = “DAY”)   This is a line of code I have in one of the chart indicators and it works fine for showing the volume for the day. However, can I modify this line of code to include the premarket volume also in the total. Pr...
0
votes
1
answer
2925
views
asked 7 years ago by
Category: Stock Scanners
Hi Mr. Hahn, I am trying to use the premarket volume in a calculation but the value is not using todays premarket volume, instead it is using the prior days volume. Is there a way to circumvent this problem? Thanks Sudeep
0
votes
1
answer
145
views
asked 7 years ago by
Category: Watch Lists
Good Evening, Currently using this watchlist script I found somewhere to show current volume for 1 min candlestick periods: https://pastebin.com/5KghzzQA However, when sorting the column on the watchlist, it gives odd results. Is there a better way t...
0
votes
1
answer
1259
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, thanks for your instruction :-). I want to know how to extend POC (point of control) and Value upper/lower limits in Volume profile study into the rest of chart. Here are my concerns: 1. I want all extensions on volume profiles (maybe for 6 ...
0
votes
2
answers
1335
views
asked 7 years ago by
Category: Chart Studies
Tags:
I know I can use the VolumeAvg in the lower studies section to show me the candle volume I'm searching for. However, I'm trying to get this on the price part of the chart. I currently can tell 30 day average (can customize the time), Show today's vol...