I was trying to do some math using Transformation->Calculation->Calculation Properties->Editor
(I do understand some Pascal - use Delphi sometimes)
How do I reference my columns?
Also, I want to reference a previous value. How?
I have, for example, date based data and I have a column for today's last price called "Close".
I want, as a simple example, calculate average of yesterdays price and today's, like in metacode:
AvgClose:=(Close(0) + Close(-1))/2;
Where AvgClose is a value I want added to other written output data.
Would appreciate help with this.
Thanks,
Matt