public MainWindow()
 {
     InitializeComponent();
     this.DataContext = TradeData.GetWeeklyData();
 }