StockFetcher Forums · Filter Exchange · Ichimoku and EWO Trend analysis<< >>Post Follow-up
DMOBRIEN
363 posts
msg #87890
Ignore DMOBRIEN
2/6/2010 2:40:05 AM

Fetcher[set{e5, ema(5)}
set{e35, ema(35)}
set{ewo, e5 - e35}
set{ewoma14,sum(ewo,14) / 14}
set{diff, ewo - ewoma14}
set{H, high 52 week high}
set{H1,close / H}
set{H2, H1 * 100}
set{PCTOFFHIGH52, H2 -100}
set{ewo1, ewo one day ago}
set{ewo2, ewo two days ago}
set{ewo3, ewo three days ago}
draw ewo
draw ewoma14 on plot ewo
price > .50
price < 50
average volume (50) > 250000
draw mfi(30)
add column low 52 week low
add column high 52 week high
add column PCTOFFHIGH52

add column ewo
and add column separator

add column ewoma14
and add column separator

add column diff
and add column separator

add column ewo1
and add column separator

add column ewo2
and add column separator

add column ewo3
and add column separator

add column sector


/* Ichimuko layout*/

/*Tenkan-Sen*/
set{diff9TS, high 9 day high + low 9 day low}
set{TS, diff9tS / 2}
draw TS on plot price

/*Kijun-Sen*/
set{diff26KS, high 26 day high + low 26 day low}
set{KS, diff26KS / 2}
draw KS on plot price

/*Senkou Span A*/
set{SSA1, TS + KS}
set{SSA2, SSA1 / 2}
set{SSA, SSA2 26 days ago}
draw SSA on plot price

/*Senkou Span B*/
set{SSB1, high 52 day high + low 52 day low}
set{SSB2, SSB1 / 2}
set{SSB, SSB2 52 days ago}
draw SSB on plot price

ts above ks
]





StockFetcher Forums · Filter Exchange · Ichimoku and EWO Trend analysis<< >>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.