EasyLanguage code won't compile

Questions about MultiCharts and user contributed studies.
MB99mph
Posts: 4
Joined: 15 Oct 2014
Has thanked: 1 time

EasyLanguage code won't compile

Postby MB99mph » 15 Oct 2014

I am trying to compile EasyLanguage code that works fine in TS but won't compile in MultiCharts64 PowerLanguage Editor. I get "Compile error line 0, column 0" even when I comment out the the first line. This is how the file begins:

Code: Select all

[LegacyColorValue = true];

//comments about the rules, etc. go here

Variables:
periods(0);
Thanks in advance for any help given.

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: EasyLanguage code won't compile

Postby TJ » 15 Oct 2014

I am trying to compile EasyLanguage code that works fine in TS but won't compile in MultiCharts64 PowerLanguage Editor. I get "Compile error line 0, column 0" even when I comment out the the first line. This is how the file begins:

Code: Select all

[LegacyColorValue = true];

//comments about the rules, etc. go here

Variables:
periods(0);
Thanks in advance for any help given.
Please see this article in Wiki:
http://www.multicharts.com/trading-soft ... lumnEnd_0)


Return to “MultiCharts”