PureBytes Links
Trading Reference Links
|
In 99% of all cases the answer is yes.
The remaining 1% has to do with utilizing ELKIT32.DLL. Omega
changed the way they store the chart data in TS6. If your DLL
accesses the data array (to get values ahead of the current bar for
example) then you need to be aware of the subtle difference. also
the way in which the time was handled by ELKIT32.DLL had a bug
that was not to hard to work around. Evidently they fixed that in
TS6.
I wrote a function that handles all these small differences quite
easily so the version of TS used is irrelevant to my DLLs
On 26 Mar 2003, at 10:49, h carvas wrote:
> Hello,
>
> Can you help with this general question? Would a DLL file created for
> earlier version of TS, e.g., TS2000i, work on TS6 and TS7?
> Let's say, if you have an earlier version of a software, for example,
> ASCTrend 2.0
> Would the ASCTrend 2.0 DLL file continue to work with newer version of TS6,
> TS7, or even TS10
>
> Thanks
>
> hc
>
Regards
Mike
|