StockFetcher Forums · Filter Exchange · Posted with no comment<< >>Post Follow-up
SAFeTRADE
630 posts
msg #144238
Ignore SAFeTRADE
modified
7/28/2018 10:30:26 AM

Fetcher[set{cls20, indposition(close,5)*100}
set{rsi2, rsi(2) / 100}
symlist(spy,vxx)
draw cls20 on plot rsi(2)
draw macd(3,5,3) on plot rsi2
draw rsi2 line at .70
draw rsi2 line at .30
draw ma(5)

set{upperNZ, 80}
set{lowerNZ, 30}



set{NZU1, cls20 - upperNZ}
set{NZL1, cls20 - lowerNZ}


set{NZU2, NZU1 / 1000}
set{NZL2, NZL1 / 1000}


set{NZU3, close * NZU2}
set{NZL3, close * NZL2}


set{NZU, close - NZU3}
set{NZL, close - NZL3}

set{pct, nzu / close}


draw NZU on plot price
draw NZL on plot price
draw pct
symlist(spy,dia,qqq)
chart-length 3 months
]



***Number2***

Fetcher[set{originxy, low 5 day low}
set{adjacent, originxy * 0.02238}
set{opposite_vector, close - originxy}
set{radians, opposite_vector / adjacent}
set{atanval, atan(radians)}
set{hcircle, 180 / 3.14159}
set{angledeg, atanval * hcircle}


set{cls5, indposition(close,5)*100}
set{rsi2, rsi(2) / 100}
symlist(spy,vxx)
draw cls5 on plot rsi(2)
draw macd(3,5,3) on plot rsi2
draw rsi2 line at .70
draw rsi2 line at .30
draw ma(5)

set{upperNZ, 45}
set{lowerNZ, 22}



set{NZU1, angledeg - upperNZ}
set{NZL1, angledeg - lowerNZ}


set{NZU2, NZU1 / 1000}
set{NZL2, NZL1 / 1000}


set{NZU3, close * NZU2}
set{NZL3, close * NZL2}


set{NZU, close - NZU3}
set{NZL, close - NZL3}

set{pct, nzu / close}


draw NZU on plot price
draw NZL on plot price
draw pct
symlist(spy,dia,qqq)
chart-length 3 months
]



StockFetcher Forums · Filter Exchange · Posted with no comment<< >>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.