StockFetcher Forums · Filter Exchange · Mark Cook's cumulative tick indicator<< 1 2 >>Post Follow-up
cunparis
71 posts
msg #64990
Ignore cunparis
7/14/2008 2:20:40 PM

Sorry Riggs, I'm a "newbie" "looking for some easy reversal signals". ;)

I didn't say that this indicator doesn't work, what I said was that the filter that chet wrote seemed to give continuation signals. Big difference.

Thanks for the update, I'll check it out.

WALLSTREETGENIUS
983 posts
msg #64991
Ignore WALLSTREETGENIUS
modified
7/14/2008 2:58:15 PM

cunparis -

Listen, do the work on "VR", and I'll be more than happy to explain some neat ways to help you see some things that you might not normally see. This indicator saves my ass in normal tough decision making entries and exits. You'll see....


RIGGS

cunparis
71 posts
msg #65012
Ignore cunparis
7/15/2008 1:51:31 AM

Ok Riggs, thanks for the offer. I'm on it.

chetron
2,817 posts
msg #65015
Ignore chetron
7/15/2008 7:29:36 AM

maybe....

Fetcher[

/* tachikawa */

set{true_range, average true range(1)}
set{ema_true_range, CEMA(average true range(1), 14)}
set{volatility_ratio, true_range / ema_true_range}
set{volatility_ratio_count, count(volatility_ratio is above 2.0, 100)}
add column volatility_ratio
draw volatility_ratio line at 0.5
draw volatility_ratio line at 2

set{trig1,count(volatility_ratio near .5,1)}
set{trig2,count(volatility_ratio near 2.0,1)}
set{trigger,trig1 + trig2}
set{buyme,count(close below open,1)}
set{shortme,count(open below close,1)}

add column buyme
add column shortme
add column volatility_ratio_count

draw shortme on plot buyme

trigger above .5
volume above avgvol(90)
volume above volume 1 day ago

sort column 6 descending

]



StockFetcher Forums · Filter Exchange · Mark Cook's cumulative tick indicator<< 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.