StockFetcher Forums · Filter Exchange · Fractal Coding applied to Sectors<< >>Post Follow-up
SAFeTRADE
630 posts
msg #138635
Ignore SAFeTRADE
modified
10/9/2017 9:46:31 AM

Fetcher[
set{upl, count(high above high 2 days ago,1) * count(high above high 1 day ago,1)}
set{upl1, count(high 1 day ago above high 2 days ago,1)}
set{fractalup, upl * upl1}
set{upr, count(high below high 1 day ago,1) * count(high below high 2 days ago,1)}
set{upr1, count(high 1 day ago below high 2 days ago,1)}
set{fractaldn, upr * upr1}
set{5daylow, count(low reached a new 5 day low,1)}
set{5dayhigh, count(high reached a new 5 day high,1)}

apply to watchlist(sectors)
draw ma(20)
draw ema(5)

draw fractalup
draw fractaldn
draw 5daylow
draw 5dayhigh

draw rsi(2)
draw pvt

add column fractaldn{long-alert}
add column fractalup{short-alert}
]





SAFeTRADE
630 posts
msg #138636
Ignore SAFeTRADE
10/9/2017 11:51:56 AM

Weekly Code

Fetcher[
set{wupl, count(weekly high above weekly high 2 weeks ago,1) * count(weekly high above weekly high 1 week ago,1)}
set{wupl1, count(weekly high 1 week ago above weekly high 2 weeks ago,1)}
set{wfractalup, wupl * wupl1}
set{wupr, count(weekly high below weekly high 1 week ago,1) * count(weekly high below weekly high 2 weeks ago,1)}
set{wupr1, count(weekly high 1 week ago below weekly high 2 weeks ago,1)}
set{wfractaldn, wupr * wupr1}
set{5weeklow, count(low reached a new 5 day low,1)}
set{5weekhigh, count(high reached a new 5 day high,1)}

apply to watchlist(sectors)
draw weekly ma(20)
draw weekly ema(5)

draw wfractalup
draw wfractaldn
draw 5daylow
draw 5dayhigh

draw weekly rsi(2)
draw weekly pvt

add column wfractaldn{long-alert}
add column wfractalup{short-alert}


chart-display is weekly
chart-length is 4 months
]






StockFetcher Forums · Filter Exchange · Fractal Coding applied to Sectors<< >>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.