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

Re: [amibroker] Re: Previous Value



PureBytes Links

Trading Reference Links

Dimitris
]
The var1 = close (Note an array) initializes this to a dummy value that 
does not mean anything on the far left side of the chart. Everything else 
gets recalculated and is what is important.

Steve

At 09:05 AM 6/20/01 +0000, you wrote:
Hi Steve,
I did not see in your code
var1(0)=...
Is it necessary to define it?
This is the initial price.

Dimitris Tsokakis
--- In amibroker@xxxx, Steve Wiser <slwiserr@xxxx> wrote:
> Jeff:
>
> This has been done using VBScript a couple of times once as an
example and
> another as a tool for an indicator.
> See the attached file as an example.
>
> Steve