StockFetcher Forums · Stock Picks and Trading · MTW<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #146627
Ignore Mactheriverrat
2/19/2019 2:05:56 PM

EMA17 cross aboveEMA50 is where the 2 Guppy MMA groups separate.





Mactheriverrat
3,135 posts
msg #146638
Ignore Mactheriverrat
2/19/2019 11:13:27 PM

The EMA17 cross EMA35 is my first watch I start watching the longer modified Guppy MMA's start to squeeze and curl up. By the time the EMA17 cross EMA50 is where a full Guppy MMA's long and short term averages separate. Look at other stocks like PDS,MNTA. Ever look at past runners like AMD. Nothing is certain but one can increase the odds of catching a trend change.

Fetcher[apply to symlist(mtw)
add column Average Volume(30)
add column Average Day Range(30)
chart-time is one year

draw Average Volume(30)

draw ema(13)

draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)


/* 1730 is number of consecutive days ema(17) above (+)/below(-) previous EMA(30) */
set{1730b,days( ema(17) is above EMA(30) ,250)}
set{1730a,days( ema(17) is below EMA(30) ,250)}
set{1730, 1730a - 1730b} and add column 1730 {1730}

do not Draw 1730

/* 1735 is number of consecutive days ema(17) above (+)/below(-) previous EMA(35) */
set{1735b,days( ema(17) is above EMA(35) ,250)}
set{1735a,days( ema(17) is below EMA(35) ,250)}
set{1735, 1735a - 1735b} and add column 1735 {1735}

do not Draw 1735

/* 1740 is number of consecutive days ema(17) above (+)/below(-) previous EMA(40) */
set{1740b,days( ema(17) is above EMA(40) ,250)}
set{1740a,days( ema(17) is below EMA(40) ,250)}
set{1740, 1740a - 1740b} and add column 1740 {1740}

do not Draw 1740

/* 1745 is number of consecutive days ema(17) above (+)/below(-) previous EMA(45) */
set{1745b,days( ema(17) is above EMA(45) ,250)}
set{1745a,days( ema(17) is below EMA(45) ,250)}
set{1745, 1745a - 1745b} and add column 1745 {1745}

do not Draw 1745

/* 1750 is number of consecutive days ema(17) above (+)/below(-) previous EMA(50) */
set{1750b,days( ema(17) is above EMA(50) ,250)}
set{1750a,days( ema(17) is below EMA(50) ,250)}
set{1750, 1750a - 1750b} and add column 1750 {1750}

do not Draw 1750
add column separator
add column separator
Set{cntema17crossaboveema30,count( ema(17) > ema(30) ,1)}
draw cntema17crossaboveema30

Set{cntema17crossaboveema30b,count( ema(17) < ema(30) ,1)}

draw cntema17crossaboveema30b

Set{cntema17ema35,count( ema(17) > ema(35) ,1)}
draw cntema17ema35

Set{cntema17ema35b,count( ema(17) < ema(35) ,1)}

draw cntema17ema35b



Set{cntema17crossaboveema40,count( ema(17) > ema(40) ,1)}
draw cntema17crossaboveema40

Set{cntema17crossaboveema40b,count( ema(17) < ema(40) ,1)}

draw cntema17crossaboveema40b

Set{cntema17ema45,count( ema(17) > ema(45) ,1)}
draw cntema17ema45

Set{cntema17ema45b,count( ema(17) < ema(45) ,1)}

draw cntema17ema45b

Set{cntema17crossaboveema50,count( ema(17) > ema(50) ,1)}
draw cntema17crossaboveema50

Set{cntema17crossaboveema50b,count( ema(17) < ema(50) ,1)}

draw cntema17crossaboveema50b





]



Mactheriverrat
3,135 posts
msg #146640
Ignore Mactheriverrat
2/20/2019 1:26:55 AM





toschwo
1 posts
msg #152862
Ignore toschwo
6/30/2020 1:22:29 PM

I am new to stockfetcher and wonder how to create a filter for stocks where the cntema17ema50 just comes in, switching from the cntema17ema50b. as shown in your examples?

In the examples of the filters used here, the stocks are already selected, in other words, how were they selected and can they be selected based on the criteria I mention above?

Thanks so much for your help!

Mactheriverrat
3,135 posts
msg #152864
Ignore Mactheriverrat
modified
6/30/2020 2:07:07 PM

Search by the column that says 1750
Submit
Fetcher[
Show stocks where ema(17) is above ema(50)
add column Average Volume(30)
add column Average Day Range(30)
chart-time is one year

draw Average Volume(30)

draw ema(13)

draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)


/* 1730 is number of consecutive days ema(17) above (+)/below(-) previous EMA(30) */
set{1730b,days( ema(17) is above EMA(30) ,250)}
set{1730a,days( ema(17) is below EMA(30) ,250)}
set{1730, 1730a - 1730b} and add column 1730 {1730}

do not Draw 1730

/* 1735 is number of consecutive days ema(17) above (+)/below(-) previous EMA(35) */
set{1735b,days( ema(17) is above EMA(35) ,250)}
set{1735a,days( ema(17) is below EMA(35) ,250)}
set{1735, 1735a - 1735b} and add column 1735 {1735}

do not Draw 1735

/* 1740 is number of consecutive days ema(17) above (+)/below(-) previous EMA(40) */
set{1740b,days( ema(17) is above EMA(40) ,250)}
set{1740a,days( ema(17) is below EMA(40) ,250)}
set{1740, 1740a - 1740b} and add column 1740 {1740}

do not Draw 1740

/* 1745 is number of consecutive days ema(17) above (+)/below(-) previous EMA(45) */
set{1745b,days( ema(17) is above EMA(45) ,250)}
set{1745a,days( ema(17) is below EMA(45) ,250)}
set{1745, 1745a - 1745b} and add column 1745 {1745}

do not Draw 1745

/* 1750 is number of consecutive days ema(17) above (+)/below(-) previous EMA(50) */
set{1750b,days( ema(17) is above EMA(50) ,250)}
set{1750a,days( ema(17) is below EMA(50) ,250)}
set{1750, 1750a - 1750b} and add column 1750 {1750}

do not Draw 1750
add column separator
add column separator
Set{cntema17crossaboveema30,count( ema(17) > ema(30) ,1)}
draw cntema17crossaboveema30

Set{cntema17crossaboveema30b,count( ema(17) < ema(30) ,1)}

draw cntema17crossaboveema30b

Set{cntema17ema35,count( ema(17) > ema(35) ,1)}
draw cntema17ema35

Set{cntema17ema35b,count( ema(17) < ema(35) ,1)}

draw cntema17ema35b



Set{cntema17crossaboveema40,count( ema(17) > ema(40) ,1)}
draw cntema17crossaboveema40

Set{cntema17crossaboveema40b,count( ema(17) < ema(40) ,1)}

draw cntema17crossaboveema40b

Set{cntema17ema45,count( ema(17) > ema(45) ,1)}
draw cntema17ema45

Set{cntema17ema45b,count( ema(17) < ema(45) ,1)}

draw cntema17ema45b

Set{cntema17crossaboveema50,count( ema(17) > ema(50) ,1)}
draw cntema17crossaboveema50

Set{cntema17crossaboveema50b,count( ema(17) < ema(50) ,1)}

draw cntema17crossaboveema50b



]



StockFetcher Forums · Stock Picks and Trading · MTW<< >>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.