PureBytes Links
Trading Reference Links
|
At 12:58 PM 5/22/01 +0200, you wrote:
>is it possible to create your own index in metastock?
>
>for example: adding the prices of 6 different financial stocks?
Make an indicator summing the different securities:
Security("Symbol1", Data Array)+ Security("Symbol2", Data Array) +etc.
I have done this to monitor my portfolio equity.
Best,
Herman.
|