Votes
Answers
Views
Question
0
votes
1
answer
480
views
asked 2 years ago by Syed Thasin
Category:
Stock Scanners
Hi Hahn. I hope you are doing great. I am looking for a very simple scanner script. Last 5 minutes top gainer. I can place other conditions like price, volume etc. I will be grateful for any suggestions. Thank you. Stay safe.
0
votes
1
answer
144
views
asked 2 years ago by Mark Weathington
Category:
Watch Lists
Is there a way to create a watchlist column to show the number of consecutive bullish or bearish candles for a stock in the watchlist? Thank you.
0
votes
1
answer
123
views
asked 2 years ago by Mark Weathington
Category:
Watch Lists
How would I display a stock's gap up or down during market hours as a dollar amount in a watchlist column? Thank you.
0
votes
1
answer
227
views
asked 2 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I am looking for a study where there are two inputs for high and low and it plots the fibs. Thank you in advance for your help Shaishav
0
votes
1
answer
148
views
asked 2 years ago by Bill Wilson
Category:
Stock Scanners
Long Version: I want to make a scan study where VWAP weekly is greater than VWAP monthly. I can easily do that using the conditional wizard in the Scan tab which creates the following: plot scan = reference VWAP("time frame" = "WEEK")."VWAP" is great...
0
votes
1
answer
219
views
asked 2 years ago by Tyrell Morris
Category:
Stock Scanners
I found 2 codes/scans that I want to combine into one. 1. plot scan = (close - low) / (high - low) >= 0.9; 2. close is less than close from 1 bars ago
0
votes
1
answer
263
views
asked 2 years ago by Brady Hersch
Category:
Chart Studies
Hi Pete, I was wondering how to create an alert on the actual chart itself regardless of the symbol. I have a script I created for study alerts, but I would like it on the actual chart just like for example when you gave out the Heikin Ashi bar color...
0
votes
1
answer
170
views
asked 2 years ago by Good Bar Finder
Category:
Stock Scanners
Hey Pete! I am using the Option Hacker and I am trying to scan for options that are up 10% or more on the day. I tried using the code in the screenshot below but it keeps referencing the stock's data rather than the option's. Any ideas on how to make...
0
votes
1
answer
95
views
asked 2 years ago by Thor Rudbek
Category:
Chart Studies
Is it possible to project the outcome of a current position under the assumption of a future price? For example, I have a complicated position in XYZ. I'd like to be able to project the P&L (and other results) for various assumptions abou...
0
votes
1
answer
123
views
asked 2 years ago by Davide Bianchini
Category:
Alerts and Notifications
Hi Pete, I would like to be alerted whenever a stock (AAPL for example) has a rapid change in price---for example, changes more than 1% in 15 minutes. I understand that I would need to create a watchlist first, in order to receive audio alerts, then ...