Bill Schamps MultiCharts Ergodic indicator

Bill has kindly sent me his ergodic indicator for MultiCharts as an .eld. I imported the indicators into PowerLanguage Editor and compiled them but 2 failed to compile. Indicator LogicTrader Primes compiled OK and can be applied to a chart. Could you point me in the correct direction to fix the compile problems.

The errors are;
12.03.09 06:34:58
------ Build started: ------
Study: "LogicTrader RadarScr" (Indicator)
Please wait ....
------ Compiled with error(s): ------
this word has already been defined
errLine 41, errColumn 2, errLineEnd 41, errColumnEnd 6

and

12.03.09 06:37:30
------ Build started: ------
Study: "LogicTrader ERG only" (Indicator)
Please wait ....
------ Compiled with error(s): ------
totaltrades is not applicable to this type of study
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0

Can anyone tell me what I am doing wrong?
 
Quote from tmarket:

Most likely protected. MC can't compile TS protected code, ask for a MC version.

No if it was protected the error message would indicate that.

It is impossible to say what is wrong with code without seeing it.
 
EasyLanguage in MC is not 100% the same as EL in Tradestation. Therefore you would need to rewrite the code / change it a bit.

If you are not a programmer, post this request in MC forum.

Regards
 
Back
Top