StockFetcher Forums · Filter Exchange · Candle Parts<< >>Post Follow-up
tmuesing
30 posts
msg #118485
Ignore tmuesing
3/5/2014 11:48:57 AM

All you "Candle Stickers" out there, I hope can find this a useful part, of some magical filter.

Big Tom

[

/* CANDLE PARTS % */
S&P500

set{ctop, MAX(open, close)}
set{cbot, MIN(open, close)}

/* top tail */
set{ccc, high - ctop}
set{ddd, ccc / close}
set{TopTail%, ddd * 100}

/* body */
set{eee, ctop - cbot}
set{fff, eee / close}
set{CandleBody%, fff * 100}

/* bottom tail */
set{ggg, cbot - low}
set{hhh, ggg / close}
set{BottomTail%, hhh * 100}

add column separator
add column high
add column ctop
add column cbot
add column low
add column average day range(10)

add column separator
add column TopTail%
add column CandleBody%
add column BottomTail%
add column day range

/* candle body size, 0.3 is adjustable */
set{cbody%,average day range(10) * 0.3}
CandleBody% > cbody%

sort on column 13 descending

]

duke56468
683 posts
msg #118498
Ignore duke56468
3/5/2014 3:34:42 PM

Fetcher[
/* CANDLE PARTS % */
S&P500

set{ctop, MAX(open, close)}
set{cbot, MIN(open, close)}

/* top tail */
set{ccc, high - ctop}
set{ddd, ccc / close}
set{TopTail%, ddd * 100}

/* body */
set{eee, ctop - cbot}
set{fff, eee / close}
set{CandleBody%, fff * 100}

/* bottom tail */
set{ggg, cbot - low}
set{hhh, ggg / close}
set{BottomTail%, hhh * 100}

add column separator
add column high
add column ctop
add column cbot
add column low
add column average day range(10)

add column separator
add column TopTail%
add column CandleBody%
add column BottomTail%
add column day range

/* candle body size, 0.3 is adjustable */
set{cbody%,average day range(10) * 0.3}
CandleBody% > cbody%

sort on column 13 descending

]




thambav
2 posts
msg #118569
Ignore thambav
3/9/2014 6:35:42 PM

Hi,

Could you explain more regarding this filter as to what type of stocks you are trying to play? I am a newbie here and would greatly appreciate your feedback.

Looks like an excellent filter to play with options as most of these candidates seem to take the direction of the swing( up or down)

Thanks in advance

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