Page 1 of 1

Help compiling indicators?

Posted: Mar 25 2006
by Guest
Can someone help with compiling indicators. I have an .els file but it compiles and all the files are in PL Editor directories but the indicators do not work.

Alf

Posted: Mar 26 2006
by Chris
Alf,

just to make it clear - your *.els file is not source-protected and you have imported the file through the Editor and compiled every file on import?

Can you insert it to a chart? What sort of indicator do you have, it might be that a reserved word is not supported by MC, yet.

Chris

  [SOLVED]

Posted: Mar 27 2006
by Alex Kramer
If you have ver. 440.72, there's a general problem with compliling and applying studies.

Otherwise, can you even see the study in the Insert Study dialog list?
(Chris, if there are any unsupported reserved words, it will produce a message on compilation).

Posted: Mar 27 2006
by Chris
(Chris, if there are any unsupported reserved words, it will produce a message on compilation).
Correct me if I am wrong, but the reserved word "aiHighestDispValue" for example is still not avaliable in MC i.e. it's not working properly, but the compiler will give you no error message during compilation. The result is, you have a compiled study showing you nothing. I was asking to determine that.

Thank you,

Chris

Posted: Mar 27 2006
by Alex Kramer
You are right. aiHighestDispValue is avaliable in MC - compilation will be successfull, but GetAppInfo(aiHighestDispValue) will return an incorrect value.