StockFetcher Forums · Filter Exchange · The Writing’s on The Wall<< 1 2 >>Post Follow-up
testplay
7 posts
msg #159612
Ignore testplay
9/22/2022 4:50:48 PM

My best filter, I can't remember who originated it but it works for me.

chart-display is weekly-type is ohlc
apply to symlist (spy,sqqq,qid,tqqq,qqqx,midu,upro,dgro,sso,spxx,diax,ety,eos,jpst,bpy,pcm,cefl,agg,udow,tvix,tna,fas,xlf,qyld,enb,fxc,fas,oxlc,swan,bto,srty,fof,utg,bui,flc,bst,asg,ko,bcv,etj,ddf,scd,spmo,htd,nie,tna,jtd,jce,sphd,stk,bhk,qlta,govt,dfp,hyi,hix,jrs,rfi,bmo,abx,bce,bam,bmo,bns,boxc,bpy,bep,cae,ccj,cm,cp,cni,cve,gib,cot,dhxm,enb,fsv,fnv,imo,mga,mfc,qsr,rci,ry,sjr,phys,stn,slf,su,td,tu,trp,fxc,ewc,utsl,dba,drsk,unm,spmo,nusi,bto,gld,pba,fif,labu,pill,fsk,nrz,xyld,mpw,jepi,qld,iak,lumn,ar,iau,et,erh,kyn)

set{ close4, close 4 days ago}
set{ diff4, close - close4}
set{ pct4, round(diff4 multiplied by 100 ) / close4 }
set{ chg, close - close yesterday}
add column chg
add column pct4 { 4 day chg }
add column annual dividend yield
add column pe ratio
add column MA(13)


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)
draw MACD(5,20,9)
draw MA(13)

do not draw dma(7,-5),7)
do not draw MA(5)
Chart-time is 3 months


shillllihs
5,973 posts
msg #159613
Ignore shillllihs
9/23/2022 1:34:45 PM

Very neat.

mursemoney
13 posts
msg #159663
Ignore mursemoney
10/11/2022 12:22:51 PM

Sounds like shillllihs is angry that he hasn't been able to copy and paste or come up with his own strategies. 20 years and still broke? Damn.

shillllihs
5,973 posts
msg #159664
Ignore shillllihs
10/11/2022 1:10:17 PM

It must suck having to pay for 2 systems and switch back and forth from Murse to K2K8!!

StockFetcher Forums · Filter Exchange · The Writing’s on The Wall<< 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.