05-26-2011, 01:32 PM
|
#2 |
Join Date: Mar 2007 Location: In Da House Thanks: 129
Thanked 1,054 Times in 702 Posts
| Re: How to Create a Basket? (index) Probably hugely inefficient but you could apply all the instruments to a chart and the have an indicator with
basket = (data1 * weight) + (data2 * weight) etc
You could then plot(basket) you'd probably want to hide the other plots.
If you have the constituents open in other charts you could send them to your index chart using ADE (all data everywhere). That gets a little bit more complicated.
I don't really know radar screen so can't help there.
There is probably a much better way but that should get you up and running in a few minutes. That's the beauty of easy language. |
| |