StockFetcher Forums · General Discussion · Interesting Book to read Daryl Guppy Trend trading<< 1 ... 2 3 4 5 6 ... 11 >>Post Follow-up
davesaint86
725 posts
msg #134915
Ignore davesaint86
modified
3/14/2017 10:54:15 AM

Fetcher[
price crossed above ema(18) from below
adr(30) above 2.50
volume above 200000
Market in not otcbb

set{alpha21, ROC(21,1) - ind(SPY, ROC(21,1))}
set{alpha63, ROC(63,1) - ind(SPY, ROC(63,1))}
set{alphascore, alpha21 + alpha63}

set{IFT_Bar,WEEKLY IFT(2,1)}
price above 0
draw IFT_Bar
PlotType{IFT_Bar,zerobar}

draw slow stochastic(14,3,3) slow %d
draw slow stochastic(14,3,3) slow %d line at 20 and draw slow stochastic(14,3,3) slow %d line at 80 and draw slow stochastic(14,3,3) slow %d line at 50 and draw slow stochastic(14,3,3) slow %d line at 30 and draw slow stochastic(14,3,3) slow %d line at 70

and draw Slow Stochastic(5,1) Fast %K line at 20.00 and draw Slow Stochastic(5,1) Fast %K line at 80.00
and draw Slow Stochastic(5,1) Fast %K line at 50.00
do not draw MACD Fast Line(12,26)
and draw RSI(30) line at 50
and Draw RSI(9) on plot RSI(30)

DRAW WEEKLY IFT(2,1)
DRAW WEEKLY IFT(2,1) LINE AT .90
DRAW WEEKLY IFT(2,1) LINE AT -.90
DRAW WEEKLY IFT(2,1) LINE AT 0
and do not draw ema(50)
draw ema(12)
draw ema(14)
draw ema(16)
draw ema(18)
draw ema(20)
draw ema(22)
draw ema(24)
draw ema(26)
draw ema(28)
draw ema(30)
do not draw ema(13)

ADD COLUMN ALPHASCORE {ALPHA}
ADD COLUMN SEPARATOR
ADD COLUMN ROC(12,1) {6 mth %}
add column separator
ADD COLUMN ROC(63,1) {3 mth %}
add column separator
ADD COLUMN ROC(21,1) {1 mth %}
add column separator
add column Upper Bollinger Band(20),5) {Profit}
ADD COLUMN SEPARATOR
add column Slow Stochastics(5,1){Sto}

ADD COLUMN SEPARATOR
add column atr(21) {Atr}
add column separator
add column average day range (21){ADR%}

ADD COLUMN SEPARATOR

do not draw ema(10)

add column WEEKLY IFT(2,1){W-IFT}
add column separator
add column rsi(9)
add column separator
add column rsi(30)
add column separator
add column industry
CHART-TIME IS 100 days

sort column 5 descending
]



davesaint86
725 posts
msg #134916
Ignore davesaint86
3/14/2017 10:57:54 AM

Can anyone tell me why my filter is not active?

c1916
77 posts
msg #134918
Ignore c1916
3/14/2017 12:37:09 PM

@Graf. When both groups are compressed, do you read this as a bullish or bearish signal? Or do you use this in concert with some other indicator?

*Maybe the answer is that I should read the book. :)

nibor100
1,010 posts
msg #134920
Ignore nibor100
3/14/2017 2:11:08 PM

@davesaint86,

It looks like the "$" in the line below is the problem, if I change it to '%' and then preview the message with the rest of your filter it becomes clickable. If I delete only that line it becomes clickable/active. Not sure why that would be a problem since it is only supposed to be a label....yet when I paste it all into a new filter window it executes even with the "$" in it..

add column atr(21) {Atr$}

Ed S.



davesaint86
725 posts
msg #134921
Ignore davesaint86
3/14/2017 2:13:37 PM

Geez. Thanks Ed. I just removed the $ sign

graftonian
1,089 posts
msg #134925
Ignore graftonian
modified
3/14/2017 5:18:10 PM

@c1913
Check out the video posted by Mac on 3/13, at about 6:00 into it.. Compression = agreement over multiple time frames, but it's only temporary and could go either way. Whether you believed in an ema60 cross or an ema3 cross, everyone was in agreement that 'X' was the right price.

I cannot answer for the river rat, but I think Daryl Guppy and Darvas were trying to demonsrate a system based only on price action and player sentiment (either investor or trader). In the sections "No Secrets", he does a pretty good job of illustrating how we use "objective" indicators in a subjective way to reinforce our preconceived notions.

Read the book, look inward, and think you will be a more disciplined trader.

...eschew obfuscation

c1916
77 posts
msg #134926
Ignore c1916
3/14/2017 7:57:20 PM

Sweet. More homework. :)

T_Charp13
35 posts
msg #134991
Ignore T_Charp13
3/17/2017 6:34:27 PM

Just an idea: if you have Etrade Pro then you can easily make the Traders EMAs in blue and the Investors EMAs in red just like in the video.

pthomas215
1,251 posts
msg #134993
Ignore pthomas215
3/17/2017 7:44:34 PM

I think the filter below comes close to describing the situation of the short and long term averages coming together. If you backtest it a few days, many popped the next day. some popped already. but he describes the averages coming together like the calm before the storm. I was just trying to capture that.

Fetcher[ema(3) crossed above ema(21) within the last 1 days
EMA(5) crossed above ema(24) within the last 1 days
eMA(7) crossed above ema(24) within the last 1 days
EMA(9) crossed above ema(24) within the last 1 days

and draw EMA(11) on plot price
and draw EMA(13) on plot price
and draw EMA(24) on plot price
and draw EMA(27) on plot price
and draw EMA(30) on plot price
and draw EMA(33) on plot price
and draw EMA(36) on plot price

volume is above 1000000
Average Day Range(30) is above 3
do not draw Average Day Range(30)
add column Average Day Range(30)
chart-time is 4 months

price is between 1 and 300

DxD is number of consecutive days EMA(5) above (+)/below(-) previous EMA(5) and set{DDb,days( EMA(5) is above EMA(5) 1 day ago,100)}
set{DDa,days( EMA(5) is below EMA(5) 1 day ago,100)} set{DxD, DDa - DDb} and add column DxD {D_x_D}

do not Draw DxD

Set{cntema3,count(ema(3)> ema(3) 1day ago,1)}
draw cntema3

Set{cntema3b,count(ema(3)< ema(3) 1day ago,1)}
draw cntema3b

Set{cntema7c,count(ema(7)> ema(7) 1day ago,1)}
draw cntema7c

Set{cntema21c,count(ema(21)> ema(21) 1day ago,1)}
draw cntema21c


]



T_Charp13
35 posts
msg #134994
Ignore T_Charp13
3/17/2017 8:12:00 PM

So, I've gone through a few of my filters with the Guppy averages and noticed that the EMA 21 is a solid support. Many times after an uptrending stock touches EMA 21, it goes back up and never looks back (actually started a new watchlist with those). Would someone be able to create a filter that finds uptrending stocks that takes a small breather by touching EMA 21 and then resumes its uptrend? I was thinking of maybe looking for stocks that have been uptrending for a few days and then 1 day ago touches EMA 21 and the next day it goes up (possibly on above average volume) and making sure that all of the investors averages are above one another. Let me know what you guys think.

StockFetcher Forums · General Discussion · Interesting Book to read Daryl Guppy Trend trading<< 1 ... 2 3 4 5 6 ... 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.