Announcement

Collapse
No announcement yet.

SyntaxError: missing )

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SyntaxError: missing )

    I typed the following code:

    var fp1 = new FunctionParameter("Lots from", FunctionParameter.GET MOST RECENT TRADE SIZE);
    fp1.setLowerLimit(1);
    fp1.setDefault(999);


    I clearly have an ) at the end of the second line and Ikeep getting a syntaxError saying:

    missing ) after argument list: GET MOST RECENT TRADE);

    Ny suggestion???

    Thanks

  • #2
    xoprofittaker
    That is not valid syntax for the FunctionParameter.
    For information on the FunctionParameter Object and the required syntax (including examples) see this article in the EFS KnowledgeBase
    Alex

    Originally posted by xoprofittaker
    I typed the following code:

    var fp1 = new FunctionParameter("Lots from", FunctionParameter.GET MOST RECENT TRADE SIZE);
    fp1.setLowerLimit(1);
    fp1.setDefault(999);


    I clearly have an ) at the end of the second line and Ikeep getting a syntaxError saying:

    missing ) after argument list: GET MOST RECENT TRADE);

    Ny suggestion???

    Thanks

    Comment

    Working...
    X