PureBytes Links
Trading Reference Links
|
>From: Mark J. Cerar <mcerar@xxxxxxxxx>
Welcome to every TS programmers nightmare. I have used the HashNums
program
>but be warned passing values back and forth between TS and HashNums slows
>things down considerably especially in long RT charts. You still might
find
>it practical if you plan to pass values back and forth once or twice i.e.
>with one IncludeSystem Statement but after that Good Luck.
snip...
We use both Global Variable Professional and HashNums with many of our
systems and indicators. While they slow down TS somewhat, it's usually only
slight and not noticeable. It could be the method your using in your code
which is slowing things down. There are many different techniques which can
be used to accomplish the same task. For example, it is much faster to keep
the data in memory if possible rather than loading data from a file. A lot
of it boils down to programming the code in the most efficient manner
possible. We have over 15 years programming experience and have many
techniques to make code more efficient.
We offer free demos of both of these products on our web site and we are an
authorized distributor for HashNums. http://www.investlabs.com
|