Array population truncate variable

Questions about MultiCharts and user contributed studies.
Alege75
Posts: 3
Joined: 05 Apr 2021
Been thanked: 2 times

Array population truncate variable

Postby Alege75 » 05 Apr 2021

Hi, I can't solve the following problem:
If I populate the array, the variable var1 is truncated and not all values ​​are displayed, but only part of it.
Why?

Code: Select all

array : ww[4500](0) ; variables: k(0), var1(0); for k=0 to 4500 begin ww[k]=close[k]; end; var1=20000; plot1(var1); print("Date: ",formatdate("dd-MM-yyyy ",eldatetodatetime(date))," Time: ", FormatTime("HH:mm:ss", el_timetodatetime_s(time_s)), " var value:",var1);

Alege75
Posts: 3
Joined: 05 Apr 2021
Been thanked: 2 times

Re: Array population truncate variable

Postby Alege75 » 05 Apr 2021

var1.PNG
(17.77 KiB) Not downloaded yet

User avatar
Tammy MultiCharts
Posts: 200
Joined: 06 Aug 2020
Has thanked: 6 times
Been thanked: 65 times

Re: Array population truncate variable

Postby Tammy MultiCharts » 27 Apr 2021

Hello Alege75,

I believe the solution for this was posted in this thread.


Return to “MultiCharts”