Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
187
views
asked 3 years ago by
Category: Chart Studies
Hello please can you help me with the script the assign color value when EMA 9 crossover SMA 9 input lengthOne = 9; input lengthTwo = 9; input maTypeOne = AverageType.EXPONENTIAL; input maTypeTwo = AverageType.SIMPLE; input priceOne = close; input pr...
0
votes
1
answer
93
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Thank you for the great resources. I have a simple script below where I am trying to plot a horizontal line that extends to the right at every cross over signal. def avg1 = MovingAverage(AverageType.SIMPLE, close, 10); def avg2 = MovingAvera...
0
votes
1
answer
947
views
asked 3 years ago by
Category: Stock Scanners
First, thanks for all you do.  In TC2000 you can scan for price growth over a period of time, say one month, using the formula c/minL22.  I am trying to configure a similar scan in TOS.  I would like to be able to enter a time period and filter to by...
0
votes
1
answer
137
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, How might one create a scan for stocks whose earnings announcement is x "calendar" days out?  My strategies use calendar days, not trading days.  For example, scan for stocks whose earnings announcement is 14 days hence, or 7 days ...
0
votes
1
answer
141
views
asked 3 years ago by
Category: Chart Studies
I've tried every search on this platform as well as general Googling. Can't seem to find the answer. Does Thinkorswim have the capabilities to show a Linear Regression Channel or Line on a log scale without curving the study? It seems like it takes t...
0
votes
1
answer
113
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I created a watchlist scan [Link: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/] but during market hours it won't show the results it keeps calculating as the price keeps changing. Is it possible for it to san once every h...
0
votes
1
answer
249
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete. Thanks for such a quick response on my scanner question from this morning (linked below).  Your advice helped me refine my idea so I'm now looking at a MACD scanner that would alert off consecutive dark red bars after three or more light red...
0
votes
1
answer
450
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete. I came across a previous post in which you created a script to include the MACD histogram colors on the TOS watchlist.  It's been a huge help to me  - thanks a ton. Are you able to assist me with also creating a scan that identifies symbols...
0
votes
1
answer
133
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to add a condition which checks whether there is a PPS buy signal in any of the last 4 bars on 30 min TF and if so then those stocks are included in the search results. Thanks, Shaishav
0
votes
1
answer
205
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, I saw this last topic (https://www.hahn-tech.com/ans/plot-range-based-on-percent-of-previous-day-close/) and thought I could change it to my liking but TOS says no dice: I want a range to display showing previous days high through previous ...