StockFetcher Forums · General Discussion · Interesting Book to read Daryl Guppy Trend trading<< 1 ... 7 8 9 10 11 >>Post Follow-up
graftonian
1,089 posts
msg #135565
Ignore graftonian
4/21/2017 9:41:50 PM

Mac, I modified a filter to pick big down-slopes (the rate of negitive expansion) and trigger when that rate slows. You could be on to something big here.
Fetcher[
market market is not OTCBB
close > 0.50
Average Volume(30) > 100000

/*TRADER GROUP*/
draw EMA(3)
draw EMA(5)
draw EMA(8)
draw EMA(10)
draw EMA(12)
draw EMA(15)

/*INVESTOR GROUP*/
draw EMA(60)
draw EMA(50)
draw EMA(45)
draw EMA(40)
draw EMA(35)
draw EMA(30)
add column separator

/* investor group width */
set{igw, ema(30) - ema(60)}
set{igw2, igw / ema(60)}
set{IGwidth, igw2 * 100}
add column IGwidth

/*trader grp/investor grp separation */
/*The "white space" between the trader and investor groups*/
set{tradgrpmin, min(ema(3), ema(15))}
set{invgrpmax, max(ema(30), ema(60))}
set{tisep, tradgrpmin - invgrpmax}
set{tisep2, tisep / invgrpmax}
set{TG_IGsep, tisep2 * 100}
add column TG_IGsep

/* trader group width */
set{tgw, ema(3) - ema(15)}
set{tgw2, tgw / ema(15)}
set{TGwidth, tgw2 * 100}
add column TGwidth

/*********display the rate of expansion/contraction for each group*********/
/*add column separator
add column 20 day slope of IGwidth
add column 10 day slope of TG_IGsep
add column 5 day slope of TGwidth*/
/************************************************/
/*20 day slope of IGwidth > 0
10 day slope of TG_IGsep > 20 day slope of IGwidth
5 day slope of TGwidth > 10 day slope of TG_IGsep*/
/******SUM OF SLOPES***********/

draw TGwidth
draw TGwidth line at 0
draw 5 day slope of TGwidth

draw TG_IGsep
draw TG_IGsep line at 0
draw 10 day slope of TG_IGsep

draw IGwidth
draw IGwidth line at 0
draw 20 day slope of IGwidth

add column separator

/*days since investor group reverted or crossed above 0 */
set{IGX, days(IGwidth < 0, 200)}
add column IGX
IGX > 0

/*days since "white space" appeared
set{spaceX, days(TG_IGsep < 0, 200)}
add column spaceX
spacex > 0*/

/*days since trader group reverted
set{TGX, days(TGwidth < 0, 200)}
add column TGX
TGX > 0*/

/*A couple of bells and whistles for back testing*/
set{entry, close}
set{target, entry * 1.10}
set{ stop, entry * 0.95}
draw price line at entry
draw price line at target
draw price line at stop

/*trader group expansion per day since flip
set{TGwidthPerDay, TGwidth / TGX}
add column TGwidthPerDay

set{LowBall1, IGX + spacex}
set{LowBall, lowball1 + TGX}
add column LowBall
SORT ON COLUMN 18 ASCENDING
/***************/
20 day slope of IGwidth < -0.1
2 day slope of IGwidth crossed above 0
add column 20 day slope of IGwidth
sort on column 11 ascending
chart-time is 100 days
do not draw TGX
do not draw IGX
do not draw spacex
do not draw lowball
]



Mactheriverrat
3,135 posts
msg #135615
Ignore Mactheriverrat
4/26/2017 4:52:18 AM

LCI
All we need is a follow through. Earnings is may 2nd which I don't like playing earnings but I'm holding here. I will have my stops set just in case.



graftonian
1,089 posts
msg #135616
Ignore graftonian
4/26/2017 9:47:55 AM

Good call on LCI, Mac.

T_Charp13
35 posts
msg #135905
Ignore T_Charp13
5/14/2017 10:28:18 PM

How has this been working for you guys? I've been using it more as a confirmation for a stock I want to buy. Sorta stopped using it as a filter to buy. Also sort of stopped trading and focused more on investing (less stressful). If you're interested I'm in WB, SQ, PYPL, MELI, and JD (most of them have been post-earning entries but up in all of them).

Mactheriverrat
3,135 posts
msg #136015
Ignore Mactheriverrat
modified
5/21/2017 11:52:55 PM

Another leg up on a uptrend
HUN


SXE - Nice setup.


StockFetcher Forums · General Discussion · Interesting Book to read Daryl Guppy Trend trading<< 1 ... 7 8 9 10 11 >>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.