- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
792
views
asked 7 years ago by Charles Alexander
Category:
Stock Scanners
It's probably not possible, but I am looking for a scan that will find instruments with underlying option small bid/ask spreads (less than x bid/ask spreads on underlying options). -Charles
0
votes
1
answer
1228
views
asked 7 years ago by Arun NY
Category:
Stock Scanners
The following was supposed to count the number of bars when close for a day was greater than previous day's close and assign it to a variable called "SumCl. But when I tried to plot the result on a chart, I get just blank space with no plots. If I ...
0
votes
0
answers
116
views
Be first to answer!
asked 7 years ago by Ralph Calabro
Category:
Stock Scanners
When I use the code you provided #plot scan = Highest(signalBreakAboveCloud, 3) > 0 and Highest(signalBullishConfirmation, 3) > 0; #plot scan = Highest(signalBreakBelowCloud, 3) > 0 and Highest(signalBearishConfirmation, 3) > 0; The only ...
0
votes
1
answer
128
views
asked 7 years ago by Ralph Calabro
Category:
Stock Scanners
First and foremost I Love the scan thank you very much. My question is I am building a watch of bullish cloud breakouts as well as bearish ones as well. With confirmation. Is there a way to scan for 1, 2, and 3 breakout bars all at once so I don't ...
1
vote
1
answer
4605
views
asked 7 years ago by ChianMing Tan
Category:
Stock Scanners
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
214
views
asked 7 years ago by Arun NY
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
102
views
asked 7 years ago by Arun NY
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
460
views
asked 7 years ago by Joey Cognata
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
359
views
asked 7 years ago by Saud H.
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
1937
views
asked 7 years ago by Casey
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...