Dear Support,
Please can you try to convert this mq4 code.
I am trying to convert this three line break .mq4 indicator (please see TLB.mq4 source code attached) and I am coming up with the following errors when compiling.

Not knowing what I was doing I adjusted the ranges until it successfully compiled just to see if it would open on the chart... It did.
Not knowing how to correct this, I am hoping you may be able to help! The code below is the part causing the problem... I think.
I'd appreciate your help.
Many thanks
int Mas[18];
Mas[0] = 2037411651; Mas[1] = 1751607666; Mas[2] = 547954804;
Mas[3] = 892350514; Mas[4] = 3358007340; Mas[5] = 4042453485;
Mas[6] = 3991268595; Mas[7] = 4062247922; Mas[8] = 3840534000;
Mas[9] = 669053157; Mas[10] = 1953785888; Mas[11] = 791624304;
Mas[12] = 779581303; Mas[13] = 1684107892; Mas[14] = 1953722981;
Mas[15] = 1936486255; Mas[16] = 892430382; Mas[17] = 544567854;
Attachment:
File comment: Compile errors
tlb-compile-errors.jpg [93.14 KiB]
Downloaded 396 times
Attachment:
File comment: Three Line Break
TLB.mq4 [6.8 KiB]
Downloaded 268 times