Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
581
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete I ran into one of your older videos on volume profile scanner and how you have the scanner in thinkorswim to find stocks crossing and/or nearing its VA lows/highs. My question is can you help me figure out how to have it find stocks doing the...
0
votes
1
answer
124
views
asked 4 years ago by
Category: Stock Scanners
can't seem to wrap around a simple logic. volume("period" = AggregationPeriod.FIFTEEN_MIN) is * 3 greater than volume("period" = AggregationPeriod.FIFTEEN_MIN) from -1 bars ago and close("period" = AggregationPeriod.FIFTEEN_MIN) is 5 % greater than c...
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
2398
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
171
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
243
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
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?
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
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?...