PureBytes Links
Trading Reference Links
|
Quality Trading Innovations has 2 Dlls that you can use to
program the functionality that you want. They are referred to as
Hashnums32 and QLSnums32.
Hashnums provides functions that implement global variables and
file read/write functionality. I have been using it for light
work for about a month with no problems.
QLSnums provides functions that implement lists, stacks and
queues. I spent a lot of time over the last month implementing
grid objects for use with radar screen only to find out that the
QLSnums server does not work. I reported this to the vendor about
a week ago and they are looking at the problem. Will let you know
the outcome.
The web page for these products is
http://www.ozemail.com.au/~qtrade/
regards,
tbr
> I'm working on a radar screen indicator with trendlines. I have much
> experience in programming but I'm a newbie in using Easy Language.
> My question: can I (and how) store computed data in a persitent memory
> block, which will live more than the one tick the indicator is called?
> I calculate many trendlines and would like to store the data in
> a persitent array. Then every tick I will do some examinations with
> the array without regenerating the whole stuff.
> Is this possible and how to can I do it ?
|