Votes
Answers
Views
Question
0
1
661
asked 4 years ago by Jaime Brea
Category:
Chart Studies
In TOS I would like to have a Pre-Market Relative Volume indicator for past a any period "n" periods or at the very least indicate Unusual Volume Activity for any "n" periods. As well as the a Watchlist Column for the indicator. Thank you in advance ...
0
1
216
asked 4 years ago by mulcher93
Category:
Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...
0
1
100
asked 4 years ago by Paul Avelluto
Category:
Watch Lists
Hi Pete, Looking to add a date to a watchlist for all the stocks in the watchlist. Show the performance of the stocks in the watchlist from that date forward (I call it a track date and track price which is close of stock on track date). In addition...
0
1
88
asked 4 years ago by Yedidya Aberjel
Category:
Stock Scanners
Hi Pete, I have a slightly complex question I need to set a high-low range of the current day bar that will be in the upper half of the high-low range of the previous day, and vice versa. I have attached a picture for illustration. Thanks for the hel...
0
1
100
asked 4 years ago by Yedidya Aberjel
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
1
56
asked 4 years ago by Koji A. Katakura Jr.
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
1
253
asked 4 years ago by Mike D'Antonio
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
1
256
asked 4 years ago by Jedi Trader
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
1
368
asked 4 years ago by Calen Smerchek
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
1
52
asked 4 years ago by IceColdG
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...