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

RE: LPLONG FindAddress_... speed vs. storage inside the DLL


  • To: "Ivo Karindi" <omega-list@xxxxxxxxxx>
  • Subject: RE: LPLONG FindAddress_... speed vs. storage inside the DLL
  • From: "Mark Smeets" <mark@xxxxxxxxxxx>
  • Date: Fri, 25 Apr 2003 00:48:53 -0700

PureBytes Links

Trading Reference Links

> 
> Just wondering.  Has anyone else noticed that by using the 
> Easy Language Toolkit Library functions like
> 
> LPLONG FindAddress_Open, LPLONG FindAddress_High, LPLONG 
> FindAddress_Low, and LPLONG FindAddress_Close
> 
> make the program work noticeably slower than just outputting 
> all the OHLC data into the DLL and storing in memory?  Now 
> when I think of it this kinda makes sense, but what's the 
> purpose of the functions then?
> 
You are right, it is slow. Your solution may work for simulation
purposes, but I can imagine you will run into problems when using real
time updates. I gave up on using dlls with ts entirely. (As a matter of
fact I gave up using ts2000i as well)
> 
Mark