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

Re: CL_DLL access of EL array



PureBytes Links

Trading Reference Links


----- Message d'origine ----- 
De : Charles Kaucher <steinbr@xxxxxxxxxxxx>
À : Barry Kaufman <102577.325@xxxxxxxxxxxxxx>; <omega-list@xxxxxxxxxx>; <code-list@xxxxxxxxxxxxx>
Envoyé : dimanche 21 novembre 1999 17:48
Objet : Re: CL_DLL access of EL array


> BTW, two dimensional arrays in EL under TS 4 had some referencing problems. 
> 

No ,they work fine.
Problems occur with three or more dimensions ( TS4 only,  correct in TS2000).


Sincerely,

-Pierre Orphelin
Neurofuzzy Logic tools for TradeStation
Free evaluation versions and competitive upgrades available
web: http://www.sirtrade.com


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