PureBytes Links
Trading Reference Links
|
Roy,
Thanks, it shows up now. It didn't show up because I I've loaded
too many bars.
Vladimir
Hi Vladimir
What security? What
timeframe? How much data loaded and displayed? The formula should work on
all versions from 6.5 to 9.0, but not on intraday data. As the formula
plots from bar one on the left for a default maximum of 150 bars, the
chances are that you won't see it unless you display all loaded
data.
Kind regards
Roy
Larsen www.metastocktips.co.nz Free formulas and MS
links
----- Original Message ----- From: "v"
<entinv@xxxxxxxxxxx> To:
<equismetastock@xxxxxxxxxxxxxxx> Sent: Sunday, May 29, 2005 4:12
PM Subject: RE: [EquisMetaStock Group] Re: Writing Explorations Volume at
Price
> I've tried this with MS 9.0 Doesn't plot
anything. > > Vladimir > -----Original
Message----- > From: equismetastock@xxxxxxxxxxxxxxx >
[mailto:equismetastock@xxxxxxxxxxxxxxx]On Behalf Of Roy Larsen >
Sent: Saturday, May 28, 2005 11:44 PM > To:
equismetastock@xxxxxxxxxxxxxxx > Subject: Re: [EquisMetaStock
Group] Re: Writing Explorations Volume at > Price > >
> > Hi > > Is it possible to have the bars at
the left side of the chart > > > >
Thanks > > Yes, it's possible. I have a 5-bar demonstration
version, but it's not > particularly useful IMO. > >
Regards > > Roy >
www.metastocktips.co.nz > > > {Volume By
Price 5-Left} > {2004 Roy Larsen,
rlarsen@xxxxxxxxxxxxxx} > D:=Input("Set Default
Periods",0,2000,150); > N:=5; {scaling factor} >
D:=LastValue(If(D=0,LastValue(Cum(1)-1),D)); >
F:=LastValue(Cum(1)); > A:=F-D<Cum(1); >
B:=LastValue(Cum(If(A,V,0))); >
Q:=LastValue(HighestSince(1,A=0,C)); >
R:=LastValue(LowestSince(1,A=0,C)); > I:=(Q-R)/5; >
K:=.5; > M:=Cum(1); > X:=LastValue(Cum(If(C<(R+I)
AND A,V,0))/B); > Y:=LastValue(M-Cum(F-X*D*N<M)); >
Ref(Ref(R+I*K,-Y),+Y); >
{ValueWhen(1,F-X*D*N<Cum(1),R+I*K);} >
X:=LastValue(Cum(If(C>=(R+I) AND C<(R+I*2) AND A,V,0))/B); >
Y:=LastValue(M-Cum(F-X*D*N<M)); >
Ref(Ref(R+I*3*K,-Y),+Y); >
{ValueWhen(1,F-X*D*N<M,R+I*3*K);} >
X:=LastValue(Cum(If(C>=(R+I*2) AND C<(R+I*3) AND
A,V,0))/B); > Y:=LastValue(M-Cum(F-X*D*N<M)); >
Ref(Ref(R+I*5*K,-Y),+Y); >
{ValueWhen(1,F-X*D*N<M,R+I*5*K);} >
X:=LastValue(Cum(If(C>=(R+I*3) AND C<(R+I*4) AND
A,V,0))/B); > Y:=LastValue(M-Cum(F-X*D*N<M)); >
Ref(Ref(R+I*7*K,-Y),+Y); >
{ValueWhen(1,F-X*D*N<M,R+I*7*K);} >
X:=LastValue(Cum(If(C>=(R+I*4) AND C<(R+I*5) AND
A,V,0))/B); > Y:=LastValue(M-Cum(F-X*D*N<M)); >
Ref(Ref(R+I*9*K,-Y),+Y); >
{ValueWhen(1,F-X*D*N<M,R+I*9*K);} > > > >
>
---------------------------------------------------------------------------- >
-- > Yahoo! Groups Links > > a.. To
visit your group on the web, go to: > http://groups.yahoo.com/group/equismetastock/ >
> b.. To unsubscribe from this group, send an email
to: >
equismetastock-unsubscribe@xxxxxxxxxxxxxxx > >
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. >
>
Yahoo! Groups Links
|