Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
149
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
320
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
187
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
215
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
88
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
52
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
66
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
74
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
183
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...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am looking for the logic to get the bar number of a signal formation and keep that number till the next signal forming bar. It seems simple but I cannot get my head around it. I've attached a screenshot to explain. Thanks in advance to hel...