PureBytes Links
Trading Reference Links
|
Jim,
Writing DLLs are a challange for a non-computer-programmer. If
you know how to program in C or C++ it is not easy to develop DLLs
that will work correctly with TS/SC. I'm not trying to talk you out
of it just want to open your eyes as to the difficulity you face.
I don't believe there is a translation program available to convert
EL to DLL. That would be a tough package it develop.
Your other alternative, and one I recommend, is to buy GlobalPro
from Investment Engineering (Doug Demming). This package easily
solves the 64K problem since you can chain several systems together
and pass data. It makes writing large EL programs easier.
Hope this helps ... Cheers,
Marlowe Cassetti
Colorado Springs, CO
> We are constantly running into the 64kb barrier for ela programs. Is there
> some kind of work around?
>
> One aspect we are looking at is writing DLLs....
>
> 1) Am I correct in saying you have to program DLLs with C or some high level
> language?
>
> 2) How hard are they to write?
>
> 3) Is there a way to convert EL files to DLL using a filter or something?
>
> We are trying to avoid having to learn a new programming language like C so
> if anyone has an effective work around it would be much appreciated.
>
> Thanks
>
> Jim Lovejoy
> fastgroup@xxxxxxxxxx
> "To see what is in front one's nose is a constant struggle"
> -George Orwell
>
>
|