Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
141
views
asked 7 years ago by
Can someone help me  identify the highest range over the past 10 bars? I need someone to help fix Think or swim code I have written. The purpose is to give an alert when the current bars range is highest range in previous 10 bars. I am sure this is s...
0
votes
1
answer
212
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
99
views
asked 7 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
82
views
asked 7 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
9711
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
1
answer
457
views
asked 7 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
353
views
asked 7 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
1919
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
486
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
2919
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