Error: The query was not successfully performed! Correction hint: length

Hi,

I'm trying to run the below query:

getTicks[`symList`assetClass`dataType`startDate`endDate`startTime!(`VOD.L;`equity;`trade;.z.d;.z.d)]

and I'm getting an error message:

The query was not successfully performed!  Correction hint: length

What does this mean?

Best Answer

  • Bondy_Bo
    Answer ✓

    Hi @Akechi Sato,

    The error "length" indicates that there is a mismatch between the number of items in the list of arguments and the list of parameter values. In the query above, there are six arguments listed (`symList`assetClass`dataType`startDate`endDate`startTime), but only five values provided (`VOD.L;`equity;`trade;.z.d;.z.d).

Answers