StockFetcher Forums · Filter Exchange · Elder Ray<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #39354
Ignore TheRumpledOne
12/4/2005 2:34:41 PM

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}

ema(13) above ema(13) 1 day ago
bearpower below 0
bearpower above bearpower 1 day ago

/* 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
]






StockFetcher Forums · Filter Exchange · Elder Ray<< 1 2 >>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.