PureBytes Links
Trading Reference Links
|
Hello David,
Try this:
Graph0=OBV();
Graph0Style=1;
Graph1=EMA(C,100);
Graph1Style=1;
Graph1 = (LastValue(Highest(Graph0))/LastValue(Highest(Graph1))) *
Graph1;//Scaling 2 indicators
Anthony
David 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 mail is certified Virus Free.
> Checked by AVG anti-virus system (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.
|