Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
118
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I would like to be able to perform a mobile average scan which indicates that an exponential average of 52 periods is not more than 2% distanced from another exponential average of 79 periods. Thanks Pete
0
votes
1
answer
508
views
asked 4 years ago by
Category: Stock Scanners
Hahn, First of all thank you so much for your help for this community. I need your help creaing a scan with alert using below script. It is working 100% fine on study chart, but not working for Scan. I am getting "Exactly one plot expected" error.  S...
0
votes
1
answer
1495
views
asked 4 years ago by
Category: Stock Scanners
Is there a way to add a condition to a scan that will eliminate any stock that is HTB or NTB on a desired short purchase in thinkorswim? To put another way, is there a way to add a condition to a scan that will only show stocks that are ETB on a desi...
0
votes
2
answers
222
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete Hope all is well Can you please help me set up a scan. I created a simple moving average (SMA ) crossover arrows. if 10 SMA crossed above the 20 SMA then Yellow arrow, and if the 10 SMA crossed below the 20 SMA then Purple arrow. what I am a ...
0
votes
1
answer
102
views
asked 4 years ago by
Category: Stock Scanners
Using the ElliotOscillator on TOS, I would like to be able to scan for the following conditions: I wish to be able to input the number of red bars, and have the scan return those tickers that meet the condition, where the number of bars specified are...
0
votes
1
answer
320
views
asked 4 years ago by
Category: Stock Scanners
Pete I have a study that colors my bars red/green and yellow for neutral...I was looking  to scan for stock that are all red or green in multiple time frames...I would only get results if the 5,10,15,20,30,1hr.2hr,4hr and daily are all geeen. Or a va...
0
votes
1
answer
129
views
asked 4 years ago by
Category: Stock Scanners
Tags:
Previously in Stochastic MACD scan the line of code: DownSignal = if downK or downD then OverBought else Double.NaN; How do I add one more condition to include in the scan the value of angle between %K & %D. Trigonometric function like Tan Theta?...
0
votes
1
answer
123
views
asked 4 years ago by
Category: Stock Scanners
Here is the script below that I would like to set a scan for when the stock is on an uptrend and then another scan for when the stock is in a downtrend. Is this even possible? input price = close; input reversalAmount = 8.0; input showBubbles = no; i...
0
votes
1
answer
41
views
asked 4 years ago by
Category: Stock Scanners
Sorry about the earlier incorrect format. I am interested in a scan for the following: Today’s Close>Open and Today’s volume < Yesterday’s volume Thank you  
0
votes
1
answer
206
views
asked 4 years ago by
Category: Stock Scanners
I am in condition wizard and looking for the conditions to create a scan when stochastic k crosses above d when in oversold area and when k crosses below d in overbought area.  What conditions do I chose to make this work?