Questions (2351)

Votes
Answers
Views
Question
1
vote
1
answer
4369
views
asked 6 years ago by
Category: Stock Scanners
Tags:
hey Pete, I am using the John Person's PPS and PMC indicator lately with quite a pretty good success. On the TOS, there is a pre-built PPS Buy/Sell scanners but I am looking to combine the PPS indicator with the PMC indicator to get a more confirmed ...
0
votes
1
answer
123
views
asked 6 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
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
74
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
9505
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
410
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
313
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
1792
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
410
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...