StockFetcher Forums · Filter Exchange · can somebody show me how to write this filter<< >>Post Follow-up
dk58198
19 posts
msg #82456
Ignore dk58198
11/4/2009 10:36:02 PM

MACD 8,34,8 crossing MACD 8,34,8
Stochastics 39,3 crossing 39,3
Stochastics 8,3 crossing 8,3
RSI21 with 8sma on it
34 sma
8 sma
VPCI
there so many talented guys here can you help please me
thank you
David

chetron
2,817 posts
msg #82469
Ignore chetron
modified
11/5/2009 6:55:49 AM

try typing lessons, they work....
BASED ON THIS SITE
EVEN MORE....

Fetcher[
/* tomm1111's vcpi */
/* Volume Price Confirmation Indicator (VPCI) */
set{var,vma(20) - ma(20)}
set{var1,vma(5) / ma(5)}
set{var2,cma(volume,5) / cma(volume,20)}
set{var3,var * var1}
set{vpci,var2 * var3}
draw cma(RSI(21),8) on plot rsi(21)
draw ma(34)
draw ma(8)

MACD(8,34,8) fast line cross above MACD(8,34,8) slow line
Stochastic %k(39,3) cross above stochastic %d(39,3)
Stochastic %k(8,3) cross above stochastic %d(8,3)


draw vpci
draw cma(vpci,5) on plot vpci

add column vpci

show stocks where close above 1
and volume above 100000


]



dk58198
19 posts
msg #82505
Ignore dk58198
11/5/2009 3:57:35 PM

thank you very much it's look pretty good now i am going to stay here for a long time

chetron
2,817 posts
msg #82507
Ignore chetron
11/5/2009 4:29:16 PM

YOU ARE WELCOME.

StockFetcher Forums · Filter Exchange · can somebody show me how to write this 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.