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

Re: Arrays/Dlls



PureBytes Links

Trading Reference Links

Let me begin by saying that while I've done a lot of EL programming, I have
never used one of the TS add-on DLL's to extend the environment. The kind of
work you want to do will blow the TS 64k limit without batting an eye and
the TS execution speed isn't all that wonderful anyway. You need to put what
you want into an executable. For an executable to interface with TS, it must
be a 16 bit DLL. If you want to use 32 bit, you can try to thunk into TS (a
nasty job) or you can use a 32-bit charting product which can talk to 32-bit
executables. 32 bit executables can be written pretty easily in the VB4 32
bit option, VB5, or VB6 as well as C and Delphi. The only product with which
I am familiar which can talk to 32 bit executables is the 32 bit version of
Ensign Windows, however I have not gotten around to trying it. Don't know if
either WOW or Metastock Pro can do it or not. TradeLab, which is not yet
available, is designed to use VB for systems development.

Earl

-----Original Message-----
From: Bob Hunt <RHunt.066@xxxxxxxxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Monday, October 26, 1998 9:58 AM
Subject: Arrays/Dlls


>I posted a question on this forum last week concerning
>multi-dimensional arrays, and didn't get one single response.
>
>Has this turned into an omega-bashing only list? . . . I hope not.
>
>Anyhow, I spent some time over the weekend looking a little closer at
>my array needs here, and I'm now thinking that my programming
>requirements are just too vast for EL to handle. I've worked with EL
>ever since purchasing TS almost four years ago, and this is the first
>time this has happened. I'm not a programmer, but I'm willing and
>fully capable of learning. I'm just wondering what my next step should
>be? I don't want to read a vast number of books before being able to
>program this. I'd like to study some rudimentary things, enough to get
>me started and then learn along the way.
>
>Perhaps a quick description of my needs might help those more
>experienced point me in the right direction;
>
>I have constructed, in EL, an analysis which produces a data series in
>which each data point is classified in four different ways. In terms
>of an EL array, it would look like this:  Array[9,9,1000,5]   I soon
>found out that EL can't handle something this size.
>
>Once that Array is calculated, I need to sort the resultant data
>according to those four characteristics and then perform some simple
>calculations on that sorted data for plotting.
>
>That's the nuts & bolts of what I need to do.  Anybody have any
>suggestions for my next step?
>
>Thanks in advance,
>Bob Hunt
>