StockFetcher Forums · Filter Exchange · HIGH EQUAL OPEN<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #39356
Ignore TheRumpledOne
12/4/2005 2:48:01 PM

After playing with RIGG's DOMINATOR filters (which look profitable), I saw something SIMPLE... when HIGH EQUALS OPEN, then then next day, there is usually an opportunity to make money going long at the open.

Fetcher[
/* Going long with BullPower filter - simple criteria */
set{bullpower, high minus ema(13)}
set{bearpower, low minus ema(13)}

set{BPb,days(BullPower is above BullPower 1 day ago,100)}
set{BPa,days(BullPower is below BullPower 1 day ago,100)}
set{BPxBP, BPa - BPb}

set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}

HIGH EQUAL OPEN

/* use your price/volume criteria below */
close above 20
volume above 1000000

/* display */
draw bullpower
draw bearpower

/* columns */
add column ema(13)
add column bullpower
add column bearpower
add column BPxBP
add column BRxBR
]



I took the simple bull power filter I wrote and inserted the OPEN EQUAL HIGH statement.

All you really need is:

Fetcher[
HIGH EQUAL OPEN

/* use your price/volume criteria below */
close above 20
volume above 1000000
]



Of course, you can add whatever columns you like to use to evaluate.

You can use this filter for testing the theory:

Fetcher[
HIGH 1 day ago EQUAL OPEN 1 day ago

Set{HiOp, high - open}

/* use your price/volume criteria below */
close above 20
volume above 1000000

Add column HiOp
]




MAY ALL YOUR FILLS BE COMPLETE.




StockFetcher Forums · Filter Exchange · HIGH EQUAL OPEN<< >>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.