PureBytes Links
Trading Reference Links
|
Tomasz thanks for the help. even though I have not used Amibroker for
actual buy or sell use right now I just enjoy learning how it works
and writing scripts, some how is starting to be intriguing.
Now that I have a clue on writing trend line my next project is to
learn how to white a script for back-testing.
Thank again for the help and as always, the fast response. You are a
true product support person.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> myobj = CreateObject("MyAFLObject.Class1");
> Plot( Close, "Price", colorBlue, styleCandle );
> Plot( myobj.IIR2 (JurikVEL(Close,14) ) ," ", colorBlack );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "goldwing01 <goldwing01@xxxx>" <GOLDWING01@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, February 09, 2003 7:13 PM
> Subject: [amibroker] need help plotting
>
>
> > I am trying to convert this to a plot command can someone please
> > shine a light on this for me thanx
> >
> > myobj = CreateObject("MyAFLObject.Class1");
> > Graph0 = Close;
> > Graph0Style =64;
> > Graph0Color=16;
> > Graph1Style = 5;
> > Graph1Color = 8;
> > Graph1 = myobj.IIR2 (JurikVEL
> > (Close,14)," ",colorBlack,styleCandle|styleOwnScale );
> >
> >
> >
> > 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/
> >
> >
> >
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/
|