Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
461
views
asked 6 years ago by
Category: Chart Studies
Hello all, I did not know where to start in creating labels for this indicator. I would like to have 3 separate labels for each one, that reflects its current value and color (Red/Green). It will show something like this: "RSI" in RED or Green, based...
0
votes
1
answer
806
views
asked 6 years ago by
Category: Stock Scanners
Hello, Would it be possible to scan using StandardErrorChannel(code below)? I am trying to scan if price(close) just crossed above the plot LowerBand on 5 min time frame? input price = close; input standardErrors = 2; input fullRange = Yes; input len...
0
votes
1
answer
178
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete,  you previously did a scan for me similar to my new request.  https://www.hahn-tech.com/ans/price-was-below-72-and-89-ema-closes-above-72-ema-first-time/     I want to know if  you can modify the scan to keep track of when the candle closed ...
0
votes
1
answer
89
views
asked 6 years ago by
Category: Chart Studies
As I stated the Strategy works very well and the code has no errors but the red start button does not show for some reason? Here is  a picture of  my  Relative Strength Strategy Problem lacking  the Red Start bubble visible thanks again James
0
votes
1
answer
321
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
488
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
141
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
1067
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
86
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
78
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.