Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
112
views
asked 6 years ago by
Category: Stock Scanners
How to write this as an expression;    Current bar is X% greater or lesser than previous bar. With x being an adjustable input.   The motive behind this is to "Plot Scan" and assign price color to the bar if the expression is true. Thanks again ...
0
votes
2
answers
112
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I'm looking for a scan that can search for a stock's close within 20% of the previous candle's high. We can use the daily candle as a timeframe. It'd be searching for stocks closing 20% above or 20% below the previous candle's high. Thank y...
0
votes
1
answer
112
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, How would you write a scan showing stocks with a minimum gain/loss of 0.50% after the initial 5 min from the previous day's close? Thanks again! Example: MSFT closed yesterday (9/16) on the 5-min at 305.24 while it closed today (9/17) after ...
0
votes
1
answer
111
views
asked 6 years ago by
Category: Stock Scanners
  Hello, Pete, I apologize a while ago post the question but I see that I'm incomplete. I would like you to help me with the code for a CCI scan 5 periods for when the line leaves the -100 area, and the asset price is above the ATRTrallingStop, ...
0
votes
1
answer
111
views
asked 5 years ago by
Category: Stock Scanners
I would like to build a core portfolio by cherry-picking the best stocks of the S&P 500 index, but not just on performance.  How can I scan for both the best performance, but also the lowest volatility along the way?  I'm looking for a scan that ...
0
votes
1
answer
111
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete is there a way that i can only scan stocks that level 1 bid and ask spread that only range 1-5 cents. I found this watchlist column script on TOS but i have no luck changing it in scanning less than 5 cents spread stocks.   plot spread =...
0
votes
1
answer
111
views
asked 3 years ago by
Category: Stock Scanners
Hi Peter, attached is the code for the Vscore.  I've never had to create a scan or custom study that signals from a non-thinkorswim included study, so I'm interested in learning more about this.  Again, i'm just trying to script the "Vscore" line cro...
0
votes
1
answer
111
views
asked 1 year ago by
Category: Stock Scanners
I'm looking for a bit of help.  I just want to add a ToS custom study where I can scan for stocks where the MACD exponential is above the average of the daily time frames.   Thanks!
0
votes
1
answer
110
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete,  I've bee ntrying to create a scan for this condition but either I'm not getting results or getting results are way off in TOS. Much better luck in TradeStation. I know I'm doing something wrong using the condition wizard. This might ne...
0
votes
1
answer
109
views
asked 6 years ago by
Category: Stock Scanners
Hi, Need help in thinkscript. I suppose 'def hh = highest(high[10], 10)', will give me the highest high of 10 bars starting from 10 bars back. Now how to get the stochastic FullK value of this highest high. Thanks in advance.