Problems Compiling PLE Editor 8.0.5622.401

Questions about MultiCharts and user contributed studies.
mefTrader
Posts: 141
Joined: 23 Jun 2011
Has thanked: 9 times
Been thanked: 7 times

Problems Compiling PLE Editor 8.0.5622.401

Postby mefTrader » 28 Aug 2012

I have a piece of code that compiled okay in MC7 and I think Previous versions of MC8
but with this version of the PLE Editor it is pointing at the following line of code

Code: Select all

Sell from entry ("LE_1") Num_Shares_p1 shares this bar on close;


------ Compiled with error(s): ------
syntax error, unexpected 'share'
errLine 280, errColumn 62, errLineEnd 280, errColumnEnd 62
causal study: (Function)

mefTrader
Posts: 141
Joined: 23 Jun 2011
Has thanked: 9 times
Been thanked: 7 times

Re: Problems Compiling PLE Editor 8.0.5622.401

Postby mefTrader » 28 Aug 2012

Yes it compiles okay with 7.4.4953 but there is a problem with 8.0.5620.401 too?

mefTrader
Posts: 141
Joined: 23 Jun 2011
Has thanked: 9 times
Been thanked: 7 times

Re: Problems Compiling PLE Editor 8.0.5622.401

Postby mefTrader » 28 Aug 2012

Code: Select all

Sell ("LX_1") from entry ("LE_1") Num_Shares_p1 shares this bar on close;

Seems one needs to add a labelto get it to compile - it this the new syntax going forward?

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

Re: Problems Compiling PLE Editor 8.0.5622.401

Postby Henry MultiСharts » 28 Aug 2012

Hello mefTrader,

This issue is confirmed. The code should be compiled ok without order label.
It will be fixed in MultiCharts 8.1


Return to “MultiCharts”