Hi,
For this to work, the "Ibra" must be a symbol - not the DataSet name. "IBRA" is an invalid symbol name at Yahoo so this isn't going to work either way. Taking Bovespa for example, you could use it like this:
CODE:
Please log in to see this code.
However, what you wrote makes me think that you believe that the DataSet becomes an
index that could be passed on to an indicator like Beta. No, not automatically. The Beta DataSeries accepts an
existing symbol. To reiterate, the "Ibra" is not a symbol but a DataSet; and your DataSet is
not an index.
Please clarify your task. Do you want to create an index symbol first and then pass it on to the Beta indicator? If so, how exactly is the index constructed? (
Hint: custom Indices are created using Index-Lab).