PureBytes Links
Trading Reference Links
|
inputs: periodS(50),periodL(100);
plot1(average(close,periods)- average(close,periodL),"MaDiff");
You could also use an absolute value of their differences.
Gabriel
-----Original Message-----
From: relyn01@xxxxxxxxxxxx [mailto:relyn01@xxxxxxxxxxxx]
Sent: Friday, March 19, 2004 1:45 PM
To: omega-list@xxxxxxxxxx
Subject: easylanguage help
I'm attempting to write a simple indicator which uses the difference
between two simple moving averages and plots the difference as one line.
I'd appreciate any help or advice on this.
Thanks
Ron E.
Introducing the New Netscape Internet Service.
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register
Netscape. Just the Net You Need.
|