woofys 212 posts msg #104437 - Ignore woofys |
1/16/2012 9:18:29 PM
BWA and FE, have big cap chart patterns I like. I want to find a way to code for those chart patterns
and get penny stocks.
I have tried things like: show stocks where close is between .05 and 1.00
and chart pattern is like FE
It wont work. Need help. Thank you.
|
BarTune1 441 posts msg #104439 - Ignore BarTune1 |
1/16/2012 10:42:32 PM
Here is one for BWA based on correlation over the last 365 days
show stocks where close is between .05 and 1.00
and average volume(30) is above 250000
and corr(BWA,365,Close) is above 0.50
and add column corr(BWA,365,Close)
and compare with BWA
sort on column 5 descending
|
jsheetz 23 posts msg #104440 - Ignore jsheetz |
1/16/2012 11:26:14 PM
Just a quick note, I like to use avg $ volume for my penny stock filters, instead of just volume for obvious reasons. Here is the way I do it for a short term penny stock filter, obviously you can adjust your timeframe to suit your needs.
SET{avgDollarVol10, avgvol(10) * ma(10)}
where avgDollarVol10 > 10000
|
woofys 212 posts msg #104468 - Ignore woofys |
1/17/2012 4:25:32 PM
bartune1 Thank you bartune1. I will give it a try
|
woofys 212 posts msg #104469 - Ignore woofys |
1/17/2012 4:29:48 PM
jsheetz Thank you also it looks possible
|