PureBytes Links
Trading Reference Links
|
Yep, that's it.
I'm missing simple stuff, obviously too tired to
continue for now...zzzz
Thanks DT!
-CS
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
DIMITRIS
TSOKAKIS
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, October 18, 2003 5:18
AM
Subject: [amibroker] Re: FOR
problem
Your V1 is not empty from i=6 and the V2 from i=9.Yuor
for line should befor (i = 9; i<BarCount; i++)Dimitris
Tsokakis--- In <A
href="">amibroker@xxxxxxxxxxxxxxx,
"DIMITRIS TSOKAKIS" <TSOKAKIS@x...>
wrote:> Change i=1 to i=10> Dimitris Tsokakis> --- In
amibroker@xxxxxxxxxxxxxxx, "CS"
<res1wgwl@x...> wrote:> > I
know this is really simple, but I am missing it.> > > >
Why is inphase always empty?> > > > Y=(H+L)/2;>
> V1=Y-Ref(Y,-6);> > V2=Ref(V1,-3);> >
> > inphase = 0;> > > > for (i = 1;
i<BarCount; i++)> > {> >
inphase[i] = 0.33 * V2[i] + 0.67 * inphase[i-1] ;> > }>
> Plot(inphase,"inphase",7,1);> > > > Thanks,>
> -CSSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|