- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Is it possible to create a composite (real time) with 3 securaties in metastock? I know the downloader lets you create one with 2, but i need 3, and need to run a custom indicator on the data so would actually need a ticker with the data. either in metastock or using an external app Eg (MSFT*10)-(INTC+IBM) thanks in advance for your help Rahul =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Rahul, try something like this: |
|
Composite with 3 Securities { Security reference } x:=Security("EURUSD",C); y:=Security("EURJPY",C); z:=Security("EURGBP",C); { Composite formula } composite:=x*10-(y+z); { Plot in own window } composite |
Source / From: |