[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Metastockusers] volume formula help



PureBytes Links

Trading Reference Links

Hi,

the idea of the formula its to calculate the positive volume and the
negative volume tick by tick, comparing the current valur to the previous.

So, if the current its bigger or equal to the previus, its + or if its lower
or equal its -

Now i have problems to make the calculations use a single day (including the
previous close), in a manner that will give a single value per day to make
an oscilator.

Any suggestions?

so far the formulas im using are:

v-

If(C<=Ref(C,-1),-V,0)

v+

If(C>=Ref(C,-1),+V,0)







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/Metastockusers/

<*> To unsubscribe from this group, send an email to:
     Metastockusers-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/