Questions (2351)

Votes
Answers
Views
Question
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
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...
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
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
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!
0
votes
1
answer
193
views
asked 5 years ago by
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
votes
1
answer
209
views
asked 5 years ago by
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
votes
1
answer
1274
views
asked 5 years ago by
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
votes
1
answer
34
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a script which can show me the gap between EU PDC and EU next day open. I can find out the NY pit close and pit open gap by turning off the extended hours. Something similar I am looking for EU session. I trade CL mainly and...
0
votes
1
answer
131
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a label either pointing to a specific time line or on the top of chart. input targetTime = 1430; def targetBar = SecondsFromTime(targetTime) == 0; rec targetClose = if targetBar then close else targetClose[1]; plot data = ta...