diff --git a/Views/MGSHMomentumView.xaml b/Views/MGSHMomentumView.xaml new file mode 100644 index 0000000..a4b55c0 --- /dev/null +++ b/Views/MGSHMomentumView.xaml @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Views/MGSHMomentumView.xaml.cs b/Views/MGSHMomentumView.xaml.cs new file mode 100644 index 0000000..3417d8e --- /dev/null +++ b/Views/MGSHMomentumView.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace TradeBlotter.Views +{ + /// + /// Interaction logic for MomentumView.xaml + /// + public partial class MGSHMomentumView : UserControl + { + public MGSHMomentumView() + { + InitializeComponent(); + } + } +}