StockFetcher Forums · Filter Exchange · OBV<< 1 ... 2 3 4 5 6 >>Post Follow-up
rtucker
318 posts
msg #63555
Ignore rtucker
modified
6/10/2008 6:14:11 PM

s

WALLSTREETGENIUS
983 posts
msg #63562
Ignore WALLSTREETGENIUS
6/10/2008 7:58:42 PM

Very nice thread Jp and Niko and Riggs. When those slopes of SD's > 0 and you get a touch on the 30 line . Very nice. Now fellas , can you make those coal stocks touch that 30 line?
_____________________________

Glad I was able to help Tucker! lol....


rtucker
318 posts
msg #63563
Ignore rtucker
modified
6/10/2008 8:09:37 PM

d


WALLSTREETGENIUS
983 posts
msg #63569
Ignore WALLSTREETGENIUS
6/10/2008 9:09:14 PM

"You are indeed the maestro behind the scene......the man"
___________________

You are too kind "Tuck"...but hardly any of that, just a worthy working
component to this new little motor of ours.


RIGGS

chetron
2,817 posts
msg #64143
Ignore chetron
modified
6/21/2008 10:56:10 AM

WHAT DO YOU THINK.


Fetcher[

/* TACHIKAWA 2 */

Set{MA50,CMA(OBV(1),50)}
set{SD,cstddev(OBV(1),50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}

draw BOLU on plot OBV(1)
draw BOLD on plot OBV(1)
draw cma(relative strength(^SPX,50),20)
draw ma50 on plot obv(1)

SYMLIST(SYNA,OIS)
CHART-TIME 1 YEAR

]



Fetcher[

/* JP FILTER ADULTERATED */
Set{MA50,CMA(OBV(1),50)}
set{SD,cstddev(OBV(1),50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}
set{var1,count(obv(1) crossed below bold,1)}

draw var1
draw BOLU on plot OBV(1)
draw BOLD on plot OBV(1)
draw cma(relative strength(^SPX,50),20)
draw ma50 on plot obv(1)
Volume is above 300000
close is above 30
Williams %R(100) is above -70
close is above upper bollinger band(13,0.1) for the last 20 days
close is above ema(34)
ema(34) is above ema(100)
add column sector
]



johnpaulca
12,036 posts
msg #64157
Ignore johnpaulca
6/21/2008 6:38:32 PM

Great job Chetron...I modified it to suit my trading style.

Fetcher[

Set{MA50,CMA(OBV(1),50)}
set{SD,cstddev(OBV(1),50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}

draw BOLU on plot OBV(1)
draw BOLD on plot OBV(1)
draw cma(relative strength(^SPX,50),20)
draw ma50 on plot obv(1)
Volume is above 300000
close is above 30
Williams %R(100) is above -70
close is above upper bollinger band(13,0.1) for the last 20 days
close is above ema(34)
ema(34) is above ema(100)
add column sector
]



chetron
2,817 posts
msg #85261
Ignore chetron
modified
12/30/2009 6:46:57 PM

how about.....


Fetcher[

/* obv macd */

SET{V1226,CEMA(obv,4) - CEMA(obv,8)}
SET{V12269,CEMA(V1226,9)}
SET{V12269H,V1226 - V12269}

DRAW V12269H
DRAW V12269 ON PLOT V1226
DRAW V1226 LINE AT 0
draw v12269h line at 0

Set{MA50,CMA(OBV(1),50)}
set{SD,cstddev(OBV(1),50)}
set{SD50,1.4 * SD}
set{BOLU,MA50 + SD50}
set{BOLD,MA50 - SD50}

draw BOLU on plot OBV(1)
draw BOLD on plot OBV(1)
draw cma(relative strength(^SPX,50),20)
draw ma50 on plot obv(1)
Volume is above 300000
close is above 30
Williams %R(100) is above -70
close is above upper bollinger band(13,0.1) for the last 20 days
close is above ema(34)
ema(34) is above ema(100)
add column sector

]



StockFetcher Forums · Filter Exchange · OBV<< 1 ... 2 3 4 5 6 >>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.