Questions (2392)

Votes
Answers
Views
Question
1
vote
1
answer
294
views
Category: Stock Scanners
Hello! First of all I want to say a huge thank you for providing your knowledge on youtube! There really isn't much guidance for thinkscript but you have done an amazing job so thank you! I am trying to make a scan which combines two things. 1) The c...
0
votes
1
answer
129
views
Category: Chart Studies
Hi Hahn, In the TOS platform in edit studies, one can bring on the advance/decline line for NYSE. I am not able to get a moving average for this indicator or any other indicator, such as the on balance volume indicator.  Is there a code that would he...
0
votes
1
answer
194
views
Category: Strategy Guide
Hi Pete, Thanks for your responses for all the questions. I am looking to have the AddOrder during the first hour and also the last hour of the regular market hours. In other words, I would like to backtest my strategy during certain periods of the m...
0
votes
0
answers
410
views
Be first to answer!
To ALL Thinkorswim users - You know Schwab completed the deal to buy TD and have ALREADY said they will ADOPT Thinkorswim but we ALL Thinkorswim users STILL need to let them KNOW how important it is. So, take a moment to write a few lines to Schwab C...
0
votes
1
answer
228
views
Category: Watch Lists
Hello there Mr. Hahn, I was able to write the following code for a custom watchlist to give me the dollar difference between yesterday's close and today's open: def o = open; def c = close[1]; def gu = o > c; def gd = o < c; def diff = o - c; p...
0
votes
1
answer
294
views
Category: Chart Studies
Hey Pete - I have an idea based on John Carter's High of Low Period and Low of High Period (HOLP and LOHP respectively. I wasn't able to find anything similar in the forums searching for "low candle" and "low period". I have another study that is ess...
0
votes
1
answer
118
views
Category: Stock Scanners
Hello Peter, I know you have said TOS will not scan faster than :06. Can you recommend an alternative that offers TOS-like candle based price data, moving averages and "offset" lookbacks like TOS but on 1 minute timeframes? Thank you.
0
votes
1
answer
100
views
Category: Chart Studies
Hi Peter, I wanted to know if you know if it's possible to access a variable from another custom study. I need to access a variable that is on the daily time frame, but use it in a calculation on the minute chart. I've tried the method of changing th...
0
votes
1
answer
91
views
Category: Chart Studies
Draw a chart label displaying the underlying symbol and price for option chart. Example, when displaying a chart for .SPY201009C345 (Call option) on a 1minute Timeframe.  Display underlying symbol "SPY" and its current price
0
votes
1
answer
98
views
Category: Watch Lists
Hi Pete, I am looking to get the most recent high and low (values) as watchlist columns. I went through couple of your videos on this topic, but what I am looking for is only for the Most recent high and low. The built in DailyHighLow column is not g...