PureBytes Links
Trading Reference Links
|
Hello,
I have re-sent it to you directly.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "david346" <david346@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, July 24, 2002 9:16 PM
Subject: [amibroker] Re: "PNF"
> HI TOMASZ,
> shoulda come to you first .but???
> don't know why i didn't as you are
> "MR WIZARD" sorry.
> could you "resend" that file it
> show 3k but i don't get anything
> thanks
> dave
> In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > David,
> >
> > I don't know how you have copied the text from the Read Me but...
> > you have changed the case in several places. JScript is CASE
> SENSITIVE
> > that's why you get errors for example in your code you hav
> > vbarray(afl("high")).toarray();
> >
> > whichi is wrong and unrecognizable by JScript.
> > Should
> > be
> >
> > VBArray( AFL( "High" ) ).toArray();
> >
> > (uppercase/lowercase IS important in JScript)
> >
> > I attached correct formula.
> >
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: David brumfield
> > To: amibroker@xxxx
> > Sent: Wednesday, July 24, 2002 8:33 PM
> > Subject: [amibroker] "PNF"
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|