StockFetcher Forums · Stock Picks and Trading · Intraday Alerts<< 1 ... 1890 1891 1892 1893 1894 ... 1903 >>Post Follow-up
johnpaulca
12,036 posts
msg #146244
Ignore johnpaulca
1/25/2019 9:39:50 AM

FMCC....now at $3, I've held this since 2007(housing meltdown) at 0.35

johnpaulca
12,036 posts
msg #146245
Ignore johnpaulca
1/25/2019 9:45:56 AM

SPY...nice bounce today, congrats to those who bought the dip. Resis will be on daily BB125(2671)

Mactheriverrat
3,172 posts
msg #146256
Ignore Mactheriverrat
1/25/2019 4:31:56 PM

@JP
SPY - More good days to come.


ron22
255 posts
msg #146257
Ignore ron22
1/25/2019 5:19:33 PM

Mac, Would you be kind enough to post the filter that produced the SPY chart that you posted today? Thank you very much. This will save me the time of looking for it in numerous guppy posts or trying to create a filter that already exists.

Mactheriverrat
3,172 posts
msg #146259
Ignore Mactheriverrat
1/25/2019 10:18:02 PM

Submit
Fetcher[chart-time is 9 months
apply to symlist(spy)
Draw ema(4)
Draw ema(9)


draw ema(21)
draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
Draw Average Volume(30)
add column Average Volume(30)
add column Average Day Range(30)

* 49 is number of consecutive days ema(4) above (+)/below(-) previous EMA(9) */
set{49b,days( ema(4) is above EMA(9) ,250)}
set{49a,days( ema(4) is below EMA(9) ,250)}
set{49, 49a - 49b} and add column 49 {49}
do not Draw 49
Set{cntema4crossaboveema9,count( eMA(4) > eMA(9) ,1)}
draw cntema4crossaboveema9

Set{cntema4crossaboveema9b,count( eMA(4)< EMA(9) ,1)}

draw cntema4crossaboveema9b


Set{cntema4crossedaboveema21,count( eMA(4) > EMA(21) ,1)}
draw cntema4crossedaboveema21

Set{cntema4crossedbelowema21b,count( eMA(4)< eMA(21) ,1)}

draw cntema4crossedbelowema21b

/* EMA4/21 is number of consecutive days ema(4) above (+)/below(-) previous EMA(21) */
set{421b,days( ema(4) is above eMA(21) ,250)}
set{421a,days( ema(4) is below eMA(21) ,250)}
set{EMA421, 421a - 421b} and add column EMA421 {EMA421}
do not Draw EMA421

Set{cntema9crossedaboveema25,count( eMA(9) > EMA(25) ,1)}
draw cntema9crossedaboveema25

Set{cntema9crossedbelowema25b,count( eMA(9)< eMA(25) ,1)}

draw cntema9crossedbelowema25b
Set{cntema4crossedaboveema40,count( eMA(4) > EMA(40) ,1)}
draw cntema4crossedaboveema40

Set{cntema4crossedbelowema40b,count( eMA(4)< eMA(40) ,1)}

draw cntema4crossedbelowema40b




/* EMA9/25 is number of consecutive days ema(9) above (+)/below(-) previous EMA(25) */
set{925b,days( ema(9) is above eMA(25) ,250)}
set{925a,days( ema(9) is below eMA(25) ,250)}
set{EMA925, 925a - 925b} and add column EMA925 {EMA925}
do not Draw EMA925









/* EMA4/40 is number of consecutive days ema(4) above (+)/below(-) previous EMA(40) */
set{440b,days( ema(4) is above eMA(40) ,250)}
set{440a,days( ema(4) is below eMA(40) ,250)}
set{EMA440, 440a - 440b} and add column EMA440 {EMA440}
do not Draw EMA440





/* NxN is number of consecutive days ema(13) above (+)/below(-) previous EMA(30) */
set{NNb,days( ema(13) is above EMA(30) ,250)}
set{NNa,days( ema(13) is below EMA(30) ,250)}
set{13x30, NNa - NNb} and add column 13x30 {13_x_30}

do not Draw NxN
Set{cntema13crossedaboveema30,count( eMA(13) > EMA(30) ,1)}
draw cntema13crossedaboveema30

Set{cntema13crossedbelowema30b,count( eMA(13)< eMA(30) ,1)}

draw cntema13crossedbelowema30b

/* EMA9/40 is number of consecutive days ema(9) above (+)/below(-) previous EMA(40) */
set{940b,days( ema(9) is above eMA(40) ,250)}
set{940a,days( ema(9) is below eMA(40) ,250)}
set{EMA940, 940a - 940b} and add column EMA940 {EMA940}
do not Draw EMA940
Set{cntema9crossedaboveema40,count( eMA(9) > EMA(40) ,1)}
draw cntema9crossedaboveema40

Set{cntema9crossedbelowema40b,count( eMA(9)< eMA(40) ,1)}

draw cntema9crossedbelowema40b





]



ron22
255 posts
msg #146261
Ignore ron22
1/25/2019 10:44:23 PM

Mac, Thank you very much for posting the filter that I requested. Also, I really like it when you add comments within your posts and/or onto the charts that you post. It helps me understand the process. I realize now that the filter just picks the candidates. We have to choose which ones to buy, entry point and exit point. Thanks again.

johnpaulca
12,036 posts
msg #146262
Ignore johnpaulca
1/25/2019 11:42:27 PM

a more simplified version with candidates above $20

Fetcher[
close is above $20.00
market is not OTCBB
volume(30) is above 650000
EMA(3) is above EMA(5)
EMA(5) is above EMA(8)
EMA(8) is above EMA(10)
EMA(10) is above EMA(12)
EMA(12) is above EMA(15)
EMA(15) is above EMA(30)
EMA(30) is above EMA(35)
EMA(35) is above EMA (40)
EMA(40) is above EMA(45)
EMA(45) is above EMA(50)
EMA(50) is above EMA(60)
set{x1, ema(3) + ema(5)}
set{x2, x1 + ema(8)}
set{x3, x2 + ema(10)}
set{x4, x3 + ema(12)}
set{fst, x4 + ema(18)}
set{x5, ema(30) + ema(35)}
set{x6, x5 + ema(40)}
set{x7, x6 + ema(45)}
set{x8, x7 + ema(50)}
set{slw, x8 + ema(60)}
fst more than 0.2% above slw
TSI(10,3,1) crossed above -0.2 within the last 1 day
draw RMI(3,3)line is at 30
]



ron22
255 posts
msg #146267
Ignore ron22
1/26/2019 9:19:20 AM

JP, Interesting filter. Some filters that I use have RSI, but I never used RMI before. Your comments on charts are also helpful Thank you.

snappyfrog
749 posts
msg #146276
Ignore snappyfrog
1/26/2019 9:42:15 PM

Ron22, I agree. The RMI is interesting and I will have to play with it some. Thanks JP.

johnpaulca
12,036 posts
msg #146286
Ignore johnpaulca
1/27/2019 12:16:21 PM

If using this filter, an entry will be on stocks that only retrace at least 50% of the breakout bar or after the gap is filled.

StockFetcher Forums · Stock Picks and Trading · Intraday Alerts<< 1 ... 1890 1891 1892 1893 1894 ... 1903 >>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.