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
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