Quote:
Originally Posted by rtwichert 
Here's a stockfetcher filter I made for the ADX triple pinch. 
Price is above .001
Price is below 2
CMF(14) has been increasing for 2 days
MFI(7) is above MFI(14)
set{my_diff, PDI - MDI}
show stocks where my_diff > 0
and draw +DI
|
Hmmm....wouldn't you want it to read:
show stocks where my_diff
< 5 (or 10 or a small number) ?
I tried it and some of the returns aren't triple pinchers (some are). Try this, if you're interested (I added what I use):
Price is above .001
Price is below 2
CMF(14) has been increasing for 2 days
MFI(7) is above MFI(14)
ADX(14) is between 20 and 30
+DI(14) is between 20 and 30
-DI(14) is between 20 and 30
An average volume line is good, too. Your scan and mine both returned IMXC, which looks pretty dang good for a pinch move on the daily chart. Unfortunately, the intraday chart shows the move today and does not look so good in the short-term, but it's worth watching in case the volume comes in again tomorrow.
If you're interested in my opinion of your scan, I don't like to use "increasing" with an indicator; I only use that for increasing volume and it will severly limit your scan returns. I haven't scanned much with MFI but this is what I just tried:
Price is above .001
Price is below 2
MFI(7) crossed above 20
MFI(14) is below 20
ADX(14) is between 20 and 30
+DI(14) is between 20 and 30
-DI(14) is between 20 and 30
This returned GST, AMFI, AVU, VXGN, ITP (free version scan). AVU doesn't come up on stockcharts so it gets thrown out; ITP has low liquidity. AMFI is converging and not really a triple pinch, but it could form a DI bullish cross so I'll watch it. I'll check on these over the next few days and maybe we will can find a scan with nice returns. Thanks for your input and let me know how your scans (and tweaking of them) turn out.