Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

OBV Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
thecurve
Posted : Wednesday, July 30, 2008 1:36:47 PM
Registered User
Joined: 10/7/2004
Posts: 69
HI,
    Would you be able to write a fx for  OBV xUP 10 sma? Not able to use TSV (unless a generic fx).

Thanks
Craig_S
Posted : Wednesday, July 30, 2008 1:40:12 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819

Try this:

OBV1>=OBV10 AND OBV1.1<OBV10.1



- Craig
Here to Help!
thecurve
Posted : Wednesday, July 30, 2008 2:55:04 PM
Registered User
Joined: 10/7/2004
Posts: 69
SORRY BUT I NEED A GENERIC OBV FX.

THANKS
StockGuy
Posted : Wednesday, July 30, 2008 3:29:56 PM

Administration

Joined: 9/30/2004
Posts: 9,187
Not sure what you mean by "generic OBV fx".  Craig provided the formula for OBV crossing up through its 10 bar simple moving average which is what you asked for initially.  Please explain further.
thecurve
Posted : Sunday, August 3, 2008 1:31:22 PM
Registered User
Joined: 10/7/2004
Posts: 69

By generic: the fx for OBV (not OBV in TCNET language)- and finally: crossing up it's 10sma.
Thanks

Craig_S
Posted : Sunday, August 3, 2008 1:33:35 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
If I am reading your response correctly you are looking for the definition of OBV.  That is what our Knowledge Base is for.  Click the link for it at the top of the page and search for OBV.  You should find the definition there.

I gave your PCF for the crossing above.

- Craig
Here to Help!
thecurve
Posted : Sunday, August 3, 2008 1:33:49 PM
Registered User
Joined: 10/7/2004
Posts: 69

The formula is

OBV = OBV_{prev} + \left\{ \begin{matrix}
volume  & \mathrm{if}\ close > close_{prev} \\
0       & \mathrm{if}\ close = close_{prev} \\
-volume & \mathrm{if}\ close < close_{prev}
\end{matrix} \right.
per wikipedia
thecurve
Posted : Sunday, August 3, 2008 1:35:07 PM
Registered User
Joined: 10/7/2004
Posts: 69
No a 2nd look leaves back to square one.
?Granville's fx
Craig_S
Posted : Sunday, August 3, 2008 1:37:43 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
You've already posted the formula for OBV by Granville.  I also directed you to the KB that explains it as well.  I am at a loss for what you are looking for.

- Craig
Here to Help!
bustermu
Posted : Sunday, August 3, 2008 4:28:04 PM
Registered User
Joined: 1/1/2005
Posts: 2,645
thecurve,

My guess is that you are asking for PCFs for conditions on OBV that are written without using the OBV notation.  For example, a PCF for OBV today greater than it was two days ago can be written:

OBV1.0 > OBV1.2

or without using the OBV notation as:

SGN(C0-C1)*V0 + SGN(C1-C2)*V1 > 0 

Am I correct?

Thanks,
Jim Murphy
thecurve
Posted : Wednesday, August 6, 2008 1:25:50 PM
Registered User
Joined: 10/7/2004
Posts: 69
Your are correct and thank you.  Would you also be able to supply the c/o of its' 10dsma? Thanks, again.
thecurve
Posted : Thursday, August 7, 2008 9:26:15 AM
Registered User
Joined: 10/7/2004
Posts: 69
My guess is that you are asking for PCFs for conditions on OBV that are written without using the OBV notation.  For example, a PCF for OBV today greater than it was two days ago can be written:
OBV1.0 > OBV1.2 or without using the OBV notation as: SGN(C0-C1)*V0 + SGN(C1-C2)*V1 > 0 
Jim Murphy

Would you provide me the equation (as above) for OBV1.0xUP10SMA?
Thanks again,
SC
Bruce_L
Posted : Thursday, August 7, 2008 3:48:37 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
thecurve,
Please try the following:

9 * SGN(C - C1) * V + 8 * SGN(C1 - C2) * V1 + 7 * SGN(C2 - C3) * V2 + 6 * SGN(C3 - C4) * V3 + 5 * SGN(C4 - C5) * V4 + 4 * SGN(C5 - C6) * V5 + 3 * SGN(C6 - C7) * V6 + 2 * SGN(C7 - C8) * V7 + SGN(C8 - C9) * V8 > 0 AND 9 * SGN(C1 - C2) * V1 + 8 * SGN(C2 - C3) * V2 + 7 * SGN(C3 - C4) * V3 + 6 * SGN(C4 - C5) * V4 + 5 * SGN(C5 - C6) * V5 + 4 * SGN(C6 - C7) * V6 + 3 * SGN(C7 - C8) * V7 + 2 * SGN(C8 - C9) * V8 + SGN(C9 - C10) * V9 <= 0

You may wish to review the following:

PCF Formula Descriptions
How to create a Personal Criteria Forumula (PCF)

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thecurve
Posted : Friday, August 8, 2008 10:15:58 AM
Registered User
Joined: 10/7/2004
Posts: 69
Bruce, thank you so much!
Bruce_L
Posted : Friday, August 8, 2008 10:16:41 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
thecurve,
You're welcome. Our pleasure.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thecurve
Posted : Friday, August 8, 2008 10:19:10 AM
Registered User
Joined: 10/7/2004
Posts: 69
Bruce,

   Oh dear!  Nested xavg's!.   Is it too much to ask for a translation?!  and that will be that this week, promise!
SC
Bruce_L
Posted : Friday, August 8, 2008 10:22:29 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
thecurve,
I'll do my best.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thecurve
Posted : Friday, August 8, 2008 10:34:03 AM
Registered User
Joined: 10/7/2004
Posts: 69
Bruce,

    I glanced at another formula than the above (xavgs), now realize the formula you provided is Ok.  When you said that you'll do your best, what xavg's were you seeing?!

Your the best, I mean it, and thanks.
Bruce_L
Posted : Friday, August 8, 2008 10:37:39 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
thecurve,
I didn't see any XAVG() functions in the formula I posted. I thought you had an entirely different formula that you were going to post with nested XAVG() functions.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thecurve
Posted : Friday, August 8, 2008 11:52:02 AM
Registered User
Joined: 10/7/2004
Posts: 69
Good for you!
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.