[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TS questions



PureBytes Links

Trading Reference Links

I haven't used the new TS but I'm familiar with TS2000i.

Regarding the new web based TS:  Does it have a 1000 indicator limit?  Is
one indicator limited to 4 plots?

How would I add a new element 0 to a 10 element array while shifting the old
contents 1 index place and dropping the oldest element to maintain the array
length at 10?  In javascript I can use myArray.unshift(value1); and
myArray.pop();  Does TS have similar functions and do they also work with
multidimensional arrays?