Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
291
views
asked 5 years ago by
Category: Stock Scanners
Hello I want to scan and alert when the following conditions occur.  The timeframe does not matter 15 min, 30 min, etc: First candle opens above VWAP and closes below VWAP Second candle opens below VWAP and closes above VWAP Please see attached scree...
0
votes
1
answer
226
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, The default volume profile in Thinkorswim is cool but is there a way to modify the side volume bars in blue to show more data like how much volume was traded at each price level in a numerical way instead of just the graph.   https:/...
0
votes
1
answer
112
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,   Thank you for the helpful studies. I currently have this one liner which is used to capture % change for a single day. def pc = Round(100*((close/open(period = AggregationPeriod.DAY))-1),1); I would like for it to only capture %change...
0
votes
1
answer
2171
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete.  Can you help me with creating a scan in TOS that will show stocks that has an EMA(9)crossover VWAP.  I would like to have the scan to show stocks with EMA crossing above or below the VWAP.
0
votes
1
answer
76
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...
0
votes
1
answer
193
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, As we know in the market when volume drops price tends to fall as well. However, in some cases, this not always true and wanted to work with to create a chart label to show this behavior. There is an indicator that shows this behavior cal...
0
votes
1
answer
203
views
asked 5 years ago by
Category: Chart Studies
Hello , I have impressed and motivated a lot with your smart answers , In Think or swim ATR trailtstop indicator wirks best but some times it gives false signals and make tooo much choppy sometimes , would you help me any alternative for this to avoi...
0
votes
1
answer
101
views
asked 5 years ago by
Category: Stock Scanners
I'm looking for a scan that can find stocks closing above their 5 period open assuming that I'd be only starting these scans on the weekend when there are 5 full trading days on the market (not including holiday weeks where maybe 1 or 2 days the mark...
0
votes
1
answer
221
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below VWAP and closes above VWAP. And for the VWAP to be uptrending 1-bar ago.   Thanks
0
votes
1
answer
67
views
asked 5 years ago by
Category: Stock Scanners
Hello, Can you please help me to code for scan where current 30 Min bar HIGH within 0.5 percent of Previous 30 Min bar LOW. Thanks in advance!