Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
102
views
asked 2 years ago by
Category: Stock Scanners
Due to the limitation of using secondary aggregation on scans, I want to calculate the 200 weekly MA in a different way: I am trying to get 200 weekly MA with your suggested method. def newWeek = GetWeek() <> GetWeek()[1]; def firstDayOfWeek = ...
0
votes
1
answer
109
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, It's been a while since I last checked your website. I hope you can help me in the coding I tried to compose from the previous codes you provided me before. I tried to combine them. But not getting what I want. I am using this for my scanner...
0
votes
1
answer
107
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I have a scan in TC2000 which basically identifies consolidation of 4 bars ( usually less than 1 %). Its consolidates in a box and as soon as the current candle breaks above the previous 4 candles we can enter a long trade. Can you please he...
0
votes
1
answer
229
views
asked 2 years ago by
Category: Stock Scanners
I've been searching your forum and I know you've done this scan but I just can't find it. MACDStrategy in TOS on a single time frame turned into a scan. I've tried converting this myself but I'm just missing something can you help? Thanks Anthony Tre...
0
votes
1
answer
285
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, thanks for all your videos and your scripts.   I want to check for relative strength of a stock with SPY on daily basis.   I was the stock to out perform the index  (for today)   is this code correct as i get some results whic...
0
votes
1
answer
128
views
asked 2 years ago by
Category: Stock Scanners
Hello, Is there a way to scan for Monthly Options Contract only(weeklys excluded)? Or is there any other solution to eliminate/decrease multiple options contract of a single  stocks in the Option Scan? For example, If I'm scanning for top 50  most vo...
0
votes
1
answer
132
views
asked 2 years ago by
Category: Stock Scanners
Pete, Im frustrated that ThinkorSwim's StochRSI has the ability to "scan" for up arrows & nothing ever comes up.  I dont believe this function works, or Im doing something wrong. Would you consider looking over the script  I have provided below &...
0
votes
1
answer
183
views
asked 2 years ago by
Category: Stock Scanners
Trying to make the following in the code editor: close is greater than or equal to PivotPoints()."PP" and close is less than PivotPoints()."R1 But I am getting the following massage: "com.devexperts.tos.thinkscript.runtime.TooComplexException: The co...
0
votes
1
answer
68
views
asked 2 years ago by
Category: Stock Scanners
Hi If the current price is the highest from today, I won't enter into a trade. It is too expensive for me, so I always make sure it is not the most expensive price. With Thinkorswim, How can I find stocks whose last price is less than the highest pri...
0
votes
1
answer
159
views
asked 2 years ago by
Category: Stock Scanners
Hello, I'm look for a way to run a scan for the first bear candle closing above a moving average, and a separate scan for the first bull candle closing below the moving average.  We can use 10EMA for example.  This would be used for various time fram...