StockFetcher Forums · Filter Exchange · stumped........<< >>Post Follow-up
Eman93
4,750 posts
msg #77105
Ignore Eman93
modified
8/1/2009 12:46:12 AM

I want to write a simple filter.. I dont like the fibb code in SF... I want to write my own screen.
I am having trouble getting it to spit out a number....looking for the 100 or 60 day high

then a pull back of between 62% and 78%

Fetcher[set{1h, high 100 day high}

set{ch, close / 1H}

ch < 0.50

ch > 0.38
]



Eman93
4,750 posts
msg #77106
Ignore Eman93
8/1/2009 12:48:42 AM

never mind this works?

Eman93
4,750 posts
msg #77107
Ignore Eman93
modified
8/1/2009 12:51:02 AM

Fetcher[

close is above 1
volume > 500000
set{1h, high 100 day high}

set{ch, close / 1H}

ch < 0.50

ch > 0.32
add column ch
add column ind
]



Eman93
4,750 posts
msg #77124
Ignore Eman93
modified
8/1/2009 11:51:02 AM

8/1/2009 1:38:24 PM


Fetcher[ /*EMANS ABC Pattern Display*/

close is above 1
volume > 500000
set{1h, high 100 day high}
set{ch, C / 1H}
set{dch, 1 - ch}
set{R%, dch * 100}
set{1L, low 150 day low}
set {AB, 1h - 1L}
set{C, low 20 day low}
set{AB038, AB * 0.38}
set{AB05, AB * 0.5}
set{T1, C + AB038}
set{T2, C + AB05}
set{T_3, C + AB}
set{up, C / close}
set{upd, 1 - up}
set{%up, upd * 100}

ch < .62
ch > .30

add column 1L {A}
add column 1h {B}

add column C
add column AB
add column T1
add column T2
add column T_3

add column R% {retrace%}
add column %up {% from C}
add column ind
sort column 12 descending

close < T1
]



StockFetcher Forums · Filter Exchange · stumped........<< >>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.