public void UpdatePriceMean()
 {
     MarketPrice = (float)Math.Round(PriceHistory.Sum() / PriceHistory.Count);
 }