StockFetcher Forums · Filter Exchange · Call it what you want<< >>Post Follow-up
DMOBRIEN
363 posts
msg #93944
Ignore DMOBRIEN
6/17/2010 4:25:29 AM

Hmmm... think this one works.


Fetcher[show stocks where close is between 1 and 25
and add column Long Term Debt {Debt}
long term debt < 100
set{H, high 3 month high}
set{L, low 3 month low}
set{D, H - L}
set{Q, D / 3}
set{HH, H - Q}
set{R, D / 2}
set{M, L + R}
set{LL, L + Q}
draw price line at H
draw Price line at L
draw Price line at HH
draw price line at M
draw price line at LL
Set{PPMA,CMA(M,6)}
Set{Prsi6,CMA(RSI(2),6)}
Set{Prsi22,CMA(RSI(2),22)}
draw prsi6 on plot rsi(2)
draw prsi22 on plot rsi(2)
draw ppma on plot price
draw lri(100)
draw rsi(2)

average volume(90) > 150000
ROE is above 10
]




duke56468
683 posts
msg #93971
Ignore duke56468
6/17/2010 2:31:09 PM

Thank you for your filter. Do you use PPMA on the price plot as a buy sell indicator?

DMOBRIEN
363 posts
msg #93974
Ignore DMOBRIEN
6/17/2010 4:27:38 PM

Duke - Look at the support/resistance levels first, then the RSI, and lastly the moving pivot point and LRI to determine the potential of the move. My hope here was that the PPMA and the LRI would provide confirmation to support and resistance. So the answer is yes, but it's not the primary component.

moby
314 posts
msg #93993
Ignore moby
modified
6/17/2010 11:28:46 PM

DMOBRIEN: sweet filter I see how nice it comes off the L line. How could I scan for stocks that print a green bar that comes off that line?

How can I write it so it says price close on the L line 1 day ago and today prints a green bar?

Sorry my code writing sucks, if you could help with that I would appreciate it. If you can't help I understand. I will keep trying,

Sure see some nice moves off it taking it a few days back.

Have a nice day.

moby
314 posts
msg #93995
Ignore moby
6/18/2010 12:01:02 AM

DMOBRIEN "Call it what you want"


Fetcher[show stocks where price closed near L one day ago

set{ccDiff, close - close 1 day ago}
and add column ccDiff

sort column 12 descending

and add column Long Term Debt {Debt}
long term debt < 100
set{H, high 3 month high}
set{L, low 3 month low}
set{D, H - L}
set{Q, D / 3}
set{HH, H - Q}
set{R, D / 2}
set{M, L + R}
set{LL, L + Q}
draw price line at H
draw Price line at L
draw Price line at HH
draw price line at M
draw price line at LL
Set{PPMA,CMA(M,6)}
Set{Prsi6,CMA(RSI(2),6)}
Set{Prsi22,CMA(RSI(2),22)}
draw prsi6 on plot rsi(2)
draw prsi22 on plot rsi(2)
draw ppma on plot price
draw lri(100)
draw rsi(2)

price is between 1 and 25
average volume(90) > 150000
ROE is above 10
]



StockFetcher Forums · Filter Exchange · Call it what you want<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.