Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
92
views
asked 4 years ago by
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
155
views
asked 4 years ago by
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
350
views
Be first to answer!
asked 4 years ago by
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
191
views
asked 4 years ago by
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
220
views
asked 4 years ago by
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
90
views
asked 4 years ago by
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
56
views
asked 4 years ago by
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
69
views
asked 4 years ago by
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
76
views
asked 4 years ago by
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...
0
votes
1
answer
187
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am trying to do something seemingly straight forward, but unable to get the desired plot. I want to plot the usual 1 or 0 in the lower study which corresponds to the in-built ProfitTargetLX strategy. I copied the code (pasted below for you...