Coding for TS EasyLanguage Compatibility  [SOLVED]

Questions about MultiCharts and user contributed studies.
dwitkin
Posts: 36
Joined: 18 Apr 2013
Has thanked: 41 times
Been thanked: 11 times

Coding for TS EasyLanguage Compatibility

Postby dwitkin » 22 May 2013

I'm wondering if the MultiCharts team maintains a list of TS EL keywords that are NOT compatible with MultiCharts. I plan to trade some code with colleagues who use TS, and I'd like to avoid using keywords with known incompatibilies.

If this list doesn't exist, please consider creating it.

So far, I think I've found:
- Don't declare a variable in MC as a double
- Keywords related to the TS debugger are incompatible

Are there known other incompatibilities? I realize some may be unknown. Thank you.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Coding for TS EasyLanguage Compatibility  [SOLVED]

Postby Henry MultiСharts » 23 May 2013

Hello dwitkin,

There is no keywords list with known incompatibilies. MultiCharts PowerLanguage is 99% compatible with TS 8.6 and lower EasyLanguage. In some cases EL code may need a slight modification.

Object-oriented introduced in TS 9.0 programming is not supported in PowerLanguage.


Return to “MultiCharts”