Questions (2378)

Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
Hi, Thanks for the guides, they are very helpful.   I'm trying to create a basic condition but I have not found a solution to it.   An example of a condition is: Closed price above 50 days high. This means that the high price in each of the...
1
vote
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn! I wanted to make an indicator similar to the dailySMA wherein only the current bar's SMA (close aggregationperiod = day) will have a horizontal line extending throughout the month (line aggregationperiod = month). I can only show the curr...
0
votes
1
answer
265
views
asked 4 years ago by
Category: Chart Studies
Does anyone know of a way to replicate how Options Profit Calculator shows the value of an option for each day depending on how the stock moved using a Thinkorswim chart study?  Any ideas?   Thanks!  
0
votes
1
answer
272
views
asked 4 years ago by
Category: Chart Studies
I would like to have on my charts the StochasticFull study (80,20) levels and also plot a horizontal line at 50% so it is easy to see when the level is above or below 50%.
0
votes
1
answer
390
views
asked 4 years ago by
Category: Watch Lists
When i export my watchlist to excel for live data all of the columns export correctly except for the moving average studies columns I added. The numbers are perfect on the TOS watchlist but when i open and paste into excel there is no data for these ...
0
votes
1
answer
54
views
asked 4 years ago by
Category: Chart Studies
Hello Pete How to create a chart label that captures the time PREMARKET when the bid price first becomes 70% greater than yesterday afternoons close price Can you create a chart label that captures the time when a tickers Bid price reaches 70% greate...
0
votes
1
answer
769
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
Hi Peter, I'm having a hard time trying to figure out how to make a scanner to scan stocks intraday that is moving above yesterdays highs(Including premarket movement) on the 1M chart with over 300k volume on the day.
0
votes
1
answer
187
views
asked 4 years ago by
Category: Watch Lists
I am making a custom watchlist column but having trouble referencing the bid, ask and mark data. I am using the code below but getting "NaN" returned for each symbol.   plot MarkPrice = close(priceType = priceType.MARK);
0
votes
1
answer
183
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete. I have visited your forum and looked at the questions about the stock scanner. One of the question raised was the custom study of 20EMA crossing 50SMA and also the Scanning SMA conditions that stay true. I am looking for a study filter (with...
0
votes
1
answer
102
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I would like to be able to have a chart label displaying both the previous candles' high and low prices. How would build that thinkscript?