[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting back on track....



PureBytes Links

Trading Reference Links

Try this:

 {Indicator: Displace Ma Stp.....scaling is set to price}
 Inputs: MaLen(10),Dsp(3);
 Plot1[dsp](Average(C,MaLen),"dmastp")


Randy Murphree

----------
From: Robert W Cummings <robertwc@xxxxxxxxxxxxxxxxxx>
To: Timothy Morge <tmorge@xxxxxxxxxxxxxxx>
Cc: ZooKeeper <rsos@xxxxxxxxxx>; List-omega <omega-list@xxxxxxxxxx>
Subject: Re: getting back on track....
Date: Tuesday, August 25, 1998 10:04 PM


This indicator will not verify, why not?

Thanks
Robert


 {Indicator: Displace Ma Stp.....scaling is set to price}
 Inputs: MaLen(10),Dsp(3);
 Plot1(Average(C,MaLen)[dsp]);