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
>
|