PureBytes Links
Trading Reference Links
|
Jayson,
You may always overcome this
C1=C;// preserve C for later use
C=V/10^6;// redefine C
Plot(MACD(),"",1,1);// this is the MACD of Volume
C=C1;// recall the initial C to continue
Plot(MACD(),"",5,2);// this is the usual MACD
DT
> ----- Original Message -----
> From: Jayson
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, April 17, 2003 3:36 PM
> Subject: RE: [amibroker] Dynamic indicators
>
>
> A workaround would be
>
> c=v;
> plot(macd(12,26),"",4,1);
>
> of course this fails if you need actual closing data elsewhere in
the code......
>
>
>
> Jayson
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/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/
|