Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
78
views
asked 4 years ago by
Category: Stock Scanners
Hi there Pete, I need help building a simple moving average based price action scanner. Two time frames are concerned 4H and 1H. I am looking for an entry confirmation on the 1H, while the 4H is doing something. 4Hour: -34 SMA is above the 13 SMA (by...
1
vote
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I wonder if you can help me write a script for Intraday 1minute chart for a Falling Knife red candle that drop more than 10% in one candle. Example: XYZ 10:30 open candle is $0.99, high 1.00, low is 0.85, closed 0.89 So, between the high $1,...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi, I was wondering if there was a way to plot call or put strikes at their expiration based on a user determined delta range? I was hoping to be able to visually see strike deltas on the chart, rather than scrolling the option chain to see which str...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm looking for a script that would plot an arrow for VAH and VAL at a specific time(s) as well as every X minutes.  I've found some code that will plot "if" a certain condition is met but am wondering if it's possible to plot if that condit...
0
votes
1
answer
78
views
asked 2 years ago by
Category: Chart Studies
Hey Hahn, I have been using your high low alert indicator to find entry points in ETFs. Great Job and I find it very useful. To reduce the noise of multiple alerts, I wanted to know if we can add an additional layer of filter in this tool to only sen...
0
votes
1
answer
78
views
asked 7 months ago by
Category: Chart Studies
Hello please can u help me with the script for thinkorswim that show addlabel premarket volume  and show only during premarket hours and in market hours addlabel day volume and when afterhours i want aaddlabel afterhours volume and hide day volume
0
votes
1
answer
77
views
asked 4 years ago by
Category: Stock Scanners
How can I setup the following scan A=[Last Price] - [Low of day] B=[high price of day] > A*2 EG Last price [25] -[20]= 5 B= [high price of day] > 5*2=$35 So If stock last price is $25.00 and the low of the day is $20.00 The Scanner  will show m...
0
votes
1
answer
77
views
asked 4 years ago by
Category: Chart Studies
Hi I would like to request a chart study that would plot 1 down arrow on top of the first 1Hour bar when CurrentClose < CurrentOpen and show in the last 30 days. I have attached an example below. Thank you    
0
votes
1
answer
77
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scanner that can search for price close above lowest EMA or SMA but can also be above both. We can use EMA & SMA length values of 8. So an example: Ticker XYZ 8EMA ( $2.37 ) Close ( $2.35 ) 8SMA ( $2.28 ) The scanner wo...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Watch Lists
Hello Pete You created a TRIX watchlist for me a little while ago that works great. Is there a way to create an updated version that shows the different stages TRIX is in by Colored field in  Watchlist? Thanks again for all your help coding this. Ell...