StockFetcher Forums · Filter Exchange · The Gerald Peter's " The Money Flow Strategy" Basic filter.<< >>Post Follow-up
Mactheriverrat
3,132 posts
msg #160313
Ignore Mactheriverrat
modified
4/29/2023 12:26:56 PM

Submit
Fetcher[
symlist(qqq,spy,dia,iwm)
add column Average Day Range(30)
Chart-time is 18 months

draw ema(5)
draw ema(10)
draw ma(20)
draw ma(200)


/* e5m20 is number of consecutive days EMA(5) above(+)/below(-) previous MA(20) */
set{e5m20b,days( ema(5) is above ma(20) ,250)}
set{e5m20a,days( ema(5) is below ma(20) ,250)}
set{e5m20, e5m20a - e5m20b} and add column e5m20 {e5m20}

Set{cnte5m20,count( ema(5) > ma(20) ,1)}
draw cnte5m20
Set{cnte5m20b,count( ema(5) < ma(20) ,1)}
draw cnte5m20b

/* e10m20 is number of consecutive days EMA(10) above(+)/below(-) previous MA(20) */
set{e10m20b,days( ema(10) is above ma(20) ,250)}
set{e10m20a,days( ema(10) is below ma(20) ,250)}
set{e10m20, e10m20a - e10m20b} and add column e10m20 {e10m20}

Set{cnte10m20,count( ema(10) > ma(20) ,1)}
draw cnte10m20
Set{cnte10m20b,count( ema(10) < ma(20) ,1)}
draw cnte10m20b

/* pema5 is number of consecutive days price above (+)/below(-) previous EMA(5) */
set{pema5b,days( price is above EMA(5) ,250)}
set{pema5a,days( price is below EMA(5) ,250)}
set{pema5, pema5a - pema5b} and add column pema5 {pema5}
do not Draw pema5
Set{cntpema5,count( price > ema(5) ,1)}
draw cntpema5
Set{cntpema5b,count( price < ema(5) ,1)}
draw cntpema5b


/* p20 is number of consecutive days price above (+)/below(-) previous MA(20) */
set{price20b,days( price is above MA(20) ,250)}
set{price20a,days( price is below MA(20) ,250)}
set{p20, price20a - price20b} and add column p20 {p20}
do not Draw p20

Set{cntp20,count( price > ma(20) ,1)}
draw cntp20
Set{cntp20b,count( price < ma(20) ,1)}
draw cntp20b/* m20 is number of consecutive days ma(20) above (+)/below(-) previous MA(20) */
set{m20b,days( ma(20) is above MA(20) one day ago,250)}
set{m20a,days( ma(20) is below MA(20) one day ago,250)}
set{m20, m20a - m20b} and add column m20 {m20}

Set{cntma20crossma20onedayago,count( ma(20) > ma(20)one day ago ,1)}
draw cntma20crossma20onedayago

Set{cntma20crossma20onedayagob,count( ma(20) < ma(20) one day ago,1)}
draw cntma20crossma20onedayagob






draw TSI(25,13,9)
draw MACD Fast Line(12,26,9)

do not draw macd Histogram(12,26,9) set{var1, macd Histogram(12,26,9)}
draw var1 Legend{var1, macd Histogram(12,26,9)} PlotType{var1,zerobar}

draw cma(var1 Legend{var1, macd Histogram(12,26,9)},2)


draw Stochastic %K(14,3,3)
draw ADX(13,8)
draw cma(rsi(14),5) line at 70.00
draw cma(rsi(14),5) line at 50.00
]




davesaint86
725 posts
msg #160314
Ignore davesaint86
4/29/2023 4:45:16 PM

If you listen to his Sunday sermon, he is a hoot.

Davesaint

Mactheriverrat
3,132 posts
msg #160315
Ignore Mactheriverrat
modified
4/29/2023 5:30:52 PM

Yes I listen - But you got to take his humor with a grain of salt. It's the strategy ( wheat ) from chaff (humor) I'm interested in.

Mactheriverrat
3,132 posts
msg #160316
Ignore Mactheriverrat
4/29/2023 5:47:57 PM

I've found another web site of video's which isn't Geralds Peter's but it has a some good video's starting with " the money flow trading system basic's".

Gerald Peter's Money Flow video's

Mactheriverrat
3,132 posts
msg #160317
Ignore Mactheriverrat
4/29/2023 11:12:40 PM

One can add ADX to the above filter if they wanted to.
I just made up the filter with the setting Gerald Peter's use now.

A good video that was made about two and half years ago.



davesaint86
725 posts
msg #160318
Ignore davesaint86
4/30/2023 12:07:19 AM

I think his content is good! Thank you for posting the filter.

Davesaint

davesaint86
725 posts
msg #160319
Ignore davesaint86
4/30/2023 12:09:21 AM

A daily version of Sam Weinstein's Stage Analysis

Mactheriverrat
3,132 posts
msg #160320
Ignore Mactheriverrat
modified
4/30/2023 11:18:29 AM

I looked at him some time ago but now have come backed.
I'm looking at CABA on my watchlist based of his strategy.

His humor is sometime's raw but I always get a good laugh and pick up some knowledge.
Did you get his book via PDF "The Money Flow Strategy" ?

QQQ also looks good on the edge of a stage 2.

Mactheriverrat
3,132 posts
msg #160321
Ignore Mactheriverrat
4/30/2023 6:10:19 PM

Added ADX to the above filter.

QQQ




StockFetcher Forums · Filter Exchange · The Gerald Peter's " The Money Flow Strategy" Basic filter.<< >>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.