PureBytes Links
Trading Reference Links
|
Thank you for trying.
It drew a line?
supposed to plot TWO lines, isn't it?
But at least you didn't get a error message like me.
mmmm....
ysk
--- In amibroker@xxxxxxxxxxxxxxx, "steve_roweau" <affrica@xxxx> wrote:
> Worked for me - well it drew a line. I did make the mistake of
> typing "1" instead of "l" in aceTLBsl
>
> Steve
>
> --- In amibroker@xxxxxxxxxxxxxxx, "JJ" <jparent@xxxx> wrote:
> > when this is executed:
> >
> > A=aceTLB();
> >
> > the three line break program creates the 'aceTLBsl' line internally
> > and is then available to be used in AFL afterwards.
> >
> > can someone else try this and see if there is a problem
> >
> > A=aceTLB();
> > Plot(C,"",3,1);
> > Plot(aceTLBsl,"",colorGreen,4);
> >
> > (the aceTLB(1.1) plug in needs to be installed first)
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Dave Merrill" <dmerrill@xxxx>
> wrote:
> > > I'm not looking at the full example code, but if that's the entire
> > meat of
> > > it, you're setting the variable A to the result of the aceTLB()
> > function,
> > > but you don't set a variable called aceTLBs1 before you try to
> plot it.
> > ...
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|