0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【MT4 EA MQL4】parameter conversion not allowed. invalid array access.

Last updated at Posted at 2024-05-08

Error statements

  • parameter conversion not allowed.
  • invalid array access.

Cause & Solution

int array[][]  ====>>>  int array[] 

It appears that multidimensional arrays are prohibited as function arguments. Please use a one-dimensional array.
多次元配列は関数の引数として禁止されているようです。知らんけど。一次元配列を利用してください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?