PureBytes Links
Trading Reference Links
|
Very
True..... with a bit of creativity almost anything is possible with
AFL..
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxxxxxxx]Sent: Thursday, April 17, 2003 12:04
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Dynamic indicatorsJayson,You may always overcome
thisC1=C;// preserve C for later useC=V/10^6;// redefine
CPlot(MACD(),"",1,1);// this is the MACD of VolumeC=C1;// recall the
initial C to continuePlot(MACD(),"",5,2);// this is the usual
MACDDT> ----- 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
> Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|