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

Re: remember variable values in Radar Screen/Easy Language?


  • To: omega-list@xxxxxxxxxx
  • Subject: Re: remember variable values in Radar Screen/Easy Language?
  • From: "Terry B. Rhodes" <trhodes3@xxxxxxxxx>
  • Date: Fri, 6 Apr 2001 16:56:07 -0700
  • In-reply-to: <200104062218.PAA20971@xxxxxxxxxxxxxx>

PureBytes Links

Trading Reference Links


The following site has a couple of dlls that will let you do this

	http://home.iprimus.com.au/hornk/

Hashnums32 is probably what you are looking for. I use it
extensively.

regards, 

tbr

> 
> Hello omega-list,
> 
> I have a problem with a custom indicator I wrote.
> 
> What I need is to remember the value of a variable between two calls
> or ticks. E.g. I calculate a value with one call and would like to
> have this value within the next call for comparison. All I found is
> that all used variables will be initialized every tick, but what I
> need is only one initalization per choosen time frame (day, 60 min, 5
> min...)
> 
> This will be something like a static variable in C/C++.
> 
> Does EasyLanguage offer such a thing in radar screen?
> 
> Thank you,
> Carsten
>