PureBytes Links
Trading Reference Links
|
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@xxxxxxx>" <GOLDWING01@xxxxxxx>
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/
|