At 1:01 PM -0600 5/1/01, cwest@xxxxxxxxxxxx wrote:
>What's the syntax for making a var equal to an input or given date?
Input: Price(Close), Length(20);
Vars: Something(0);
Something = Length;  {Something = input "Length"}
Something = Date;    {Something = date on each bar = 1010501 for today's bar)
Bob Fulks
 |