Votes
Answers
Views
Question
0
votes
1
answer
85
views
asked 5 years ago by lucius fox
Category:
Stock Scanners
Hi, I took a stab at this but now I am asking you Mr Hahn for some assistance. After searching online and throughout this forum, I couldn’t find anything solid. What I am looking to accomplish is run a scan where the close crosses below the 9 EMA at ...
0
votes
2
answers
129
views
asked 5 years ago by Steven Bernal
Category:
Stock Scanners
Hey Pete, I'm looking for a scan that can search for a stock's close within 20% of the previous candle's high. We can use the daily candle as a timeframe. It'd be searching for stocks closing 20% above or 20% below the previous candle's high. Thank y...
0
votes
1
answer
183
views
asked 5 years ago by a bc
Category:
Alerts and Notifications
Hi Pete, many thanks for your support with all questions. I'm struggle creating alert for Aroon indicator in thinkorswim. I tried to create in thinkscript editor for alert when: 1/ Aroon down reach 100, alert sms to phone 2/ Aroon up reach 100, aler...
0
votes
1
answer
293
views
asked 5 years ago by stock
Category:
Stock Scanners
Hi Mr. Hahn. how can I set up a scanner using MACD ( fast =5) (slow=20)(length=15) exponential. therefor on up signal I get an alert and also on a watchlist I get a color coded when it turns green(up) or when it turns red(down). thank you for all you...
0
votes
1
answer
438
views
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Is there a way to scan for the highest/lowest difference between a Call & Put Sizzle? Also, is there a way to have a custom column showing the same? Thanks again!
0
votes
1
answer
59
views
asked 5 years ago by Ian Dooda
Category:
Chart Studies
Is it possible to create a study that includes horizontal lines that you can click on and drag? Obviously, you can use drawings instead. But my study involves calculations based on these lines. So, I'd like to be able to drag the lines to the locatio...
0
votes
1
answer
53
views
looking for a custom col to plot the percent change of the difference between di plus and di minus from 5 days ago to today. so if the di plus was 20 and the di minus was 10 and 5 days later the di plus was 30 and the di minus was 15 the column would...
0
votes
1
answer
324
views
asked 5 years ago by Brian Conrey
Category:
Stock Scanners
Hello Pete I am trying to create a scan that will only show "new" stocks in the last 5 mins that crossed the VWAP. If they are crossed more than 10 or 15 mins ago above i dont want them to show (ie: false). It is giving me an error when i...
0
votes
1
answer
302
views
asked 5 years ago by Andrew M
Category:
Chart Studies
Pete, First off, thank you for all you do. This site is a great resource. Question about referencing other symbols within TPO or volume profile study. I have tried to reference other symbols but the profile function doesnt seem to want ...
0
votes
1
answer
278
views
I am trying to create a conditional order based off this https://usethinkscript.com/threads/bollinger-bands-and-stochastic-scalping-indicator-for-thinkorswim.6/ ----- input tradeSize = 100; def signal = close is less than or equal to BollingerBands()...