StockFetcher Forums · Filter Exchange · OBV<< 1 2 3 4 5 ... 6 >>Post Follow-up
johnpaulca
12,036 posts
msg #63286
Ignore johnpaulca
6/3/2008 10:03:05 AM

I need some help writing the scrip for OBV. In this chart I have OBV crossing above the upper Bollinger band and a ema(34) along for the ride....thanks.


Image and video hosting by TinyPic

chetron
2,817 posts
msg #63287
Ignore chetron
modified
6/3/2008 10:31:24 AM

MAYBE...

jp, what stock is that?


Fetcher[


/* TACHIKAWA */

Set{vMA40,CMA(OBV,40)}
set{vSD,cstddev(OBV,40)}
set{vSD40,.40 * vSD}
set{vBOLU,vMA40 + vSD40}
set{vBOLD,vMA40 - vSD40}
set{varvol,OBV}
set{vvtrig,vbolu / varvol}
SET{TRIP_WIRE,COUNT(OBV> vBOLU,13)}


draw varvol on plot varvol
DRAW VBOLU ON PLOT varvol
DRAW VBOLD ON PLOT varvol
DRAW CEMA(OBV,34) ON PLOT VARVOL

CEMA(OBV,34) crossed above vbolu
CLOSE > 1
VOLUME > 100000

]



johnpaulca
12,036 posts
msg #63289
Ignore johnpaulca
6/3/2008 11:04:37 AM

Konichiwa Chetron san

Doma Arigato gozaimasu

johnpaulca
12,036 posts
msg #63290
Ignore johnpaulca
6/3/2008 11:07:41 AM

STR...up about 2% today...this is a nice and easy trading stock. I keep these on my watchlist and trade them over and over.

johnpaulca
12,036 posts
msg #63291
Ignore johnpaulca
6/3/2008 11:09:52 AM

Image and video hosting by TinyPic

johnpaulca
12,036 posts
msg #63294
Ignore johnpaulca
modified
6/3/2008 11:23:21 AM

Chetron: APA is exhibiting a similar pattern...a safe buy signal is generated if it opens and close inside the BB(40,0.4) and even better if it had a nice consolidation (at least 4-5 bars)

Image and video hosting by TinyPic

chetron
2,817 posts
msg #63295
Ignore chetron
6/3/2008 11:23:29 AM

you are very welcome.




johnpaulca
12,036 posts
msg #63296
Ignore johnpaulca
6/3/2008 12:36:26 PM

Chetron: Filter didn't come out quite right. I would like to see the BBands(13,0.1) above ema(34) and the OBV crossing above the upper BBands(13,0.1) from below within the last 1 day...see STR....tia

chetron
2,817 posts
msg #63304
Ignore chetron
6/3/2008 2:54:26 PM

WORK IN PROGRESS
HAVING PROBLEMS WITH THE ABOVE EMA LINE. BUT YOU CAN EYEBALL IT.


Fetcher[

/* TACHIKAWA */

Set{vMA40,CMA(OBV,13)}
set{vSD,cstddev(OBV,13)}
set{vSD40,.10 * vSD}
set{vBOLU,vMA40 + vSD40}
set{vBOLD,vMA40 - vSD40}
set{varvol,OBV}
set{vvtrig,vbolu / varvol}
SET{TRIP_WIRE,COUNT(OBV > vBOLU,13)}


draw varvol on plot varvol
DRAW VBOLU ON PLOT varvol
DRAW VBOLD ON PLOT varvol
DRAW OBV(34) ON PLOT VARVOL+

VARVOL Crossed above vbolu
CLOSE > 1
VOLUME > 100000

DO NOT DRAW EMA(34)
CHART-TIME 5 DAY

]



WALLSTREETGENIUS
983 posts
msg #63335
Ignore WALLSTREETGENIUS
6/4/2008 11:31:37 AM

Chetron, you and johnpaulca are onto something here. If you (chetron) can stick a LR channel(60) around OBV(1), I'll show you guys something VERY interesting with a couple other indicators combined. I don't know why I never saw this before. Forget the moving averages...again, just the channel(60) wrapped around OBV(1)

RIGGS

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.