- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
12
views
asked 2 weeks ago by Nathan Ngindu
Category:
Stock Scanners
Hi Pete, Can you make a scan that alert me when a stock price in my watchlist hit previous day close, high or low?
0
votes
1
answer
15
views
asked 3 weeks ago by Tarisha Ahmed
Category:
Stock Scanners
Tags:
Hello Pete, Can you help with a script where it filters stocks based on closing price is greater than previous day value area high. thanks
0
votes
1
answer
49
views
asked 1 month ago by Corey
Category:
Stock Scanners
Hi Pete. I came across a previous post in which you created a watchlist column which shows the current percent change from opening bell. Is there a way to create a scan that shows stocks with the overall highest percentage gain since open as well as ...
0
votes
1
answer
34
views
asked 2 months ago by Good Bar Finder
Category:
Stock Scanners
Hey Pete! I am using the Option Hacker and I am trying to scan for options that are up 10% or more on the day. I tried using the code in the screenshot below but it keeps referencing the stock's data rather than the option's. Any ideas on how to make...
0
votes
1
answer
44
views
asked 3 months ago by Tyrell Morris
Category:
Stock Scanners
I found 2 codes/scans that I want to combine into one. 1. plot scan = (close - low) / (high - low) >= 0.9; 2. close is less than close from 1 bars ago
0
votes
1
answer
23
views
asked 3 months ago by Bill Wilson
Category:
Stock Scanners
Long Version: I want to make a scan study where VWAP weekly is greater than VWAP monthly. I can easily do that using the conditional wizard in the Scan tab which creates the following: plot scan = reference VWAP("time frame" = "WEEK")."VWAP" is great...
1
vote
1
answer
51
views
asked 3 months ago by Son Li
Category:
Stock Scanners
Hello Can someone convert below TC2000 to Thinkorswim? L>L1 AND H>H1 and L1<L2 and H1 <H2 and O<L +((H-L)*0.30) AND C>H-((H-L)*0.30) AND H – L >= 3 * MAX(H1 - L1, 3) Thanks
0
votes
1
answer
89
views
asked 4 months ago by Syed Thasin
Category:
Stock Scanners
Hi Hahn. I hope you are doing great. I am looking for a very simple scanner script. Last 5 minutes top gainer. I can place other conditions like price, volume etc. I will be grateful for any suggestions. Thank you. Stay safe.
0
votes
1
answer
27
views
asked 4 months ago by David Meyer
Category:
Stock Scanners
I would like to modify my scans to Exclude non-USA owned stocks. I can display Company-address Nation, which shows the country and so I am hoping there is a way to filter our non-USA stocks. Is it possible in TOS?
0
votes
1
answer
52
views
asked 4 months ago by Ajay Resika
Category:
Stock Scanners
Hello, Lets say SPY has moved 1% pre-market. I want to get a list of stocks that have moved 3% or more up or down pre-market. Lets say SPY has moved 2.2% pre-market. I want to get a list of stocks that have moved 6.6% or more during pre-market. So th...