Votes
Answers
Views
Question
0
1
64
asked 4 years ago by Daniel Manahan
Category:
Watch Lists
I need to see in my watchlist, which stocks are trading on NASDAQ, NYSE, and OTC this way I can avoid the OTC stocks as they charge a commission, are illiquid, have restricted hours. they are less desirable stocks to trade. especially when scalping a...
1
1
393
asked 4 years ago by Pete Hahn
Category:
Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
0
1
282
asked 4 years ago by Gary Mitchell
Category:
Chart Studies
Hi Pete. I’m trying to color candles based on consecutive bars above or below a selected moving average. I’m attempting to do this with a selectable user input option for number of bars above/below. In the attached example script, I’m using 5 bars ab...
0
2
743
asked 4 years ago by Michael Price
Category:
Alerts and Notifications
Pete, can you help me update the code from the TTM Squeeze alert you created (https://www.youtube.com/watch?v=GTyq_hLM_mc&t=1s). I want the alert to only trigger when the TTM Squeeze dot is green? Currently I’m using the following thinkscript for...
0
1
189
asked 4 years ago by Adrian M
Category:
Stock Scanners
Is it possible to create a scan for Put credit spreads with the short at XX (i.e., -0.20) delta, and the long X (i.e., 5) points below the short, that will find spreads with a Return on Risk ($X-credit received) > 10%. I will then use filters to s...
0
1
712
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
227
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
108
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
97
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
103
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...