youngsequan 8 posts msg #97124 - Ignore youngsequan |
10/20/2010 10:33:18 PM
Hello Everyone,
I brand new to the site and I don't know how to write code
I'm in the process of reading the manual
There are several scans I want to do
I'm hoping someone will write this code for me so I can get an idea of how to do it
1. volume over a million
2. price over $25
3. 20 and 40 simple moving average have been rising for at least 30 days
4. The 20 is above the 40
5. stock is on an overall uptrend
6. stock is trading close to the 20 simple moving average
Thanks in Advance
|
dwiggains 444 posts msg #97128 - Ignore dwiggains |
10/21/2010 10:02:03 AM
Welcome
This is very close to what you have said in each line.
The closeto20 is a percentage of the close to the ma (20).
You may want to say closeto20 < 1.01 and closeto20 > .99
That would get you within 1% of the ma (20)
Good luck
See ya
David
|
youngsequan 8 posts msg #97130 - Ignore youngsequan |
10/21/2010 12:25:56 PM
Thank you so much,
When you write code
The (30) right after volume, what does that mean?
average volume (30) > 1000000
|
dwiggains 444 posts msg #97133 - Ignore dwiggains |
10/21/2010 4:22:34 PM
Hi
The 30 means 30 days.
You can put any number you want.
See ya
david
|