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