Page 1 of 1

powerlanguage question  [SOLVED]

Posted: May 01 2006
by Guest
hi
Say i am running an indicator on data1 but want information about data2 on the same chart.

I can pass in as input "close of data2".

Say if i need open, high, low and close of data2 , does it mean i need to pass in 4 inputs ?
( "open of data2", "high of data2", "low of data2", "close of data2")

Is there a way to represent the 4 inputs as 1 input say "price of data2" ?

thanks

Posted: May 02 2006
by Alex Kramer
No, there is no way to wrap 4 price data value streams into one - and if there was, what would you do after that, unwrap it back?

So if you need a certain stream's data, just use it.