PureBytes Links
Trading Reference Links
|
Uwe,
Use the Ref Formula. Ref(Indicator Name, -Days ago). So if you want the
13 day exponential moving average of the close five days ago the formulas is:
Ref(Mov(C,13,E),-5). You can use any indicator and any time frame you
want.
Jim
-----Original Message-----
From: Uwe Druckenmueller
Sent: Sunday, June 29, 1997 3:01 PM
To: metastock-list@xxxxxxxxxxxxx
Subject: PREVIOUS
I want to create a new System-Test/Expert-Adviser
and therefore i want to create a Signal,
when an indicator is moving significantly.
So i want to compare the value of an Indicator
with the value of the previous day.
But the PREVIOUS-formula didn't work.
Any Solutions?
|