Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
201
views
asked 6 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
73
views
asked 6 years ago by
Category: Stock Scanners
In something I have been working on, I have to (a) determine the closing price x bars ago - ie. close[x] (b) find the average closing price  since that date .  average(close,x) x was determined through my code and so is not a constant, which Think Sc...
0
votes
1
answer
73
views
asked 6 years ago by
Category: Chart Studies
Hi Peter, I am looking at making better use of your Ichimoku code, but I noticed it doesn't always fire as expected. Specifically, I am looking at the symbol LABD on April 25 to 26. On April 25, I have a continuation buy signal set at 12:30 using a 1...
0
votes
1
answer
9496
views
asked 6 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
1
answer
407
views
asked 6 years ago by
Category: Stock Scanners
Hey Pete, I want to make a scan using the FW Fisher Transformer, where the FS 5x3 line crosses above the FS 17x5 line. However when I do this it says that the code is too complex. Any way of getting around this?
0
votes
1
answer
312
views
asked 6 years ago by
Category: Stock Scanners
Hi Hahn, I was looking for a specific MTF scanner for ThinkorSwim but couldn't quite find what i wanted. I'm wondering if you can help me out with this. I basically want a Multi Time Frame Indicator with the ability to visualize at least four short t...
0
votes
2
answers
1788
views
asked 6 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
404
views
asked 6 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
2813
views
asked 6 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
116
views
asked 6 years ago by
Category: Strategy Guide
Hi....Love the tutorials. I have a question regarding the TOS Strategy Guide video. (or more precisely the code). How can one make this code for a bear strategy?I've tried just reversing all the highs and lows, but I don't know if that would make for...