push5280 201 posts msg #155020 - Ignore push5280 modified |
12/18/2020 4:02:04 PM
I've been playing around with this for a few days now and thought I'd share. I took the Guppy MMA and added Pring's KST weighting. shortMA_trigger starts the short term trend up and usually the longMA_trigger rolls over starting a bit longer up trend
|
VirginTrader 73 posts msg #155021 - Ignore VirginTrader |
12/18/2020 7:35:42 PM
I like it push! thanks for sharing.
I tweaked mine with this...
set{longMA_trigger, count(long_ma crossed above cema(long_ma,9),1)}
set{shortMA_trigger, count(short_ma crossed above cema(short_ma,9),1)}
set{entry, longMA_trigger + shortMA_trigger}
entry > 0
Just need to figure out how to reduce the hits to a few high probability ones...thanks again!
|
push5280 201 posts msg #155023 - Ignore push5280 modified |
12/18/2020 10:22:42 PM
Maybe when cema(rsi(14),5) crosses cema(rsi(14),9).
rsi_trigger > 0
|
VirginTrader 73 posts msg #155028 - Ignore VirginTrader modified |
12/19/2020 9:49:22 PM
that is an option. i would give my left nut for a back testing feature there at SF! ;=P
|
VirginTrader 73 posts msg #155030 - Ignore VirginTrader |
12/20/2020 12:06:50 PM
push, here's with the RSI. still a few false breakouts
|