I'm looking to create a scan that will look for stocks on a weekly chart, where last week price closed within 2.2% of the week before and that week closed within 2.2% of the week before. So for example last week price closes at 87.69, the week before that price close at 87.29, and the week before that price closes at 87.18. I want to be able to find stocks that have these tight weekly closes within 2.2% of each other. I know its C5, C10, etc but not sure how to incorporate the 2.2%. Also, how can I find stocks on a weekly timeframe that is up say 10% within say 3 months. Thanks
|
Hello. I understand there is no way to specify the time of day of intraday bars, but on the easy scan is there a way to add a time column. So say a scan triggers AAPL at 9:38am and the scan triggers FFIV at 9:45am, is there a time column that can be added to indicate when the scan triggered (9:38 am, 9:45 am). Thanks.
|
One more if you don't mind. Find stocks today that on the first 15 min bar that are doing volume greater than the volume done on the last five days average first 15 min bars. If I wanted to go one step further and say find stocks today that on the first 15 min bar that are doing volume greater than 120% the volume done on the last five days average first 15 min bars. Thanks.
|
Is there a way to tell the program to scan for just green volume bars? Also is there a way to backtest the scanner that I have created. By backtest I really mean scan historical data to see what stocks the scanner would have pulled up from 9:30am to 10am. Thank you.
|
Also if I say the following V >= 3.25 * AVGV13.0 would this mean that I would find stocks that are doing 1/4 of yesterday's volume within the first 30 minutes?
|
I am a platinum sub so I can compare previous day data.
|
Hi Bruce, Another question related to volume. How Can I say yesterdays volume is below the Exp Moving Average 50. I was thinking something like V1 < Exp Moving Average 50 - but when I test the forumla it says argument missing near Exp Thanks.
|