Votes
Answers
Views
Question
0
votes
1
answer
647
views
asked 6 years ago by Ryan Sizemore
Category:
Stock Scanners
I have the following scan set up that's not giving me any results at this time but I would like Pete or someone to make sure I do have this set-up properly. Here's the rules: Find a stock price that crosses above the 10 day EMA The stock price must b...
0
votes
1
answer
3260
views
asked 6 years ago by Ryan Sizemore
Category:
Chart Studies
I’m working on adding multiple labels (with or w/o plots) but I want the label itself to say Stacked and turn green if the moving averages are stacked or red if they are not stacked. I’m using 10EMA, 21EMA, 50SMA, 200 SMA. By stacked, I mean the pric...
0
votes
1
answer
234
views
asked 6 years ago by Tuan Pham
Category:
Stock Scanners
First I like to say I'm so GLAD I found this site. It's amazing how Pete is a master with TOS scripts. It appears that no one has asked about a Seasonality scan. Is it possible for a scan to rank stocks for each month? Can this be done for options to...
0
votes
1
answer
146
views
asked 6 years ago by Jake Vanags
Category:
Stock Scanners
First, thanks a ton for this forum. I'm already successfully using some custom scripts you've provided in other posts within my scans. What I can't seem to figure out is the following for a TOS scan: How can I tell my scan to find stocks if they meet...
0
votes
1
answer
130
views
asked 6 years ago by Finatec Inc
Category:
Chart Studies
Hi, When I plot the value closedLow I count about 16 entries manually. I want a script to count this My code is below and it seems to only count from YTD ie. all the bars from beginning of the year why is that? def closedLow = (high >= close[1] * ...
0
votes
1
answer
123
views
asked 6 years ago by Circle Zircle
Category:
Chart Studies
Tags:
I need help with some code logic. suppose x is the high and y is the low of an indicator. how do I make a variable true if "close crosses above x" and false when "close crosses below y"? The problem if I use "close crosses above x" is that it will on...
0
votes
0
answers
107
views
Be first to answer!
asked 6 years ago by Chris Storms
Category:
Stock Scanners
Hi Pete, I'm trying to create a custom scan which uses a custom study but is filtered to strike prices of a given stock that are near the underlying price. I'd like it to scan strikes and return results that are +/- 2 in either direction from the un...
0
votes
1
answer
285
views
asked 6 years ago by Taj Singh
Category:
Chart Studies
Hi Pete, Ive had a good look through previous postings and although some people have mentioned it, i havnt been able to find a script to work with, hope you can help! Im looking for a study that compares one days intraday volume on say a 5 min chart,...
0
votes
1
answer
250
views
asked 6 years ago by KC Svi
Category:
Stock Scanners
Hello sir - i am trying to make a 52 week low scan, i tried to replicate the following below and reverse/revise it for 52 week low but nothing is coming up. Any assistance is appreciated, thanks again for all your help! https://www.hahn-tech.com/ans/...
0
votes
1
answer
254
views
asked 6 years ago by Clarence Yee
Category:
Stock Scanners
I see TOS now has a Donchian Channel strategy. How would that be converted to a stock scanner using the entry length, exit length, ATR length, ATR factor and ATR stop factor parameters?