powerlanguage question  [SOLVED]

Questions about MultiCharts and user contributed studies.
Guest

powerlanguage question

Postby Guest » 01 May 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: 23 Feb 2006

  [SOLVED]

Postby Alex Kramer » 02 May 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.


Return to “MultiCharts”