Votes
Answers
Views
Question
0
1
276
asked 4 years ago by Ram
Category:
Stock Scanners
Hi Pete, I want to build a scan where the stock price (last) is within 6% of 20SMA value. It can be anywhere from -6% to +6% from 20SMA value. I have checked the study crossover and price-performance but couldn't find anything that would hit my range...
0
1
215
asked 4 years ago by Brandon Evans
Category:
Stock Scanners
How would I take this study script for Choppiness Index and create a scan to return all stocks >60? # { CI: Choppiness Index } declare lower; # Inputs: Len(14); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,L...
0
1
295
asked 4 years ago by Adam Finton
Category:
Stock Scanners
Hello Pete, I'm wondering how to create a scanner that shows the first day that the histogram starts to move back to zero from it's "negative peak" after x amount of days of moving negative.
0
1
679
asked 4 years ago by Ellis Waller
Category:
Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
0
1
161
asked 4 years ago by HVAC Estimation
Category:
Watch Lists
Tags:
Hi Pete. I have learned a lot from this forum. I am looking to add a column to my WATCHLIST. I want to show the result of this script as a %%. From the HOD for any ticker on my watchlist I would like to see where it is current...
0
1
178
asked 4 years ago by LD
Category:
Strategy Guide
I use the following strategy for my Buy order: When the underlying (LAST) goes above or below a certain price point (hard-coded at 31.9 for this example), the buy trigger is activated and it is supposed to buy the option strike (call or put) that I s...
0
1
35
asked 4 years ago by Ken White
Category:
Stock Scanners
I have a scan I shared with a trading partner, but we are getting different results. The shared scan does not appear to get all the same alerts as I do. Is there a reason for this? If I get 5 alerts for the day, he may only receive three of those. Th...
0
1
172
asked 4 years ago by Ellis Waller
Category:
Watch Lists
Hello Pete, I’m interested in a watchlist column that references the TRIX crossing above and below the signal line I wanted to know if it was possible to do this on the watchlist? The cell would display the letter (A) in GREEN for TRIX crossing (abov...
0
1
225
asked 4 years ago by Syed Thasin
Category:
Stock Scanners
Hey Pete, Hope you are safe and all well. You gave a script for new intraday high in this post - https://www.hahn-tech.com/ans/highlow-of-day-column/ Can you please convert it to new intraday low? And the new low will start counting from market open,...
0
2
221
asked 4 years ago by BP SoCal
Category:
Stock Scanners
Hi Pete, thank you for the invaluable information on this site. Truly priceless. I've watched many of your videos and read a bunch of Q&As and I've tried to get a scan working that will return symbols whose EMA 10 has crossed the 20 and the 50 E...