StockFetcher Forums · Filter Exchange · Hybrid MACD and Alligator<< >>Post Follow-up
SAFeTRADE
630 posts
msg #156972
Ignore SAFeTRADE
6/11/2021 5:17:20 PM

Here is a filter for you guys to tinker with to your hearts content.

Fetcher[set{green, dma(5,3)}
set{red, dma(8,5)}
set{blue, dma(13,8)}
set{cls2, close}
set{momo, count(close crossed above green,1)}


set{f, 3 + 1}
set{s, 6 + 1}
set{fastcoef, 2.00 / f}
set{slowcoef, 2.00 / s}

set{ema3, ema(3)}
set{ema6, ema(6)}

set{a, ema3 * fastcoef}
set{b, ema6 * slowcoef}
set{c, a - b}
set{d, fastcoef - slowcoef}
set{e, c / d}
set{e_ema, cema(e,6)}
set{cls, close}
set{clsval, indposition(close,60)*100}


draw e_ema on plot price
draw e on plot price
draw d1 on plot price
draw price line at d1

symlist(spy,vxx,spmd,spyg,spxl,spyv,fvd,sphd)





set{a1,1 - fastcoef}
set{a2, a1 * ema3}
set{b1,1 - slowcoef}
set{b2, b1 * ema6}
set{c1, a2 - b2}
set{c2, 0 - c1}
set{d1, c2 / d}
set{buy, count(crsi(e,3) crossed above 69,1)}
set{sell, count(crsi(e,3) crossed below 50,1)}
draw d1 on plot price

add column e{mfastline}
add column e_ema{mslowline}
add column d1{zeroline}

draw macd(3,6,9)
draw crsi(e,3)
draw buy
draw sell
draw crsi(e,4)
draw momo
draw red on plot blue
draw green on plot blue
draw cls2 on plot blue
draw clsval

add column momo
add column buy
add column sell
add column clsval

chart-length 6 months
]



Cheese
1,374 posts
msg #156973
Ignore Cheese
6/11/2021 5:30:30 PM

@SAFeTRADE
Thank you so much for this Hybrid MACD and Alligator !
Best..

davesaint86
725 posts
msg #156974
Ignore davesaint86
6/11/2021 8:27:54 PM

Thank you!

Davesaint

StockFetcher Forums · Filter Exchange · Hybrid MACD and Alligator<< >>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.