Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
3
answers
1049
views
asked 7 years ago by
Category: Stock Scanners
Hello all....found this indicator on the web and wanted to know if anyone knows how to convert this into a scan:     # Blown Top (Reversal Candle) # Mobius # V01.02.2015 Shared Chat Room 01.16.2016 input n = 10; input n2 = 5; def o = open; ...
0
votes
3
answers
166
views
asked 7 years ago by
Category: Stock Scanners
I am once again struggling with the TOS script language. Am used to VB.net. Thus, this dilemma. In VB.net I would write the average of the 21 days of High/Low candles to a text file or simply show it on the program form. I do not see a way to do that...
0
votes
1
answer
100
views
asked 7 years ago by
Category: Stock Scanners
Hi Mr. Hahn,  I've been up all night waiting for a Range bar to turn a color and not sure how to set an alert so I can get some sleep at night.   Thank you for all you do.
0
votes
1
answer
144
views
asked 7 years ago by
Category: Stock Scanners
I'm new here and apologize in advance if this is a stupid question. Here's the pseudocode for the scan I'm trying to create: ADX(14) is greater than 30 ADX(14) in this period is higher than ADX(14) in the last period Current bar high is higher than S...
0
votes
1
answer
141
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Please help to set up scan for these conditions: Scan for Buy 1) Price crosses above SMA 50 (must be a fresh cross) 2) StochasticFull (k period=8; d period=3) - k period must be below 40 at least; k period increases 5 points from the lowest ...
0
votes
1
answer
42
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I want to modify a script's runtime. using a drawing or anything else would let me setup any symbol without having to edit the values on the script edit panel for each one. i.e. def foo = getdrawingvalue(type);
0
votes
1
answer
517
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Using the code below, how do I set up the scanner to alert with sound when price crosses up 50 or crosses down 50 (it must be a fresh cross though to avoid chops). Please advise. declare lower; input length = 14; input price = close; input a...
0
votes
1
answer
93
views
asked 7 years ago by
Category: Stock Scanners
Hello Hahn, I am trying to scan for stocks that had a 5% gain and had 200,000 volume on the same day. However, I need to scan for all the stocks that had a 5% on one day and 200,000 volume on that day for the past 3 days. I am having trouble making t...
0
votes
3
answers
167
views
asked 7 years ago by
Category: Stock Scanners
I am trying to find stocks that have 52-week high MACD levels. Editors note: Video link removed. The video was not required to express the context of the question. If you skip to minute 13 of this video you will see why this scanner should be very he...
0
votes
5
answers
2065
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, just wonder how to define a price for a previous date. Thanks!