PureBytes Links
Trading Reference Links
|
<font size=2 color=black
face="Times New Roman">Hi
all.
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">If
I am using most of my indicators on a 5 period basis, is it necessary to set On
Balance Volume to the same number of periods?
<font size=2 color=black
face="Times New Roman">[so
everything can be plotted concurrently?]
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">I
had saved this formula in the past;
How can I change it to plot as a standard line and have the same color
change?
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">A1:=Cum(If(C>Ref(C,-1),+V,If(
C<Ref(C,-1),-V,0)));
<font size=2 color=black
face="Times New Roman">A2:=Mov(A1,14,S);
<font size=2 color=black
face="Times New Roman">Green:=If(A1>A2,A1,0);{plot
as Histogram}
<font size=2 color=black
face="Times New Roman">Red:=If(A1<A2,A1,0);{plot
as Histogram}
<font size=2 color=black
face="Times New Roman">A2;Green;Red;
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Thanks
again to all who can help.
Yahoo! Groups Sponsor
ADVERTISEMENT<img
src="" width=300 height=250 border=0>
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|