♥ 0 |
Hello Pete, whats the best way to scan for stocks that have the following criteria:- Avg. open price for the last 30 days is .30 cents of the Avg. close price. for example . in the last 30 days , the Avg. open price is $15.20 and Avg. close price is $15.50 Avg. open price for the last 30 days is .30 cents of the Avg. close price. Thank you RESOLVED
Marked as spam
|
Please log in to post questions.
Look more closely at the code I provided and you will see I anticipated this and also provided that as an option. Read my response and you will see how to change it’s behavior.
agreed,
how would suggest changes to the variables to have the scan return some stocks
From my solution: “I included a couple other calculations ‘greater’ and ‘lesser’”
So, replace ‘exact’, with either ‘lesser’ or ‘greater’ depending on which one you want. I don’t know any clearer way to explain this.