PureBytes Links
Trading Reference Links
|
Thanks Anthony
I thought it may have got lost in the RT 4.0
questions , I noticed that the ema is a little flatter compared to the ema on
the price chart
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Anthony Faragasso
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, April 27, 2002 12:18
PM
Subject: Re: [amibroker] another Qre
plot
Hello David,Try
this:Graph0=OBV();Graph0Style=1;Graph1=EMA(C,100);Graph1Style=1;Graph1
= (LastValue(Highest(Graph0))/LastValue(Highest(Graph1)))
*Graph1;//Scaling 2 indicatorsAnthonyDavid Holzgrefe
wrote:> Hi All I was trying to plot the obv and an ema but
there must be a> trick to the scaling inorder for them to both appear
on the chart ?>> Plot(OBV(),"obv",1,1);>>
Plot(EMA(C,100),"ema",1,2);Thanks David Holzgrefe> msn messenger
dtholz@xxxx> icq 21622812> ---> Outgoing mailis
certified Virus Free.> Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).> Version:
6.0.351 / Virus Database: 197 - Release Date:
4/19/2002>>>
Yahoo! Groups
Sponsor
ADVERTISEMENT>> Your use of Yahoo! Groups is subject to
the Yahoo! Terms of Service.Your use of Yahoo! Groups is
subject to the Yahoo! Termsof
Service.
<BLOCKQUOTE
><FONT
face="Courier New">---Outgoing mail is certified Virus
Free.Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).Version: 6.0.351
/ Virus Database: 197 - Release Date:
4/19/2002
|