PureBytes Links
Trading Reference Links
|
-----Message d'origine-----
De : xygeek@xxxxxxxxxxx [mailto:xygeek@xxxxxxxxxxx]
Envoyé : vendredi 11 juin 2004 01:40
À : omega-list@xxxxxxxxxx
Objet : TS questions
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?
===
No.
Is one indicator limited to 4 plots?
===
Yes
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?
===
Resizable arrays are available in TS8, but single dimension only.
You even do not need this to maintain the array size and shifting elements. A
single fo loop will do the trick.
Sincerely,
Pierre Orphelin
www.sirtrade.com
Tradestation 2000i, TradeStation 7 sales and support
Safir-X, neurofuzzy logic trading system builder
To subscribe to our FREE trading system newsletter:
http://www.sirtrade.com/newsletter.htm
|