Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
104
views
asked 4 years ago by
Category: Stock Scanners
I want to run a scan in TOS that meets two conditions. The first condition is a stock that has made a new High price within the last three years. Then I want to combine that first condition with a scan that will show me the stocks that have either eq...
0
votes
1
answer
2391
views
asked 4 years ago by
Category: Stock Scanners
First of all I am happy because you are ok and healthy thanks God, hope you had a wonderful thanks given and thank you so much for your help for this community. I need your help creating a scan with alert using below script. It is working 100% fine o...
0
votes
1
answer
170
views
asked 4 years ago by
Category: Stock Scanners
Pete Could I get help with a scan from a lower study...Looking for two conditions in the scan...Green cloud and green dotted line for long sacn....Red cloud and red dotted line for short...   #Look for the Dashed lines to turn color and Avg line...
0
votes
2
answers
238
views
asked 4 years ago by
Category: Stock Scanners
Hello, Iwas thing of a scan that I run after the market close to chack stock with relative volume above 2 on the last 15min. Aslo another that i run for relative volune above 2 15min after the market open. I am flexible on varing the time Thanks
0
votes
1
answer
205
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?
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
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
128
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
319
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
101
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...