StockFetcher Forums · General Discussion · EMA Spreads<< >>Post Follow-up
mktmole
325 posts
msg #66768
Ignore mktmole
8/28/2008 9:27:57 PM

I would appreciate any help with the following EMA spread.
Show stocks where;
EMA(34) - EMA(13) / Close > 11%
or
MA(50) + .15 cents - EMA(13) / Close > 22%

thank you!


TheRumpledOne
6,407 posts
msg #66770
Ignore TheRumpledOne
modified
8/28/2008 10:35:41 PM

Fetcher[
set{ x3413 , ema(34) - ema(13) }
set{ s3413, x3413 / close }

set{ x5015 , ma(50) + 0.15 }
set{ x5015a , x5015 - ema(13) }
set{ s5015, x5015a / close }

set{ t3413, count( s3413 above 0.11 , 1) }
set{ t5015, count( s5015 above 0.22 , 1) }

set{ hit, t3413 + t5015 }

add column hit
add column t3413
add column t5015

hit above 0
close above 1
average volume(90) above 500000

sort column 5 descending
]




tomm1111
202 posts
msg #66771
Ignore tomm1111
8/28/2008 10:37:09 PM

Here you go...

Fetcher[
set{var,ema(34) - ema(13)}
set{var1,var / close}

show stocks where var1 is greater than 0.11
]



Fetcher[
set{var,ma(50) - 0.15}
set{var1,var - ema(13)}
set{var2,var1 / close}

show stocks where var2 is greater than 0.22
]



tomm1111
202 posts
msg #66773
Ignore tomm1111
8/28/2008 10:41:55 PM

TRO,

Hats off...you have a knack for this.

johnpaulca
12,036 posts
msg #66794
Ignore johnpaulca
8/29/2008 10:52:58 AM

mktmole;

How would you trade this filter? if I am correct today would be a buy day uh?

mktmole
325 posts
msg #66822
Ignore mktmole
8/30/2008 12:28:51 PM

Many Thanks to TRO, (again :) and to TOMM for their help with this. Much appreciated!

To answer your questions JP.. The EMA Spread Scan I am looking for stocks with a definable EMA/price relationship and downtrend. The current price in relation to the bands is the Setup. The EMA bands themselves are used as targets.
"Would today be a buy day? " ... possibly, I really don't know.
I wait for price to trigger me into the trade. Hope this is helps.

Fetcher[set{ x3413 , ema(34) - ema(13) }
set{ s3413, x3413 / close }
set{ x5015 , ma(50) + 0.15 }
set{ x5015a , x5015 - ema(13) }
set{ s5015, x5015a / close }
set{ t3413, count( s3413 above 0.11 , 1) }
set{ t5015, count( s5015 above 0.22 , 1) }
set{ hit, t3413 + t5015 }
add column hit
add column t3413
add column t5015
hit above 0
and price dropped more than 10% over the last 30 days
and close above close 1 day ago
and close 2 days ago had been below EMA(8) for more than the past 10 days
and draw MA(50)
and draw OBV
and draw RSI(2)
and draw Williams %R(2)
and market is not OTCBB
and average volume(40) above 200,000
and price is between 1 and 30
sort column 8 descending
and offset 2
]



snappyfrog
651 posts
msg #151814
Ignore snappyfrog
modified
4/12/2020 10:38:52 PM

I stumbled upon this filter. Appears to be a good bullish filter when the markets are up. Adding my own volume, price, etc to this filter gave me 149 green hits out of 151 for April 6, 2020. I used this day as this past week was bullish.

Anyone else using this with any success?

Fetcher[
/*
Post: EMA Spreads
By: mktmole
Date: 8/30/2008 at 12:28am
URL: http://www.stockfetcher.com/forums/EMA-Spreads/1001/66768/-1/66822
*/
market is not otcbb
market is not etf
price > 5
Average Volume(30) > 5000000
optionable
set{ x3413 , ema(34) - ema(13) }
set{ s3413, x3413 / close }
set{ x5015 , ma(50) + 0.15 }
set{ x5015a , x5015 - ema(13) }
set{ s5015, x5015a / close }
set{ t3413, count( s3413 above 0.11 , 1) }
set{ t5015, count( s5015 above 0.22 , 1) }
set{ hit, t3413 + t5015 }
add column hit
add column t3413
add column t5015
hit above 0
and price dropped more than 10% over the last 30 days
and close above close 1 day ago
and close 2 days ago had been below EMA(13) for more than the past 10 days
and draw MA(50)
and draw OBV
and draw RSI(2)
and draw Williams %R(2)
sort column 8 descending
]



Cheese
1,374 posts
msg #151816
Ignore Cheese
4/13/2020 10:01:15 AM

@snappyfrog,
Thanks for popping this up.
Any reason why you seem to have stopped using slo stoch 40,40,40 (not even 20,20,20)?

snappyfrog
651 posts
msg #151822
Ignore snappyfrog
4/13/2020 10:15:47 PM

Oh I am still using them. I just went with the oscillators already written with this filter. I am converting it to my style. I love the Stochastic (40,40,4) and (20,20,2).

StockFetcher Forums · General Discussion · EMA Spreads<< >>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.