Mactheriverrat 3,153 posts msg #142359 - Ignore Mactheriverrat modified |
2/20/2018 3:50:15 AM
This just a symlist but this trigger can be used on any Filter as a buy or sell trigger. Best used with candles as dots so you can see the cma(DMA(7,-5),1) > cma(DMA(7,-5),7) or cma(DMA(7,-5),1) < cma(DMA(7,-5),7) cross .
Thanks to Karen for showing cma(DMA(7,-5),1) > cma(DMA(7,-5),7) using the 7 signal rather than the 8.
|
sammyn 81 posts msg #142360 - Ignore sammyn modified |
2/20/2018 6:07:29 AM
Hi Mac,
There is a bug on this line:
Set{cntcmadma1abovecmadma7,count( ,1)}
(i'm guessing too many spaces or less than signs)
is this what it is supposed to be?
Set{cntcmadma1abovecmadma7,count( cma(DMA(7,-5),1)> cma(DMA(7,-5),7) ,1)}
|
Mactheriverrat 3,153 posts msg #142369 - Ignore Mactheriverrat |
2/21/2018 5:50:33 AM
Updated =
Submit
|
graftonian 1,089 posts msg #142376 - Ignore graftonian |
2/21/2018 12:33:24 PM
@Mac,
I am looking for an exit on a filter I just posted using ConnorsRSI, You wanna try to tack this on?
|
Mactheriverrat 3,153 posts msg #142388 - Ignore Mactheriverrat |
2/21/2018 5:23:45 PM
@ Graff
I will look at it.
|
Mactheriverrat 3,153 posts msg #142771 - Ignore Mactheriverrat modified |
3/15/2018 9:37:56 PM
Submit
|
TRMX 3 posts msg #143553 - Ignore TRMX |
5/14/2018 6:31:24 PM
Great thanks but it repaints
How do I avoid it?
|
Doyle 3 posts msg #148357 - Ignore Doyle |
7/3/2019 5:53:39 PM
Hello to everyone happy 4th. I was checking out this filter and was curious how to use it I noticed it changes past data based on current conditions meaning buy signals from the past go away so scanning past data is not useful. Is there another way to use it because the present day data buy/ sell signals is great. Just curious what I am missing. Thanks
|
Mactheriverrat 3,153 posts msg #148359 - Ignore Mactheriverrat |
7/3/2019 6:46:09 PM
These cma(DMA(7,-5),1) > cma(DMA(7,-5),7) or cma(DMA(7,-5),1) < cma(DMA(7,-5),7) cross look like they are changing but they will look different tomorrow. You might try a simple price above the EMA(13) and the rising on the ema(13) day over day.
|
snappyfrog 721 posts msg #148711 - Ignore snappyfrog |
7/28/2019 1:45:40 PM
Mac, I use EMA(13) on all of my charts. No matter what I use for an entry, ths 13ema is my exit. I also swing trade with 13ema as an entry on one scan also. Less head fakes.
|