Votes
Answers
Views
Question
0
votes
1
answer
73
views
asked 5 years ago by Craig Habermehl
Category:
Stock Scanners
Pete I've tried writing this scan crossing span B but the results are a mixed bag with some still in the cloud....This is Hubert Senters most powerful setup...I'm trying to scan for the lagging line crossing above the cloud with at least three days ...
0
votes
1
answer
53
views
asked 5 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, Can you write a code for the subject mentioned above? I am looking for to see only specific time 4 hr candle on the 4 hr chart ? Like there is an input for the 4 hr start time and I can see particular that 4 hr candles on the chart and other...
0
votes
1
answer
274
views
asked 5 years ago by Hassan Labib
Category:
Stock Scanners
Hi all, I would really appreciate it if you could show me the code that I could use to run a scan on thinkorswim to find out the stocks which the current price during the intraday is greater than previous day low. Thx.
0
votes
1
answer
1243
views
asked 5 years ago by Chan Dler
Category:
Chart Studies
Hi Pete, I really find these Q&A very helpful building my custom studies and indicator, specially the condition wizard tutorials. and I want to say thank you. But there is one thing that I could not find as a feature in condition wizard or in the...
0
votes
1
answer
103
views
asked 5 years ago by Josh Fritsch
Category:
Alerts and Notifications
Hi Pete, I have a custom study/scan indicators that ultimately I would like to use to place conditional orders, as you have shown in your AutoTrade (Almost) video. The one Problem - the scan involves recursion. As you have mentioned in other places...
0
votes
1
answer
84
views
asked 5 years ago by Brandon
Category:
Chart Studies
Hi guys, quick question. TOS has done an amazing job with active trader and times and sales but curious if there’s a way in TOS to visually see a market depth chart that shows the bid/ask (like a bid/ask wall). Something comparable to this image. App...
0
votes
1
answer
110
views
asked 5 years ago by مستر خلف
Category:
Chart Studies
Hi Hahn! Thank you very much for your helpful videos. I would like to know if you could generate an indicator similer like the picture
0
votes
1
answer
95
views
asked 5 years ago by Palmer Hendricks
Category:
Stock Scanners
The 2, 3, and 4 Day Aggregation Periods are not available in the scanner. Is it possible to add code to a scan to emulate 2, 3, and 4 day agg. periods ? Thank you.
0
votes
1
answer
318
views
asked 5 years ago by Roscoe Jackson
Category:
Stock Scanners
i Hi PETE Can you change this code into a thinkscirip scan of TOS? Thanks Roscoe nput price = close; input fast_length = 8; input slow_length = 34; input displace = 0; def na = double.nan; plot fastema = ExpAverage(price[-displac...
0
votes
1
answer
125
views
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, How do I scan for earnings between two specific dates? Ex: 10/15/19 thru 10/31/19 Thanks again!