Votes
Answers
Views
Question
0
1
1395
asked 5 years ago by [email protected]
Category:
Stock Scanners
Hi Pete Hope all is well and the recovery is going well. I was wondering if you could help with creating a scan that filters out bullish and Bearish engulfing and pin bar patterns according to the strategy mentioned in this YouTube: https://www.youtu...
0
1
224
asked 5 years ago by dab haters
Category:
Alerts and Notifications
How do I create an Alert when the RSI is less than 30 and the MACD is greater than zero? They both need be at the same time. Thank you!
0
1
208
asked 5 years ago by Craig Habermehl
Category:
Stock Scanners
Pete, I've been searching through your scan tab and can't seem to find what i'm looking for...I'm trying to scan for stock up or down 4% from the previous day close....I'll be doing this scan in pre market... Thanks
0
1
79
asked 5 years ago by Ken Barlow
Category:
Chart Studies
Hello, Would it be possible to create a countdown label that starts at 300 seconds and counts down every second that passes, then resets to 300 seconds when it's finished? Thanks!
1
1
178
asked 5 years ago by Andrew Millson
Category:
Chart Studies
I’ve calculated a variable called "slope", which is a number that can be positive or negative. For each new day I’d like the script to test if the polarity flips (+ to - or - to +), and if so, to indicate that on the chart. I'm not sure how best to d...
0
1
291
asked 5 years ago by Art L Wells
Category:
Stock Scanners
I would like an RPS (Relative Price Strength) scan that ranks a stocks RPS form 1 to 99 in the watch list. This scan would be similar to investors business daily RPS but with the addition of choosing the starting date for the calculated RPS. Thank yo...
0
1
160
asked 5 years ago by Krewe Monreaux
Category:
Chart Studies
I would like to have a label on top of my chart for outstanding shares of the stock. Can you do this if it is possible? Havent found anything on this website about this. Thanks.
0
1
102
asked 5 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I had a question how do we round values 2 decimal places in the display labels. For example in the volume code below . def Pre = if SecondsFromTime(100) > 0 and SecondsTillTime(0930) >= 0 then 1 else 0; def isRo...
1
1
269
asked 5 years ago by Bikash Sahoo
Category:
Stock Scanners
Hello, I have gone through the lists here and could not find any script that can do the following. Think or Swim Stock scan Scan for stocks which are 5% or more below 52 week high (if 5% can be variable) Scan for stocks which are 5% or more above ...
0
1
259
asked 5 years ago by Dan C
Category:
Watch Lists
How do I make a ThinkorSwim watchlist column that would let me know when the stock price crosses the MovAvgAdaptive(Close,5,2,30,AMA) in the plus(green) and in the minus(red) direction?