StockFetcher Forums · Filter Exchange · Price above EMA(13) filter.<< 1 2 3 4 5 ... 6 >>Post Follow-up
Mactheriverrat
3,131 posts
msg #128648
Ignore Mactheriverrat
5/23/2016 1:09:03 PM

Roger on that !


pthomas215
1,251 posts
msg #128649
Ignore pthomas215
5/23/2016 1:40:54 PM

mac, are you still bullish on syn? It's struggling out of the gate but seems to be holding strength.

graftonian
1,089 posts
msg #128652
Ignore graftonian
5/23/2016 6:05:46 PM

Mac, Another method of confirming ema13 crosses, utilizing the IFT(5,9). Whie playing around with this, it appears that a long, deep, and smooth (pregnant) IFT line leading up to the trigger has some correlation with a good outcome. I have tried to define this, with some success. Have a look.

Fetcher[ market is not OTCBB
CLOSE ABOVE 1
Average Volume(30) ABOVE 250000
PRICE CROSSED ABOVE EMA(13)
IFT(5,9) CROSSED ABOVE -0.50
DRAW IFT(5,9) LINE AT -.85
2 DAY SLOPE OF IFT(5,9) > 2 DAY SLOPE OF IFT(5,9) 1 DAY AGO
2 DAY SLOPE OF IFT(5,9) 1 DAY AGO > 2 DAY SLOPE OF IFT(5,9) 2 DAYS AGO
2 DAY SLOPE OF IFT(5,9) 2 DAYS AGO > 2 DAY SLOPE OF IFT(5,9) 3 DAYS AGO
DO NOT DRAW 2 DAY SLOPE OF IFT(5,9)
daysdown50 > 14
ADD COLUMN Average Day Range(13)
do not draw daysdown50
/*SORT*/
set{daysdown50, count(IFT(5,9) < -.50, 20)}
set{daysdown85, count(IFT(5,9) < -.85, 20)}
set{ift_diff, daysdown50 -daysdown85}
add column daysdown50
sort on column 6 descending
add column ift_diff
add column industry
/*BELLS AND WHISTLES*/
SET{X, CLOSE}
SET{TARGET, X * 1.10}
DRAW PRICE LINE AT TARGET
DRAW PRICE LINE AT X
]



Mactheriverrat
3,131 posts
msg #128653
Ignore Mactheriverrat
modified
5/23/2016 7:11:21 PM

no on syn
I need to better pick ema(13) bullish side stocks
SYN just didn't pan out
EVEP did nice up 2.92%


One thing about it. I do like the EMA(13) as a short term average . As one can see on most filter of any stocks that have made runs.

pthomas215
1,251 posts
msg #128654
Ignore pthomas215
5/23/2016 7:38:30 PM

ok cool. I think graftonian's code is pretty good as a first step to see if ITF is on the rise.

Mactheriverrat
3,131 posts
msg #128655
Ignore Mactheriverrat
5/23/2016 7:45:32 PM

Like that code graftonian!

pthomas215
1,251 posts
msg #128656
Ignore pthomas215
5/23/2016 8:06:05 PM

you guys are better than i am at writing code. can you somehow incorporate into that code "50 Day MA is rising". I think if you find stocks where the 50 day MA is rising and IFT is just breaking out, you have at least a 1 day swing trade in place.

Mactheriverrat
3,131 posts
msg #128657
Ignore Mactheriverrat
5/23/2016 8:09:22 PM

try

and MA(50) is above ma(50) one day ago

graftonian
1,089 posts
msg #128660
Ignore graftonian
modified
5/24/2016 7:02:29 AM

Something like this? change the time frames to suit


Fetcher[MARKET IS NOT OTCBB
CLOSE > 1
Average Volume(30) > 234567
draw ema(13)
DRAW MA(50)
SET{21DAYSLOPE, 21 DAY SLOPE OF MA(50)}
ADD COLUMN 21DAYSLOPE
SET{5DAYSLOPE, 5 DAY SLOPE OF MA(50)}
ADD COLUMN 5DAYSLOPE
/*THE FILTER*/
21DAYSLOPE > 0
5DAYSLOPE > 21DAYSLOPE
/*TO SORT ON STEEPEST SLOPE*/
SET{STEEP, 21DAYSLOPE + 5DAYSLOPE}
/*OR TO SORT ON BIGGEST CHANGE*/
SET{DIF, 5DAYSLOPE - 21DAYSLOPE}
ADD COLUMN DIF
ADD COLUMN STEEP
]



graftonian
1,089 posts
msg #128666
Ignore graftonian
5/24/2016 1:30:12 PM

While doing some back manual backtesting on the increasing IFT filter I posted, there quite a few days when there was no pick (4/26 to 5/16 with a few exceptions). The momentum filter posted posted by safetrade picked up a few gold stocks early on, but that soon faded in early May. So, when increasing IFT cannot find a winner, may be this could fill in the gaps. Same rules, look for a "pregnant" IFT curve.

Fetcher[SYMLIST(SPXU, SQQQ,NUGT,DUST,UPRO,TQQQ,DOG,SH,TNA,TZA)
DRAW EMA(13)
SET{X, CLOSE}
SET{FIVE_PCT, X * 1.05}
SET{STOPLOSS, X * .95}
DRAW PRICE LINE AT X
DRAW PRICE LINE AT FIVE_PCT
DRAW PRICE LINE AT STOPLOSS
CHART-TIME IS 30 DAYS
DRAW IFT(5,9)
DRAW IFT(5,9) LINE AT -.50
IFT(5,9) < -.50
/*SORT*/
SET{SORT, 1 DAY SLOPE OF IFT(5,9)}
ADD COLUMN SORT
SORT ON COLUMN 5 DESCENDING
]



















StockFetcher Forums · Filter Exchange · Price above EMA(13) filter.<< 1 2 3 4 5 ... 6 >>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.