Hey All

I'm about to go live on IB but I was hoping to clear these doubts with your help:

  1. IB account base currency VS Quantconnect algo: My IB account base currency is GBP but most of the funds are held in USD. Do I need to convert all the funds to USD or change my base currency to USD before connecting my algo to IB. Or QC can handle this configuration as is? 
  2. Controlling Allocation: Say I have 10K USD in IB and I allocate to 5 equities using this method:
    self.SetHoldings([PortfolioTarget(self.first, 0.10), PortfolioTarget(self.second, 0.10), PortfolioTarget(self.third, 0.10), PortfolioTarget(self.fourth, 0.10), PortfolioTarget(self.fifth, 0.10)])
    Does this mean only 5K of the funds will be allocated?, which is what I'm trying to do.
     

Look forward to your replies

Cheers

V