PureBytes Links
Trading Reference Links
|
BTW, two dimensional arrays in EL under TS 4 had some referencing problems.
At 10:18 AM 11/21/99 -0500, Barry Kaufman wrote:
>
>Regarding recent messages about finding the address of an EL array:
>
>A DLL generated by PBDLL has very strong array capability (same for a good
>C compiler). Compared to an EL array, size and dimensions are virtually
>unlimited and speed is much faster. Therefore, I would recommend not trying
>to have the DLL access an EL array but to abandon the EL array completely.
>Move as much of your code, simple variables and arrays to the DLL as
>possible. That means all math intensive stuff, data storage, looping and
>some of the conditional testing. Let EL do only the buy and sell code, back
>testing, optimization and charting. You can still have full control by
>passing EL Inputs as parameters to the DLL.
Charles Kaucher
mailto:steinbr@xxxxxxxxxxxx
If you want to build a ship, don't drum up people to collect wood and
don't assign them tasks and work, but rather teach them to long for the
endless immensity of the sea. - Antoine de Saint-Exupery
|