StockFetcher Forums · Public Filter List · SAFETRADE Thinking out LOUD<< >>Post Follow-up
SAFeTRADE
630 posts
msg #159775
Ignore SAFeTRADE
11/12/2022 9:17:18 AM

Fetcher[

/***************************************************************/

set{vmult, atr(10) * 1.5}
set{vstopu1a, close 10 day low + vmult}
set{vstopu2a, close + vmult}
set{vstoph, min(vstopu1a 1 day ago,vstopu2a)}

set{vstopu1a2, close 10 day high - vmult}
set{vstopu2a2, close - vmult}
set{vstopl, max(vstopu1a2 1 day ago,vstopu2a2)}

set{mid1,vstoph + vstopl}
set{mid10, mid1 / 2}
set{clse,close}


/*****************************************************************/

set{vmult20, atr(20) * 1.5}
set{vstopu1a20, close 20 day low + vmult20}
set{vstopu2a20, close + vmult20}
set{vstoph20, min(vstopu1a20 1 day ago,vstopu2a20)}

set{vstopu1a220, close 20 day high - vmult20}
set{vstopu2a220, close - vmult20}
set{vstopl20, max(vstopu1a220 1 day ago,vstopu2a220)}

set{mid120,vstoph20 + vstopl20}
set{mid20, mid120 / 2}

set{cl, weekly low + weekly close}
set{clo, weekly open + weekly high}
set{clos, cl + clo}
set{cls, clos / 4}
set{clz, close}
set{cloze,close}
set{op1, weekly open 1 week ago + weekly close 1 week ago}
set{op, op1 / 2}
set{ha1,cls + op}
set{ha, ha1 / 2}

symlist(spy,qqq,dia)
draw ema(21)
draw mid20 on plot cloze
draw mid10 on plot cloze


draw vstopl on plot clz
draw vstoph on plot clz

draw op on plot cls
draw ha on plot cls


draw adx(7,7)
draw macd(4,11,4)
]





snappyfrog
653 posts
msg #159777
Ignore snappyfrog
11/13/2022 4:00:10 AM

Interesting

Mactheriverrat
3,135 posts
msg #159778
Ignore Mactheriverrat
11/13/2022 1:31:20 PM

Interesting indeed!!!

StockFetcher Forums · Public Filter List · SAFETRADE Thinking out LOUD<< >>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.