Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
269
views
asked 5 years ago by
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
votes
1
answer
132
views
asked 5 years ago by
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
votes
1
answer
92
views
asked 5 years ago by
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
vote
1
answer
232
views
asked 5 years ago by
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
votes
1
answer
246
views
asked 5 years ago by
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?
0
votes
1
answer
127
views
asked 5 years ago by
Category: Chart Studies
I see a post from 3 months ago shows how to do the RSI label. https://www.hahn-tech.com/ans/create-labels-for-rsi-dmi-smi/ I am wondering can you do a code where the RSI shows up next to the label. For example RSI 72.30 or whatever it actually i...
0
votes
1
answer
68
views
asked 5 years ago by
Category: Stock Scanners
  Hello Pete , it it possible to create a scan condition with a time based trigger. For example, if a simple scanner searches for stocks with 10,000 volume+on the day . By 9:45 am market time , it applies a scan condition that only shows stocks with ...
0
votes
1
answer
157
views
asked 5 years ago by
Category: Stock Scanners
I am sure this is posted somewhere in detail  I am reading about the many scans that you have created and given away for free.  But I am starting at the very begining, and I dont even know how too add a custom Scan to my Thinkandswim platfo...
0
votes
1
answer
91
views
asked 5 years ago by
Category: Chart Studies
Mr. Pete, I'm glad you are recovering well. I'm trying to write a script that uses the full stochastic to mark cycle highs and lows. The definition of the high is %D crosses above 45 and then back below 55 and the low is marked by %D crossing below 4...
0
votes
1
answer
113
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, hope you continue to do well in your recovery. A few weeks ago you helped me put pivot highs and lows on my charts using Williams Fractals- thanks again for that. I'd like to do a couple of things with trailing stops using %'s. would there b...