diff --git a/Shell/AppBootstrapper.cs b/Shell/AppBootstrapper.cs index ce04754..324bfae 100644 --- a/Shell/AppBootstrapper.cs +++ b/Shell/AppBootstrapper.cs @@ -4,8 +4,6 @@ using Microsoft.Extensions.Options; using ProjectX.Core; using ProjectX.Core.Services; -using ProjectX.MarketData; -using ProjectX.MarketData.Cache; using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/Shell/GatewayApiClient.cs b/Shell/GatewayApiClient.cs index dbb1969..e71f942 100644 --- a/Shell/GatewayApiClient.cs +++ b/Shell/GatewayApiClient.cs @@ -1,11 +1,9 @@ using Caliburn.Micro; -using MatthiWare.FinancialModelingPrep.Core.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.SignalR.Client; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Newtonsoft.Json; -using Newtonsoft.Json.Linq; using ProjectX.Core; using ProjectX.Core.Requests; using ProjectX.Core.Services; diff --git a/Shell/Screens/TradingSignals/TableBuilders.cs b/Shell/Screens/TradingSignals/TableBuilders.cs index 0a22b4c..334741c 100644 --- a/Shell/Screens/TradingSignals/TableBuilders.cs +++ b/Shell/Screens/TradingSignals/TableBuilders.cs @@ -1,5 +1,4 @@ -using MatthiWare.FinancialModelingPrep.Model; -using ProjectX.Core.Strategy; +using ProjectX.Core.Strategy; using System; using System.Collections.Generic; using System.Data; diff --git a/Shell/Shell.csproj b/Shell/Shell.csproj index 81e95c3..dc571ea 100644 --- a/Shell/Shell.csproj +++ b/Shell/Shell.csproj @@ -33,13 +33,12 @@ + - -