Search found 3 matches

by Alege75
05 Apr 2021
Forum: MultiCharts
Topic: How i have tranformed an array into a numseries variable
Replies: 0
Views: 548

How i have tranformed an array into a numseries variable

Hi, I've been trying for a long time to turn an array into a variable so that I can easily apply applicable functions to numseries variables. Here is how I managed to solve this problem, sorry if there are any errors but I have extrapolated from my code the part that was needed. //Part1 Variables:k(...
by Alege75
05 Apr 2021
Forum: MultiCharts
Topic: Array population truncate variable
Replies: 2
Views: 480

Re: Array population truncate variable

var1.PNG
(17.77 KiB) Not downloaded yet
by Alege75
05 Apr 2021
Forum: MultiCharts
Topic: Array population truncate variable
Replies: 2
Views: 480

Array population truncate variable

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

Go to advanced search