Functions not verifying

Questions about MultiCharts and user contributed studies.
SudarshanS
Posts: 2
Joined: 24 Nov 2013
Has thanked: 1 time

Functions not verifying

Postby SudarshanS » 24 Nov 2013

I am getting the following compile error for any new function that I create:

Study: "MyTest1" (Function)
Please wait ....
------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)

The code is given (IT is a copy of the DMI function)

inputs:
Len( numericsimple ) ;

variables:
var0( 0 ),
var1( 0 ),
var2( 0 ),
var3( 0 ),
var4( 0 ),
var5( 0 ) ;

Value1 = DirMovement( H, L, C, Len, var0, var1, var2, var3, var4,
var5 ) ;

MyTest1 = var2 ;

Any help would be appreciated.

Cheers

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

Re: Functions not verifying

Postby TJ » 24 Nov 2013

I am getting the following compile error for any new function that I create:
Study: "MyTest1" (Function)
Please wait ....
------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)
The code is given (IT is a copy of the DMI function)
inputs:
Len( numericsimple ) ;
variables:
var0( 0 ),
var1( 0 ),
var2( 0 ),
var3( 0 ),
var4( 0 ),
var5( 0 ) ;
Value1 = DirMovement( H, L, C, Len, var0, var1, var2, var3, var4,
var5 ) ;
MyTest1 = var2 ;
Any help would be appreciated.
Cheers
Which MultiCharts version are you using?

Do you only have problem with this study? ie others are compiling ok?

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

Re: Functions not verifying

Postby TJ » 24 Nov 2013

ps.
[FAQ] How to Post Codes (that people can read)
viewtopic.php?f=16&t=11713

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Functions not verifying

Postby JoshM » 25 Nov 2013

I am getting the following compile error for any new function that I create:

Code: Select all

Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
Wiki: Compilation Error (errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0).


Return to “MultiCharts”