Data (Reserved Word)
Reserved word used to reference information from a specified data stream.
Data(N);
N is a number or expression between 1 and 50.
Remarks
Data is used with a number or expression between 1-50, contained within parentheses, that allows the specification or which data set is being referred to in terms of price values and functions calculations.
Examples
Close of Data(3) // returns the Close price of Data stream 3
Low of Data(myVar) // returns the Low price of the Data stream number specified by the user variable myVar