- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
173
views
asked 4 years ago by Satish Gupta
Category:
Stock Scanners
Tags:
Hi Pete, Please guide me to a scan for a 52 week high occuring intraday. This scan should show securities whose 52 week high was exceeded intraday. Thank you
0
votes
1
answer
1009
views
asked 4 years ago by Narayan Duwal
Category:
Stock Scanners
I came across the youtube video posted by the Right Way option about the 3/8 trap. He provided the script for TC2000 for the scan to find the 3/8 trap scanner, which is : L <= XAVGC8 and C > XAVGC8 and (C < XAVGC3.1) or (C < XAVGC3.2) or...
0
votes
1
answer
50
views
asked 4 years ago by Satish Gupta
Category:
Stock Scanners
Many custom scripts have input statements like: input intraDaySpan = {Default "SameDay" , "OverNight"}; I understand that built-in scripts have drop-downs to select one of these values. How is one value specified in a custom script? You said, in one ...
0
votes
1
answer
119
views
asked 4 years ago by Cc W
Category:
Stock Scanners
Hello, I saw this post Flatbase breakout but I didn't have any luck getting it to work on a monthly timeframe. I'm not sure if the solution is as simple as changing some of the inputs Here are a few charts with examples of what I'm looking for. I'm m...
0
votes
1
answer
107
views
asked 4 years ago by Satish Gupta
Category:
Stock Scanners
Please help me understand how to determine how much data does a scan pulls in for each security for a scan and what can I do, if anything, to minimize this amount of data to make scans more efficient. I realize that the answer would depend on, at lea...
0
votes
1
answer
1432
views
asked 4 years ago by Zape Jackson
Category:
Stock Scanners
Hi Pete, I am trying to create a scan in Thinkorswim that can find the stocks at 61.8% Fibonacci retracement level with time interval 20 days and aggregation period 60mn. Thanks for everything you do..!! Zape
0
votes
1
answer
112
views
asked 4 years ago by Barry Felkner
Category:
Stock Scanners
I have searched the TOS website and all their documentation and even Googled the web, but am unable to figure a way to match a particular set of display columns to different scans that I save. I can't even seem to find a way to save a particular set ...
1
vote
1
answer
89
views
asked 4 years ago by randomemoji :3
Category:
Stock Scanners
Hi Pete, I'd like to scan for stocks where the 34ema is at least one ATR above the 55ema. Thank you!
0
votes
1
answer
190
views
asked 4 years ago by Sunil Patil
Category:
Stock Scanners
Hi Pete, I am trying to build a scanner to find stocks where 30m candle is crossing previous month close. I am stuck right now as it does not allow me to use aggregation period for 30m time frame scan. How do I get previous month's close in my code? ...
0
votes
1
answer
94
views
asked 4 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, I'm looking for a scan that gives the total value based on parameters of the daily RSI(14) + Slow Stochastics(14). Example: Scan for a total of less than 50 between the two. Thanks again!