Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
331
views
asked 4 years ago by
Category: Stock Scanners
Hello I hope you are all doing well. I am looking for a way to get an alert and or create a scanner in TOS Think or Swim for when the MACD lines change from one color to another color. Alternatively I guess if it could tell me when the lines change f...
0
votes
1
answer
1365
views
asked 4 years ago by
Category: Stock Scanners
Hello, I have created a script that alerts for any stock price getting close to previous day's close. it work as far as I ave tested. However when I convert it to study I cannot use it for  Aggregate Period 5 min. I can only use for aggregate Period ...
0
votes
1
answer
115
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I was wondering if you can provide a custom script to convert this study into a scan. Thanks. declare lower; # Inputs: Len(13); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,Len)/(Highest(C[1],Len) – Lo...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete,  Is there a way to code a stock scanner so that at different times of day that it will adjust the amount of volume it looks for?   I trade penny stocks and want liquid but not to liquid stocks to trade.  At 9 I want at le...
0
votes
1
answer
172
views
asked 4 years ago by
Category: Stock Scanners
HI Pete, I have been watching your videos, they have been great help and learning process . I appreciate everything you do to help :) There is a way to find sctocks that has been consolidated for over 20 minutes on the 1min or 5 minute time Frame, so...
0
votes
1
answer
524
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I'd like to scan for stocks where the closing price stays within a 1.5% band for 3 to 5 weeks.  Is this something you can help with for Thinkorswim? Thanks, Jay
1
vote
1
answer
119
views
asked 4 years ago by
Category: Stock Scanners
Its possible to make a 2 day EMA scan of the force index with thinkscript? Thanks in advance
0
votes
1
answer
445
views
asked 4 years ago by
Category: Stock Scanners
Hi, Im trying to make a scanner that find a stock that is over extended  within 4 Green Bars on the 15  minute Time Frame. When I did my plot it worked on the daily chart , but when I change to 15 min on the scanner it gives a lot of stocks that is n...
0
votes
1
answer
795
views
asked 4 years ago by
Category: Stock Scanners
Hi, Im kinda new, Im trying to build a scanner, that the stock  open lower than previous day. This is for a Short Strategy. I would like to find a stock that after making a Higher High... after that get rejected and makes a Lower High. and the price ...
0
votes
1
answer
90
views
asked 4 years ago by
Category: Stock Scanners
Is it possible to make a scanner that can combined options and stocks. Example Stock(last price) * .05) <  is  Option ( last Bid) price Thank you