Questions (2350)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 5 years ago by
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
vote
1
answer
157
views
asked 5 years ago by
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
votes
1
answer
264
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
118
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
87
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
200
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
234
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
114
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
63
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
148
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...