- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
179
views
asked 5 years ago by Steve Grim
Category:
Stock Scanners
I'm scanning using the directions here: https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/ My question is this, it tells you to use the code up top for the 2 longer term timeframes and that produces a scan for a macd curling UP. The ...
0
votes
1
answer
141
views
asked 5 years ago by Jay Vanamoju
Category:
Stock Scanners
Hi Pete, I was looking into one of your answers in this thread. Link: https://www.hahn-tech.com/ans/candles-sticks-that-change-color-with-heavy-volume/ Is it possible to have a scan based on that script/logic?. I tried with a "plot scan = paintBar;" ...
0
votes
1
answer
182
views
asked 5 years ago by Ricardo Gonzalez
Category:
Stock Scanners
Hello sir, I want to see if possible to build an scanner to look for BIG Shadow reversal or continuation pattern. Basically in an uptrend the second candle must have a higher or equal top with a lower bottom. In a downtrend the second candle must hav...
1
vote
1
answer
863
views
asked 5 years ago by Koji A. Katakura Jr.
Category:
Stock Scanners
Hello there! I have been following this site for quite some time and it helped learn how to code thinkScript easily! Unfortunately, I am stuck with my current codes since TOS shows "complexity error" even though my codes are correct. I would like to ...
0
votes
1
answer
137
views
asked 5 years ago by Matt Stevens
Category:
Stock Scanners
I wanted to know if you can make a custom study filter than screens for percent change from open. I know this was answered as a chart study plot but wondering how to make it a custom study filter for scans. Thanks!
0
votes
1
answer
695
views
asked 5 years ago by Jay Vanamoju
Category:
Stock Scanners
Hi Pete, I looked into the following post for 'TTM Squeeze scan that looks the number of red dots in a row.' <a href="https://www.hahn-tech.com/ans/ttm-squeeze-scan-that-looks-the-number-of-red-dots-in-a-row/">https://www.hahn-tech.co...
0
votes
1
answer
188
views
asked 5 years ago by Ramone Johnson
Category:
Stock Scanners
Can you create a study with an arrow and a scanner that uses the MACD histogram crossover with the settings 12,26,9 and also 3,10,16 on Thinkorswim. I attempted to create ny own chart study but some arrows are missing. Thank You. So basically two mac...
0
votes
1
answer
138
views
asked 5 years ago by fotoguy
Category:
Stock Scanners
I have a question, for the think or swim platform, is there a way to have a scan to find a stock that has dropped 0.5% to about 2 to 3% from it's current price at like 11am during the current Trading day?
0
votes
1
answer
144
views
asked 5 years ago by Shireen Y
Category:
Stock Scanners
Hello Hahn, I found this code you had written for a scan within 5% of VWAP above or below. Would you be able to tell me how to adjust it to scan for stocks that are below 5% and more? (Essentially stocks that are continuously trending down). I very m...
0
votes
1
answer
114
views
asked 5 years ago by Nick Neo
Category:
Stock Scanners
Hi Pete, i am having problems getting the TOS scan to find stocks that met these conditions 1. When price close within the defined range 2. When the CCI is below 100 This is the drafted codes, but was unable to get the scan to provide the correct sca...