powerlanguage question  [SOLVED]

Questions about MultiCharts and user contributed studies.
Guest

May 01 2006

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

User avatar
Alex Kramer
Posts: 834
Joined: Feb 23 2006

May 02 2006

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.