@swisspm
If fundA is in USD and fundB is in EUR, and you want to create a blended investment with these two funds but converted in CHF, it is possible. This requires first to create two new investments in CHF, calculated from FundA and FundB and from the exchange rate investments USDCHF and EURCHF:
FundA_CHF = FundA * USDCHF
FundB_CHF = FundB * EURCHF
For these creations you will use the feature "Create investment from investments" (in File > File Operations)
Then use FundA_CHF and FundB_CHF to create the blended investment.
NB: in fact, for a blended investment, what may be important is that the investments used in it are in the same currency, whatever the currency. This means the blended investment in USD should look identical than in CHF. So instead of creating two new investments in CHF, a faster approach could be to create only one new investment:
FundB_USD = FundB * EURUSD
Then use FundA and FundB_USD to create the blended investment.
swisspm wrote:The blended investment function is very powerful
It is! And the "Create investment from investments" in great too. I use it to create a lot of relative strength investments. For example Russell 2000 index / S&P500 index, to measure the relative strength of the small/mids caps compared to the large caps. There are tons of useful relative strengths to create to analyze the markets.