private void updateDollarBHs(IEnumerable <Rate> ratesUSD)
 {
     DollarBHs = StatsCalculator.GetDollarBHs(ratesUSD, Profits, Flows);
 }