Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
331
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Can you please modify your MTF MACD stock scan to search for stocks that have the red and green histogram when the green one is down or when the red is up. Somewhat opposite of normal I suppose. Here is a screen shot with arrows so you can s...
0
votes
1
answer
502
views
asked 6 years ago by
Category: Chart Studies
Hello, Is there a way to auto populate a price level at the "Naked" or "Unfilled" Volume POC. In reference to the picture I would like price levels to auto populate at the red bar if price has not retouched that price level since its inception. I hav...
0
votes
1
answer
146
views
asked 6 years ago by
Category: Stock Scanners
I would like to build a core portfolio by cherry-picking the best stocks of the S&P 500 index, but not just on performance.  How can I scan for both the best performance, but also the lowest volatility along the way?  I'm looking for a scan that ...
0
votes
1
answer
1094
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I'm a fairly new trader, and just found your site.  I appreciate anyone willing to help me, so I just sent my voluntary contribution.  Thank you. In TOS, can I scan using these three conditions?  stock price above 50-day moving average 50 da...
0
votes
1
answer
93
views
asked 6 years ago by
Category: Stock Scanners
What determines number of aggregation periods used in a scan using a script? For example, if a custom script has selected  daily "D", how many days data will be scanned? A related question: Does the scanning script run from earliest period to the mos...
0
votes
1
answer
80
views
asked 6 years ago by
Category: Stock Scanners
Hi, First thank you for your very informative videos. I would like your help in creating a scan for stocks within 1 to 10% below their 52-week high. And a separate but similar scan for stocks within 5 to 10% above their 52-week Low. Thank you.  
0
votes
1
answer
89
views
asked 6 years ago by
Category: Chart Studies
Hello,   I am referencing values from the ProbabilityOfExpiringCone study. <pre> plot UpProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).UpProbExp; plot DownProbExp = reference ProbabilityOfExpiringCone(period = 5...
0
votes
1
answer
219
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I would like a custom column showing the closing price of a bar at X time. Example: showing the closing price of the first 30 min, hourly bar or whatever time frame I choose. Thank you
0
votes
1
answer
321
views
asked 6 years ago by
Category: Watch Lists
Pete, Could you add an audible alert for a cross of the fast and slow KST study in TOS... Thanks....Glad your doing well...God Bless   declare lower; #--Input variables input rocLength1 = 10; input rocLength2 = 15; input rocLength3 = 20; input r...
0
votes
1
answer
371
views
asked 6 years ago by
Category: Chart Studies
I have a code that shows specific time frames (default 1:30 and 2:00) and I'd like to add a 1:30 opening candle print line and a 2:00 opening candle print line. If the 1:30 can be red and the 2:00 can be yellow to match the cloud. Can this be added t...