StockFetcher Forums · Public Filter List · Buy or Sell triggers<< 1 2 >>Post Follow-up
Mactheriverrat
3,131 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.


Fetcher[
apply to symlist (SPY)
draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)
add column Average Day Range(30)

Set{cntcmadma1abovecmadma7,count( cma(DMA(7,-5),1) > cma(DMA(7,-5),7) ,1)}
draw cntcmadma1abovecmadma7

Set{cntcmadma1abovecmadma7b,count( cma(DMA(7,-5),1)< cma(DMA(7,-5),7) ,1)}

draw cntcmadma1abovecmadma7b

/* AxA is number of consecutive days cma(DMA(7,-5),1) above (+)/below(-) previous cma(DMA(7,-5),8) */
set{AAb,days( cma(DMA(7,-5),1) is above cma(DMA(7,-5),7) ,250)}
set{AAa,days( cma(DMA(7,-5),1) is below cma(DMA(7,-5),7) ,250)}
set{dmax7, AAa - AAb} and add column dmax7 {dma_x_1over7}
do not Draw AxA


Set{cntcmadma7abovecmadma7,count( cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}
draw cntcmadma7abovecmadma7

Set{cntcmadma7abovecmadma7b,count( cma(DMA(7,-5),7)< cma(DMA(7,-5),7) 1day ago,1)}

draw cntcmadma7abovecmadma7b




set{E3,dma(7,-5),7)-cma(DMA(7,-5),7) }
set{Fastdma7Longposition, count(E3 > 0,1)}
set{Fastdma7Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Fastdma7Longposition on plot
draw Fastdma7Shortposition on plot
draw cma(DMA(7,-5),1)
draw cma(DMA(7,-5),7)




do not draw dma(7,-5),7)
Chart-time is 6 months
]




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,131 posts
msg #142369
Ignore Mactheriverrat
2/21/2018 5:50:33 AM

Updated =

Submit
Fetcher[
apply to symlist (SPY)
draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)
add column Average Day Range(30)

Set{cntcmadma1abovecmadma7,count( cma(DMA(7,-5),1) > cma(DMA(7,-5),7) ,1)}
draw cntcmadma1abovecmadma7

Set{cntcmadma1abovecmadma7b,count( cma(DMA(7,-5),1)< cma(DMA(7,-5),7) ,1)}

draw cntcmadma1abovecmadma7b

/* AxA is number of consecutive days cma(DMA(7,-5),1) above (+)/below(-) previous cma(DMA(7,-5),8) */
set{AAb,days( cma(DMA(7,-5),1) is above cma(DMA(7,-5),7) ,250)}
set{AAa,days( cma(DMA(7,-5),1) is below cma(DMA(7,-5),7) ,250)}
set{dmax7, AAa - AAb} and add column dmax7 {dma_x_1over7}
do not Draw AxA


Set{cntcmadma7abovecmadma7,count( cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}
draw cntcmadma7abovecmadma7

Set{cntcmadma7abovecmadma7b,count( cma(DMA(7,-5),7)< cma(DMA(7,-5),7) 1day ago,1)}

draw cntcmadma7abovecmadma7b




set{E3,dma(7,-5),7)-cma(DMA(7,-5),7) }
set{Fastdma7Longposition, count(E3 > 0,1)}
set{Fastdma7Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Fastdma7Longposition on plot
draw Fastdma7Shortposition on plot
draw cma(DMA(7,-5),1)
draw cma(DMA(7,-5),7)




do not draw dma(7,-5),7)
Chart-time is 6 months
]




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,131 posts
msg #142388
Ignore Mactheriverrat
2/21/2018 5:23:45 PM

@ Graff
I will look at it.


Mactheriverrat
3,131 posts
msg #142771
Ignore Mactheriverrat
modified
3/15/2018 9:37:56 PM

Submit
Fetcher[
chart-type is ohlc
apply to symlist (sqqq,qid,tqqq,qqq)
draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)
add column Average Day Range(30)

Set{cntcmadma1abovecmadma7,count( cma(DMA(7,-5),2) > cma(DMA(7,-5),7) ,1)}
draw cntcmadma1abovecmadma7

Set{cntcmadma1abovecmadma7b,count( cma(DMA(7,-5),2)< cma(DMA(7,-5),7) ,1)}

draw cntcmadma1abovecmadma7b

/* AxA is number of consecutive days cma(DMA(7,-5),1) above (+)/below(-) previous cma(DMA(7,-5),8) */
set{AAb,days( cma(DMA(7,-5),2) is above cma(DMA(7,-5),7) ,250)}
set{AAa,days( cma(DMA(7,-5),2) is below cma(DMA(7,-5),7) ,250)}
set{dmax7, AAa - AAb} and add column dmax7 {dma_x_1over7}
do not Draw AxA


Set{cntcmadma7abovecmadma7,count( cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}
draw cntcmadma7abovecmadma7

Set{cntcmadma7abovecmadma7b,count( cma(DMA(7,-5),7)< cma(DMA(7,-5),7) 1day ago,1)}

draw cntcmadma7abovecmadma7b




set{E3,dma(7,-5),7)-cma(DMA(7,-5),7) }
set{Fastdma7Longposition, count(E3 > 0,1)}
set{Fastdma7Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Fastdma7Longposition on plot
draw Fastdma7Shortposition on plot
draw cma(DMA(7,-5),2)
draw cma(DMA(7,-5),7)




do not draw dma(7,-5),7)
Chart-time is 6 months
]



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,131 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
651 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.

StockFetcher Forums · Public Filter List · Buy or Sell triggers<< 1 2 >>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.