StockFetcher Forums · Filter Exchange · /* WEEKLY OPEN FILTER */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #47818
Ignore TheRumpledOne
modified
11/5/2006 9:28:08 AM


Fetcher[
/* WEEKLY OPEN FILTER */

set{wOpen, weekly open}
set{wmt2, count( close above WEEKLY OPEN , 1) }
set{Open4, open 4 days ago}


add column wmt2
add column wOpen
add column Open4

/* PLOT */

and draw wOpen on plot close
and draw Open4 on plot close

close above 20
volume above 10000000

market is nasdaq

sort column 5 descending
]



ATTN: SF POSSIBLE BUG. Weekly Open not plotting correctly. Open4 plots correctly.






TheRumpledOne
6,407 posts
msg #99466
Ignore TheRumpledOne
modified
3/3/2011 2:01:19 PM

When did SF fix the WEEKLY OPEN!?!??!!?

THANKS!!!



TheRumpledOne
6,407 posts
msg #99467
Ignore TheRumpledOne
modified
3/3/2011 2:10:52 PM

Fetcher[
/* TRO PRICE GPS - WEEKLY */

set{HiOp, weekly high - weekly open}
set{HiCl, weekly high - weekly close}
set{ClOp, weekly close - weekly open}
set{ClLo, weekly close - weekly low}
set{OpLo, weekly open - weekly low}

set{wRANGE, weekly high - weekly low}

set{x, ClLo / wRANGE}
set{FIBPCT, 100 * x}

add column separator
add column ClOp
add column HiCl
add column ClLo
add column FIBPCT

add column separator
add column HiOp
add column OpLo
add column wRANGE {wk range}

add column separator
add column weekly open {wk open}
add column weekly high {wk high}
add column weekly low {wk low}

add column separator

symlist(aapl,goog,rimm,qqqq)

]



Tells you where price is in relation to weekly open, high and low.

Fetcher[

/* TRO PRICE GPS - DAILY */

set{HiOp, high - open}
set{HiCl, high - close}
set{ClOp, close - open}
set{ClLo, close - low}
set{OpLo, open - low}

set{xRANGE, high - low}

set{x, ClLo / xRANGE}
set{FIBPCT, 100 * x}


add column separator
add column ClOp
add column HiCl
add column ClLo
add column FIBPCT

add column separator
add column HiOp
add column OpLo
add column xRANGE {range}

add column separator
add column open {wk open}
add column high {wk high}
add column low {wk low}

add column separator

symlist(aapl,goog,rimm,qqqq)

]



Tells you where price is in relation to daily open, high and low.

StockFetcher Forums · Filter Exchange · /* WEEKLY OPEN FILTER */<< >>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.