├── .gitignore ├── Config ├── DailyBasket20140923.csv ├── DailyBasket20141209.csv ├── DailyPairs20140923.csv ├── DailyPairs20141209.csv ├── GOOG.png ├── Multithreading.png ├── Other │ ├── SP_BULK_INSERT.sql │ ├── SQL_INSERT_BAR.sql │ ├── SQL_QUERY.sql │ ├── TATest.xlsx │ └── Trade.xlsx ├── basket - Copy.xml ├── basket.xml └── mainsettings.xml ├── HistData ├── Daily │ ├── DailyResults20141027.xlsx │ ├── DailyResults20141029.xlsx │ ├── DailyResults20141031.xlsx │ ├── DailyResults20141104.xlsx │ ├── DailyResults20141105.xlsx │ ├── DailyResults20141110.xlsx │ ├── DailyResults20141111.xlsx │ ├── DailyResults20141113.xlsx │ ├── DailyResults20141114.xlsx │ ├── DailyResults20141117.xlsx │ ├── DailyResults20141118.xlsx │ ├── DailyResults20141119.xlsx │ ├── DailyResults20141120.xlsx │ ├── DailyResults20141121.xlsx │ └── data.txt ├── GOOG │ └── data.txt ├── IB │ └── data.txt └── Quandl │ ├── Market.xlsm │ └── Quandl.xlam ├── Log ├── log20150318.txt ├── log20150318.txt.1 ├── log20150318.txt.2 ├── log20150319.txt ├── log20150319.txt.1 ├── log20150320.txt ├── log20150323.txt ├── log20150324.txt ├── log20150324.txt.1 ├── log20150324.txt.2 ├── log20150325.txt ├── log20150326.txt ├── log20150327.txt └── log20150327.txt.1 ├── Programs ├── Debug │ ├── BackTestWindow.exe │ ├── BackTestWindow.exe.config │ ├── BackTestWindow.pdb │ ├── BackTestWindow.vshost.exe │ ├── BackTestWindow.vshost.exe.config │ ├── BackTestWindow.vshost.exe.manifest │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── DailyPreMarket.exe │ ├── DailyPreMarket.exe.config │ ├── DailyPreMarket.pdb │ ├── HistoricalDataDownloader.exe │ ├── HistoricalDataDownloader.exe.config │ ├── HistoricalDataDownloader.pdb │ ├── IBConnectionTest.exe │ ├── IBConnectionTest.exe.config │ ├── IBConnectionTest.pdb │ ├── IBConnectionTest.vshost.exe │ ├── IBConnectionTest.vshost.exe.config │ ├── IBConnectionTest.vshost.exe.manifest │ ├── IBSampleApp.exe │ ├── IBSampleApp.exe.config │ ├── IBSampleApp.pdb │ ├── IBSamples.exe │ ├── IBSamples.exe.config │ ├── IBSamples.pdb │ ├── Microsoft.Practices.Prism.Composition.dll │ ├── Microsoft.Practices.Prism.Composition.xml │ ├── Microsoft.Practices.Prism.Interactivity.dll │ ├── Microsoft.Practices.Prism.Interactivity.xml │ ├── Microsoft.Practices.Prism.Mvvm.Desktop.dll │ ├── Microsoft.Practices.Prism.Mvvm.dll │ ├── Microsoft.Practices.Prism.Mvvm.xml │ ├── Microsoft.Practices.Prism.PubSubEvents.dll │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ ├── Microsoft.Practices.Prism.SharedInterfaces.xml │ ├── Microsoft.Practices.Prism.UnityExtensions.dll │ ├── Microsoft.Practices.Prism.UnityExtensions.xml │ ├── Microsoft.Practices.ServiceLocation.dll │ ├── Microsoft.Practices.ServiceLocation.pdb │ ├── Microsoft.Practices.ServiceLocation.xml │ ├── Microsoft.Practices.Unity.Configuration.dll │ ├── Microsoft.Practices.Unity.Configuration.xml │ ├── Microsoft.Practices.Unity.RegistrationByConvention.dll │ ├── Microsoft.Practices.Unity.RegistrationByConvention.xml │ ├── Microsoft.Practices.Unity.dll │ ├── Microsoft.Practices.Unity.xml │ ├── Modules.Framework.dll │ ├── Modules.Framework.pdb │ ├── Modules.OrderAndPositions.dll │ ├── Modules.OrderAndPositions.pdb │ ├── Modules.OrderTicket.dll │ ├── Modules.OrderTicket.pdb │ ├── Modules.RealTimeQuotePresentation.dll │ ├── Modules.RealTimeQuotePresentation.pdb │ ├── Modules.StrategyManager.dll │ ├── Modules.StrategyManager.pdb │ ├── Newtonsoft.Json.dll │ ├── Newtonsoft.Json.xml │ ├── OxyPlot.Wpf.dll │ ├── OxyPlot.Wpf.pdb │ ├── OxyPlot.Wpf.xml │ ├── OxyPlot.Xps.dll │ ├── OxyPlot.Xps.pdb │ ├── OxyPlot.Xps.xml │ ├── OxyPlot.dll │ ├── OxyPlot.pdb │ ├── OxyPlot.xml │ ├── QTShell.exe │ ├── QTShell.exe.config │ ├── QTShell.pdb │ ├── QTShell.vshost.exe │ ├── QTShell.vshost.exe.config │ ├── QTShell.vshost.exe.manifest │ ├── RDotNet.NativeLibrary.dll │ ├── RDotNet.NativeLibrary.xml │ ├── RDotNet.dll │ ├── RDotNet.xml │ ├── System.Reactive.Core.dll │ ├── System.Reactive.Core.xml │ ├── System.Reactive.Interfaces.dll │ ├── System.Reactive.Interfaces.xml │ ├── System.Reactive.Linq.dll │ ├── System.Reactive.Linq.xml │ ├── System.Reactive.PlatformServices.dll │ ├── System.Reactive.PlatformServices.xml │ ├── System.Windows.Interactivity.dll │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TradingBase.dll │ ├── TradingBase.pdb │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll │ ├── Xceed.Wpf.AvalonDock.dll │ ├── Xceed.Wpf.DataGrid.dll │ ├── Xceed.Wpf.Toolkit.dll │ ├── de │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── es │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── fr │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── hu │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── it │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── log4net.dll │ ├── log4net.xml │ ├── pt-BR │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── ro │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── ru │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── sv │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ └── zh-Hans │ │ └── Xceed.Wpf.AvalonDock.resources.dll ├── Release │ ├── BackTestWindow.exe │ ├── BackTestWindow.exe.config │ ├── BackTestWindow.pdb │ ├── BackTestWindow.vshost.exe │ ├── BackTestWindow.vshost.exe.config │ ├── BackTestWindow.vshost.exe.manifest │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── DailyPreMarket.exe │ ├── DailyPreMarket.exe.config │ ├── DailyPreMarket.pdb │ ├── HistoricalDataDownloader.exe │ ├── HistoricalDataDownloader.exe.config │ ├── HistoricalDataDownloader.pdb │ ├── IBConnectionTest.exe │ ├── IBConnectionTest.exe.config │ ├── IBConnectionTest.vshost.exe │ ├── IBConnectionTest.vshost.exe.config │ ├── IBConnectionTest.vshost.exe.manifest │ ├── IBSampleApp.exe │ ├── IBSampleApp.exe.config │ ├── IBSampleApp.pdb │ ├── IBSamples.exe │ ├── IBSamples.exe.config │ ├── IBSamples.pdb │ ├── Microsoft.Practices.Prism.Composition.dll │ ├── Microsoft.Practices.Prism.Composition.xml │ ├── Microsoft.Practices.Prism.Interactivity.dll │ ├── Microsoft.Practices.Prism.Interactivity.xml │ ├── Microsoft.Practices.Prism.Mvvm.Desktop.dll │ ├── Microsoft.Practices.Prism.Mvvm.dll │ ├── Microsoft.Practices.Prism.Mvvm.xml │ ├── Microsoft.Practices.Prism.PubSubEvents.dll │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ ├── Microsoft.Practices.Prism.SharedInterfaces.xml │ ├── Microsoft.Practices.Prism.UnityExtensions.dll │ ├── Microsoft.Practices.Prism.UnityExtensions.xml │ ├── Microsoft.Practices.ServiceLocation.dll │ ├── Microsoft.Practices.ServiceLocation.pdb │ ├── Microsoft.Practices.ServiceLocation.xml │ ├── Microsoft.Practices.Unity.Configuration.dll │ ├── Microsoft.Practices.Unity.Configuration.xml │ ├── Microsoft.Practices.Unity.RegistrationByConvention.dll │ ├── Microsoft.Practices.Unity.RegistrationByConvention.xml │ ├── Microsoft.Practices.Unity.dll │ ├── Microsoft.Practices.Unity.xml │ ├── Modules.Framework.dll │ ├── Modules.Framework.pdb │ ├── Modules.OrderAndPositions.dll │ ├── Modules.OrderAndPositions.pdb │ ├── Modules.OrderTicket.dll │ ├── Modules.OrderTicket.pdb │ ├── Modules.RealTimeQuotePresentation.dll │ ├── Modules.RealTimeQuotePresentation.pdb │ ├── Modules.StrategyManager.dll │ ├── Modules.StrategyManager.pdb │ ├── Newtonsoft.Json.dll │ ├── Newtonsoft.Json.xml │ ├── OxyPlot.Wpf.dll │ ├── OxyPlot.Wpf.pdb │ ├── OxyPlot.Wpf.xml │ ├── OxyPlot.Xps.dll │ ├── OxyPlot.Xps.pdb │ ├── OxyPlot.Xps.xml │ ├── OxyPlot.dll │ ├── OxyPlot.pdb │ ├── OxyPlot.xml │ ├── QTShell.exe │ ├── QTShell.exe.config │ ├── QTShell.pdb │ ├── QTShell.vshost.exe │ ├── QTShell.vshost.exe.config │ ├── RDotNet.NativeLibrary.dll │ ├── RDotNet.NativeLibrary.xml │ ├── RDotNet.dll │ ├── RDotNet.xml │ ├── System.Reactive.Core.dll │ ├── System.Reactive.Core.xml │ ├── System.Reactive.Interfaces.dll │ ├── System.Reactive.Interfaces.xml │ ├── System.Reactive.Linq.dll │ ├── System.Reactive.Linq.xml │ ├── System.Reactive.PlatformServices.dll │ ├── System.Reactive.PlatformServices.xml │ ├── System.Windows.Interactivity.dll │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TradingBase.dll │ ├── TradingBase.pdb │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll │ ├── Xceed.Wpf.AvalonDock.dll │ ├── Xceed.Wpf.DataGrid.dll │ ├── Xceed.Wpf.Toolkit.dll │ ├── de │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── es │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── fr │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── hu │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── it │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── log4net.dll │ ├── log4net.xml │ ├── pt-BR │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── ro │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── ru │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ ├── sv │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ └── zh-Hans │ │ └── Xceed.Wpf.AvalonDock.resources.dll └── obj │ └── x64 │ ├── Debug │ ├── App.baml │ ├── App.g.cs │ ├── App.g.i.cs │ ├── BackTestWindow.Properties.Resources.resources │ ├── BackTestWindow.csproj.FileListAbsolute.txt │ ├── BackTestWindow.csproj.GenerateResource.Cache │ ├── BackTestWindow.csprojResolveAssemblyReference.cache │ ├── BackTestWindow.exe │ ├── BackTestWindow.g.resources │ ├── BackTestWindow.pdb │ ├── BackTestWindow_MarkupCompile.cache │ ├── BackTestWindow_MarkupCompile.i.cache │ ├── CSharpAPI.csproj.FileListAbsolute.txt │ ├── CSharpAPI.csprojResolveAssemblyReference.cache │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── ClassicStrategies.csproj.FileListAbsolute.txt │ ├── ClassicStrategies.csprojResolveAssemblyReference.cache │ ├── ClassicStrategies.dll │ ├── ClassicStrategies.pdb │ ├── DailyPreMarket.csproj.FileListAbsolute.txt │ ├── DailyPreMarket.csprojResolveAssemblyReference.cache │ ├── DailyPreMarket.exe │ ├── DailyPreMarket.pdb │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── GeneratedInternalTypeHelper.g.i.cs │ ├── HistoricalDataDownloader.csproj.FileListAbsolute.txt │ ├── HistoricalDataDownloader.csprojResolveAssemblyReference.cache │ ├── HistoricalDataDownloader.exe │ ├── HistoricalDataDownloader.pdb │ ├── IBConnectionTest.ContractOrderDlg.resources │ ├── IBConnectionTest.IBConnectionTestForm.resources │ ├── IBConnectionTest.csproj.FileListAbsolute.txt │ ├── IBConnectionTest.csproj.GenerateResource.Cache │ ├── IBConnectionTest.csprojResolveAssemblyReference.cache │ ├── IBConnectionTest.exe │ ├── IBConnectionTest.pdb │ ├── IBSampleApp.IBSampleApp.resources │ ├── IBSampleApp.OrderDialog.resources │ ├── IBSampleApp.Properties.Resources.resources │ ├── IBSampleApp.csproj.FileListAbsolute.txt │ ├── IBSampleApp.csproj.GenerateResource.Cache │ ├── IBSampleApp.csprojResolveAssemblyReference.cache │ ├── IBSampleApp.exe │ ├── IBSampleApp.pdb │ ├── IBSampleApp.ui.ComboContractResults.resources │ ├── IBSampleApp.ui.MarginDialog.resources │ ├── IBSamples.csproj.FileListAbsolute.txt │ ├── IBSamples.csprojResolveAssemblyReference.cache │ ├── IBSamples.exe │ ├── IBSamples.pdb │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── Modules.Framework.csproj.FileListAbsolute.txt │ ├── Modules.Framework.csprojResolveAssemblyReference.cache │ ├── Modules.Framework.dll │ ├── Modules.Framework.pdb │ ├── Modules.OrderAndPositions.Properties.Resources.resources │ ├── Modules.OrderAndPositions.csproj.FileListAbsolute.txt │ ├── Modules.OrderAndPositions.csproj.GenerateResource.Cache │ ├── Modules.OrderAndPositions.csprojResolveAssemblyReference.cache │ ├── Modules.OrderAndPositions.dll │ ├── Modules.OrderAndPositions.g.resources │ ├── Modules.OrderAndPositions.pdb │ ├── Modules.OrderAndPositions_MarkupCompile.cache │ ├── Modules.OrderAndPositions_MarkupCompile.i.cache │ ├── Modules.OrderTicket.Properties.Resources.resources │ ├── Modules.OrderTicket.csproj.FileListAbsolute.txt │ ├── Modules.OrderTicket.csproj.GenerateResource.Cache │ ├── Modules.OrderTicket.csprojResolveAssemblyReference.cache │ ├── Modules.OrderTicket.dll │ ├── Modules.OrderTicket.g.resources │ ├── Modules.OrderTicket.pdb │ ├── Modules.OrderTicket_MarkupCompile.cache │ ├── Modules.OrderTicket_MarkupCompile.i.cache │ ├── Modules.RealTimeQuotePresentation.Properties.Resources.resources │ ├── Modules.RealTimeQuotePresentation.csproj.FileListAbsolute.txt │ ├── Modules.RealTimeQuotePresentation.csproj.GenerateResource.Cache │ ├── Modules.RealTimeQuotePresentation.csprojResolveAssemblyReference.cache │ ├── Modules.RealTimeQuotePresentation.dll │ ├── Modules.RealTimeQuotePresentation.g.resources │ ├── Modules.RealTimeQuotePresentation.pdb │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.cache │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.i.cache │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.lref │ ├── Modules.StrategyManager.Properties.Resources.resources │ ├── Modules.StrategyManager.csproj.FileListAbsolute.txt │ ├── Modules.StrategyManager.csproj.GenerateResource.Cache │ ├── Modules.StrategyManager.csprojResolveAssemblyReference.cache │ ├── Modules.StrategyManager.dll │ ├── Modules.StrategyManager.g.resources │ ├── Modules.StrategyManager.pdb │ ├── Modules.StrategyManager_MarkupCompile.cache │ ├── Modules.StrategyManager_MarkupCompile.i.cache │ ├── QTShell.Properties.Resources.resources │ ├── QTShell.csproj.FileListAbsolute.txt │ ├── QTShell.csproj.GenerateResource.Cache │ ├── QTShell.csprojResolveAssemblyReference.cache │ ├── QTShell.exe │ ├── QTShell.g.resources │ ├── QTShell.pdb │ ├── QTShell_MarkupCompile.cache │ ├── QTShell_MarkupCompile.i.cache │ ├── Resources │ │ ├── Controls │ │ │ ├── ButtonStyles.baml │ │ │ ├── ComboBoxStyles.baml │ │ │ ├── DataGridStyles.baml │ │ │ ├── GroupBoxStyles.baml │ │ │ ├── ListBoxStyles.baml │ │ │ ├── MenuStyles.baml │ │ │ ├── ScrollBarStyles.baml │ │ │ ├── Styles.baml │ │ │ ├── TabControlStyles.baml │ │ │ ├── TextBoxStyles.baml │ │ │ └── WindowStyles.baml │ │ ├── MetroWindowResources.baml │ │ └── Resources.baml │ ├── Shell.baml │ ├── Shell.g.cs │ ├── Shell.g.i.cs │ ├── TechnicalAnalysisEngine.csproj.FileListAbsolute.txt │ ├── TechnicalAnalysisEngine.csprojResolveAssemblyReference.cache │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── TradingBase.csproj.FileListAbsolute.txt │ ├── TradingBase.csprojResolveAssemblyReference.cache │ ├── TradingBase.dll │ ├── TradingBase.pdb │ ├── UI │ │ ├── InputBox │ │ │ ├── InputBox.baml │ │ │ ├── InputBox.g.cs │ │ │ └── InputBox.g.i.cs │ │ ├── PlotWindow │ │ │ ├── PlotWindow.baml │ │ │ ├── PlotWindow.g.cs │ │ │ └── PlotWindow.g.i.cs │ │ ├── StrategySelector │ │ │ ├── StrategySelectorWindow.baml │ │ │ ├── StrategySelectorWindow.g.cs │ │ │ └── StrategySelectorWindow.g.i.cs │ │ └── StrategySetter │ │ │ ├── StrategySetterWindow.baml │ │ │ ├── StrategySetterWindow.g.cs │ │ │ └── StrategySetterWindow.g.i.cs │ ├── View │ │ ├── OrderAndPositionView.baml │ │ ├── OrderAndPositionView.g.cs │ │ ├── OrderAndPositionView.g.i.cs │ │ ├── OrderTicketView.baml │ │ ├── OrderTicketView.g.cs │ │ ├── OrderTicketView.g.i.cs │ │ ├── StrategyGridView.baml │ │ ├── StrategyGridView.g.cs │ │ └── StrategyGridView.g.i.cs │ └── Views │ │ ├── QuoteGridView.baml │ │ ├── QuoteGridView.g.cs │ │ ├── QuoteGridView.g.i.cs │ │ ├── QuotePlotView.baml │ │ ├── QuotePlotView.g.cs │ │ └── QuotePlotView.g.i.cs │ └── Release │ ├── App.baml │ ├── App.g.cs │ ├── App.g.i.cs │ ├── BackTestWindow.Properties.Resources.resources │ ├── BackTestWindow.csproj.FileListAbsolute.txt │ ├── BackTestWindow.csproj.GenerateResource.Cache │ ├── BackTestWindow.csprojResolveAssemblyReference.cache │ ├── BackTestWindow.exe │ ├── BackTestWindow.g.resources │ ├── BackTestWindow.pdb │ ├── BackTestWindow_MarkupCompile.cache │ ├── BackTestWindow_MarkupCompile.i.cache │ ├── CSharpAPI.csproj.FileListAbsolute.txt │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── ClassicStrategies.csproj.FileListAbsolute.txt │ ├── ClassicStrategies.csprojResolveAssemblyReference.cache │ ├── ClassicStrategies.dll │ ├── ClassicStrategies.pdb │ ├── DailyPreMarket.csproj.FileListAbsolute.txt │ ├── DailyPreMarket.csprojResolveAssemblyReference.cache │ ├── DailyPreMarket.exe │ ├── DailyPreMarket.pdb │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── GeneratedInternalTypeHelper.g.i.cs │ ├── HistoricalDataDownloader.csproj.FileListAbsolute.txt │ ├── HistoricalDataDownloader.csprojResolveAssemblyReference.cache │ ├── HistoricalDataDownloader.exe │ ├── HistoricalDataDownloader.pdb │ ├── IBConnectionTest.ContractOrderDlg.resources │ ├── IBConnectionTest.IBConnectionTestForm.resources │ ├── IBConnectionTest.csproj.FileListAbsolute.txt │ ├── IBConnectionTest.csproj.GenerateResource.Cache │ ├── IBConnectionTest.csprojResolveAssemblyReference.cache │ ├── IBConnectionTest.exe │ ├── IBSampleApp.IBSampleApp.resources │ ├── IBSampleApp.OrderDialog.resources │ ├── IBSampleApp.Properties.Resources.resources │ ├── IBSampleApp.csproj.FileListAbsolute.txt │ ├── IBSampleApp.csproj.GenerateResource.Cache │ ├── IBSampleApp.csprojResolveAssemblyReference.cache │ ├── IBSampleApp.exe │ ├── IBSampleApp.pdb │ ├── IBSampleApp.ui.ComboContractResults.resources │ ├── IBSampleApp.ui.MarginDialog.resources │ ├── IBSamples.csproj.FileListAbsolute.txt │ ├── IBSamples.csprojResolveAssemblyReference.cache │ ├── IBSamples.exe │ ├── IBSamples.pdb │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── Modules.Framework.csproj.FileListAbsolute.txt │ ├── Modules.Framework.csprojResolveAssemblyReference.cache │ ├── Modules.Framework.dll │ ├── Modules.Framework.pdb │ ├── Modules.OrderAndPositions.Properties.Resources.resources │ ├── Modules.OrderAndPositions.csproj.FileListAbsolute.txt │ ├── Modules.OrderAndPositions.csproj.GenerateResource.Cache │ ├── Modules.OrderAndPositions.csprojResolveAssemblyReference.cache │ ├── Modules.OrderAndPositions.dll │ ├── Modules.OrderAndPositions.g.resources │ ├── Modules.OrderAndPositions.pdb │ ├── Modules.OrderAndPositions_MarkupCompile.cache │ ├── Modules.OrderAndPositions_MarkupCompile.i.cache │ ├── Modules.OrderTicket.Properties.Resources.resources │ ├── Modules.OrderTicket.csproj.FileListAbsolute.txt │ ├── Modules.OrderTicket.csproj.GenerateResource.Cache │ ├── Modules.OrderTicket.csprojResolveAssemblyReference.cache │ ├── Modules.OrderTicket.dll │ ├── Modules.OrderTicket.g.resources │ ├── Modules.OrderTicket.pdb │ ├── Modules.OrderTicket_MarkupCompile.cache │ ├── Modules.OrderTicket_MarkupCompile.i.cache │ ├── Modules.RealTimeQuotePresentation.Properties.Resources.resources │ ├── Modules.RealTimeQuotePresentation.csproj.FileListAbsolute.txt │ ├── Modules.RealTimeQuotePresentation.csproj.GenerateResource.Cache │ ├── Modules.RealTimeQuotePresentation.csprojResolveAssemblyReference.cache │ ├── Modules.RealTimeQuotePresentation.dll │ ├── Modules.RealTimeQuotePresentation.g.resources │ ├── Modules.RealTimeQuotePresentation.pdb │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.cache │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.i.cache │ ├── Modules.RealTimeQuotePresentation_MarkupCompile.lref │ ├── Modules.StrategyManager.Properties.Resources.resources │ ├── Modules.StrategyManager.csproj.FileListAbsolute.txt │ ├── Modules.StrategyManager.csproj.GenerateResource.Cache │ ├── Modules.StrategyManager.csprojResolveAssemblyReference.cache │ ├── Modules.StrategyManager.dll │ ├── Modules.StrategyManager.g.resources │ ├── Modules.StrategyManager.pdb │ ├── Modules.StrategyManager_MarkupCompile.cache │ ├── Modules.StrategyManager_MarkupCompile.i.cache │ ├── QTShell.Properties.Resources.resources │ ├── QTShell.csproj.FileListAbsolute.txt │ ├── QTShell.csproj.GenerateResource.Cache │ ├── QTShell.csprojResolveAssemblyReference.cache │ ├── QTShell.exe │ ├── QTShell.g.resources │ ├── QTShell.pdb │ ├── QTShell_MarkupCompile.cache │ ├── QTShell_MarkupCompile.i.cache │ ├── Resources │ ├── Controls │ │ ├── ButtonStyles.baml │ │ ├── ComboBoxStyles.baml │ │ ├── DataGridStyles.baml │ │ ├── GroupBoxStyles.baml │ │ ├── ListBoxStyles.baml │ │ ├── MenuStyles.baml │ │ ├── ScrollBarStyles.baml │ │ ├── Styles.baml │ │ ├── TabControlStyles.baml │ │ ├── TextBoxStyles.baml │ │ └── WindowStyles.baml │ ├── MetroWindowResources.baml │ └── Resources.baml │ ├── Shell.baml │ ├── Shell.g.cs │ ├── Shell.g.i.cs │ ├── TechnicalAnalysisEngine.csproj.FileListAbsolute.txt │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TempPE │ └── Properties.Resources.Designer.cs.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── TradingBase.csproj.FileListAbsolute.txt │ ├── TradingBase.csprojResolveAssemblyReference.cache │ ├── TradingBase.dll │ ├── TradingBase.pdb │ ├── UI │ ├── InputBox │ │ ├── InputBox.baml │ │ ├── InputBox.g.cs │ │ └── InputBox.g.i.cs │ ├── PlotWindow │ │ ├── PlotWindow.baml │ │ ├── PlotWindow.g.cs │ │ └── PlotWindow.g.i.cs │ ├── StrategySelector │ │ ├── StrategySelectorWindow.baml │ │ ├── StrategySelectorWindow.g.cs │ │ └── StrategySelectorWindow.g.i.cs │ └── StrategySetter │ │ ├── StrategySetterWindow.baml │ │ ├── StrategySetterWindow.g.cs │ │ └── StrategySetterWindow.g.i.cs │ ├── View │ ├── OrderAndPositionView.baml │ ├── OrderAndPositionView.g.cs │ ├── OrderAndPositionView.g.i.cs │ ├── OrderTicketView.baml │ ├── OrderTicketView.g.cs │ ├── OrderTicketView.g.i.cs │ ├── StrategyGridView.baml │ ├── StrategyGridView.g.cs │ └── StrategyGridView.g.i.cs │ └── Views │ ├── QuoteGridView.baml │ ├── QuoteGridView.g.cs │ ├── QuoteGridView.g.i.cs │ ├── QuotePlotView.baml │ ├── QuotePlotView.g.cs │ └── QuotePlotView.g.i.cs ├── README.md ├── Source ├── BacktestAndDailyTools │ ├── BackTestWindow │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── BackTestWindow.csproj │ │ ├── BacktestModel.cs │ │ ├── BacktestViewModel.cs │ │ ├── Infrastructure │ │ │ ├── ObservableObject.cs │ │ │ ├── PropertySupport.cs │ │ │ └── RelayCommand.cs │ │ ├── Laboratory.ico │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Resources │ │ │ ├── Controls │ │ │ │ ├── ButtonStyles.xaml │ │ │ │ ├── ComboBoxStyles.xaml │ │ │ │ ├── DataGridStyles.xaml │ │ │ │ ├── GroupBoxStyles.xaml │ │ │ │ ├── ListBoxStyles.xaml │ │ │ │ ├── MenuStyles.xaml │ │ │ │ ├── ScrollBarStyles.xaml │ │ │ │ ├── Styles.xaml │ │ │ │ ├── TabControlStyles.xaml │ │ │ │ ├── TextBoxStyles.xaml │ │ │ │ └── WindowStyles.xaml │ │ │ ├── Laboratory.ico │ │ │ ├── MetroWindowResources.xaml │ │ │ ├── Resources.xaml │ │ │ └── mainwindow.ico │ │ ├── UI │ │ │ ├── InputBox │ │ │ │ ├── InputBox.xaml │ │ │ │ └── InputBox.xaml.cs │ │ │ ├── PlotWindow │ │ │ │ ├── PlotWindow.xaml │ │ │ │ ├── PlotWindow.xaml.cs │ │ │ │ └── PlotWindowViewModel.cs │ │ │ ├── StrategySelector │ │ │ │ ├── StrategySelectorWindow.xaml │ │ │ │ └── StrategySelectorWindow.xaml.cs │ │ │ └── StrategySetter │ │ │ │ ├── StrategySetterWindow.xaml │ │ │ │ └── StrategySetterWindow.xaml.cs │ │ ├── mainwindow.ico │ │ └── packages.config │ ├── DailyPreMarket │ │ ├── App.config │ │ ├── DailyPreMarket.csproj │ │ ├── DailyPreMarket.csproj.user │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── packages.config │ └── HistoricalDataDownloader │ │ ├── App.config │ │ ├── HistoricalDataDownloader.csproj │ │ ├── Program.cs │ │ └── Properties │ │ └── AssemblyInfo.cs ├── IBConnection │ ├── IBConnectionTest │ │ ├── ContractOrderDlg.Designer.cs │ │ ├── ContractOrderDlg.cs │ │ ├── ContractOrderDlg.resx │ │ ├── IBConnectionTest.csproj │ │ ├── IBConnectionTestForm.Designer.cs │ │ ├── IBConnectionTestForm.cs │ │ ├── IBConnectionTestForm.resx │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── app.config │ ├── IBSampleApp │ │ ├── IBSampleApp.csproj │ │ ├── IBSampleApp.sln │ │ ├── IBSampleApp.suo │ │ ├── Program.cs │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── app.config │ │ ├── backend │ │ │ └── IBClient.cs │ │ ├── messages │ │ │ ├── AccountDownloadEndMessage.cs │ │ │ ├── AccountSummaryEndMessage.cs │ │ │ ├── AccountSummaryMessage.cs │ │ │ ├── AccountValueMessage.cs │ │ │ ├── AdvisorDataMessage.cs │ │ │ ├── CommissionMessage.cs │ │ │ ├── ConnectionStatusMessage.cs │ │ │ ├── ContractDetailsEndMessage.cs │ │ │ ├── ContractDetailsMessage.cs │ │ │ ├── DeepBookMessage.cs │ │ │ ├── ErrorMessage.cs │ │ │ ├── ExecutionMessage.cs │ │ │ ├── FundamentalsMessage.cs │ │ │ ├── HistoricalDataEndMessage.cs │ │ │ ├── HistoricalDataMessage.cs │ │ │ ├── IBMessage.cs │ │ │ ├── ManagedAccountsMessage.cs │ │ │ ├── MarketDataMessage.cs │ │ │ ├── MessageType.cs │ │ │ ├── OpenOrderEndMessage.cs │ │ │ ├── OpenOrderMessage.cs │ │ │ ├── OrderMessage.cs │ │ │ ├── OrderStatusMessage.cs │ │ │ ├── PositionMessage.cs │ │ │ ├── RealTimeBarMessage.cs │ │ │ ├── ScannerEndMessage.cs │ │ │ ├── ScannerMessage.cs │ │ │ ├── TickOptionMessage.cs │ │ │ ├── TickPriceMessage.cs │ │ │ ├── TickSizeMessage.cs │ │ │ ├── UpdateAccountTimeMessage.cs │ │ │ └── UpdatePortfolioMessage.cs │ │ ├── tws40.ico │ │ ├── types │ │ │ ├── FinancialAdvisorTypes.cs │ │ │ └── IBTypes.cs │ │ ├── ui │ │ │ ├── AccountManager.cs │ │ │ ├── AdvisorManager.cs │ │ │ ├── ComboContractResults.Designer.cs │ │ │ ├── ComboContractResults.cs │ │ │ ├── ComboContractResults.resx │ │ │ ├── ContractManager.cs │ │ │ ├── DataManager.cs │ │ │ ├── DeepBookManager.cs │ │ │ ├── HistoricalDataManager.cs │ │ │ ├── IBSampleApp.Designer.cs │ │ │ ├── IBSampleApp.cs │ │ │ ├── IBSampleApp.resx │ │ │ ├── MarginDialog.Designer.cs │ │ │ ├── MarginDialog.cs │ │ │ ├── MarginDialog.resx │ │ │ ├── MarketDataManager.cs │ │ │ ├── OptionsManager.cs │ │ │ ├── OrderDialog.Designer.cs │ │ │ ├── OrderDialog.cs │ │ │ ├── OrderDialog.resx │ │ │ ├── OrderManager.cs │ │ │ ├── RealTimeBarsManager.cs │ │ │ └── ScannerManager.cs │ │ └── util │ │ │ ├── Utils.cs │ │ │ └── XmlHelper.cs │ ├── IBSamples │ │ ├── ContractSamples.cs │ │ ├── EWrapperImpl.cs │ │ ├── IBSamples.csproj │ │ ├── IBSamples.csproj.user │ │ ├── IBSamples.sln │ │ ├── IBSamples.suo │ │ ├── OrderSamples.cs │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── RequestContractDetails.cs │ │ ├── ScannerSubscriptionSamples.cs │ │ └── app.config │ └── csharpclient │ │ ├── AccountSummaryTags.cs │ │ ├── CSharpAPI.csproj │ │ ├── CSharpAPI.sln │ │ ├── CSharpAPI.suo │ │ ├── CSharpAPI.v12.suo │ │ ├── ComboLeg.cs │ │ ├── CommissionReport.cs │ │ ├── Constants.cs │ │ ├── Contract.cs │ │ ├── ContractDetails.cs │ │ ├── EClientErrors.cs │ │ ├── EClientSocket.cs │ │ ├── EReader.cs │ │ ├── EWrapper.cs │ │ ├── Execution.cs │ │ ├── ExecutionFilter.cs │ │ ├── IBParamsList.cs │ │ ├── IncomingMessage.cs │ │ ├── MessageValidator.cs │ │ ├── MinServerVer.cs │ │ ├── Order.cs │ │ ├── OrderComboLeg.cs │ │ ├── OrderState.cs │ │ ├── OutgoingMessages.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ScannerSubscription.cs │ │ ├── TagValue.cs │ │ ├── TickType.cs │ │ ├── UnderComp.cs │ │ └── Util.cs ├── QuantTrading.sln ├── QuantTrading.v12.suo ├── RealTimeTrading │ ├── Modules.Framework │ │ ├── Events │ │ │ ├── ApplicationExitEvent.cs │ │ │ ├── ConnectDisconnectEvent.cs │ │ │ ├── GenerateReportEvent.cs │ │ │ ├── IncomingEvents.cs │ │ │ ├── OutogingEvents.cs │ │ │ └── SymbolGridSelectionChangedEvent.cs │ │ ├── Interfaces │ │ │ ├── IGlobalIdService.cs │ │ │ ├── IQuoteUpdateService.cs │ │ │ └── IStrategyQuoteFeedService.cs │ │ ├── ModuleFramework.cs │ │ ├── Modules.Framework.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Services │ │ │ ├── BrokerService.cs │ │ │ ├── GlobalIdService.cs │ │ │ └── QuoteDispatcherService.cs │ │ └── packages.config │ ├── Modules.OrderAndPositions │ │ ├── Model │ │ │ └── OrderAndPositionModel.cs │ │ ├── ModuleOrderAndPositions.cs │ │ ├── Modules.OrderAndPositions.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── View │ │ │ ├── OrderAndPositionView.xaml │ │ │ └── OrderAndPositionView.xaml.cs │ │ ├── ViewModel │ │ │ └── OrderAndPositionViewModel.cs │ │ └── packages.config │ ├── Modules.OrderTicket │ │ ├── ModuleOrderTicket.cs │ │ ├── Modules.OrderTicket.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── View │ │ │ ├── OrderTicketView.xaml │ │ │ └── OrderTicketView.xaml.cs │ │ ├── ViewModel │ │ │ └── OrderTicketViewModel.cs │ │ └── packages.config │ ├── Modules.RealTimeQuotePresentation │ │ ├── Model │ │ │ └── QuoteGridModel.cs │ │ ├── ModuleRealTimeQuotePresentation.cs │ │ ├── Modules.RealTimeQuotePresentation.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Services │ │ │ └── QuoteUpdateService.cs │ │ ├── ViewModels │ │ │ ├── QuoteGridViewModel.cs │ │ │ └── QuotePlotViewModel.cs │ │ ├── Views │ │ │ ├── QuoteGridView.xaml │ │ │ ├── QuoteGridView.xaml.cs │ │ │ ├── QuotePlotView.xaml │ │ │ └── QuotePlotView.xaml.cs │ │ └── packages.config │ ├── Modules.StrategyManager │ │ ├── Model │ │ │ └── StrategyGridModel.cs │ │ ├── ModuleStrategyManager.cs │ │ ├── Modules.StrategyManager.csproj │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ ├── Services │ │ │ └── StrategyQuoteFeedService.cs │ │ ├── View │ │ │ ├── StrategyGridView.xaml │ │ │ └── StrategyGridView.xaml.cs │ │ ├── ViewModel │ │ │ └── StrategyGridViewModel.cs │ │ └── packages.config │ └── QTShell │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── Bootstrapper.cs │ │ ├── Log4NetLoggerAdaptor.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── QTShell.csproj │ │ ├── Resources │ │ ├── Controls │ │ │ ├── ButtonStyles.xaml │ │ │ ├── ComboBoxStyles.xaml │ │ │ ├── DataGridStyles.xaml │ │ │ ├── GroupBoxStyles.xaml │ │ │ ├── ListBoxStyles.xaml │ │ │ ├── MenuStyles.xaml │ │ │ ├── ScrollBarStyles.xaml │ │ │ ├── Styles.xaml │ │ │ ├── TabControlStyles.xaml │ │ │ ├── TextBoxStyles.xaml │ │ │ └── WindowStyles.xaml │ │ ├── MetroWindowResources.xaml │ │ ├── Resources.xaml │ │ └── mainwindow.ico │ │ ├── Shell.xaml │ │ ├── Shell.xaml.cs │ │ ├── mainwindow.ico │ │ └── packages.config ├── TradingBase │ ├── TechnicalAnalysisEngine │ │ ├── ATR.cs │ │ ├── BollingerBands.cs │ │ ├── EMA.cs │ │ ├── Entities │ │ │ ├── ATRResult.cs │ │ │ ├── BollingerBandsResult.cs │ │ │ ├── EMAResult.cs │ │ │ ├── Enums.cs │ │ │ ├── MACDResult.cs │ │ │ ├── MFIResult.cs │ │ │ ├── MovingAverageEnvelopesResult.cs │ │ │ ├── RSIResult.cs │ │ │ ├── SMAResult.cs │ │ │ ├── StochasticResult.cs │ │ │ └── WilliamsRResult.cs │ │ ├── Helpers.cs │ │ ├── MACD.cs │ │ ├── MFI.cs │ │ ├── MovingAverageEnvelopes.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── RSI.cs │ │ ├── SMA.cs │ │ ├── Stochastic.cs │ │ ├── TechnicalAnalysisEngine.csproj │ │ └── WilliamsR.cs │ └── TradingBase │ │ ├── Account.cs │ │ ├── Backtest │ │ ├── BacktestEngine.cs │ │ ├── Broker.cs │ │ ├── HistSim.cs │ │ ├── MultiSim.cs │ │ ├── OptimizeEngine.cs │ │ └── SingleSim.cs │ │ ├── Bar │ │ ├── Bar.cs │ │ ├── BarIntervalData.cs │ │ ├── BarList.cs │ │ ├── BarListTracker.cs │ │ ├── BarRequest.cs │ │ └── BarTimeIntervalData.cs │ │ ├── Brokers │ │ ├── GoogleClient.cs │ │ ├── IBClient.cs │ │ └── IClient.cs │ │ ├── Enums │ │ ├── BarInterval.cs │ │ ├── CurrencyType.cs │ │ └── SecurityType.cs │ │ ├── Order │ │ ├── OffsetTracker.cs │ │ ├── Order.cs │ │ ├── OrderBook.cs │ │ ├── OrderStatus.cs │ │ ├── OrderTracker.cs │ │ ├── OrderType.cs │ │ ├── TimeInForce.cs │ │ ├── Trade.cs │ │ └── TrailTracker.cs │ │ ├── PerformanceAnalysis │ │ ├── PerformanceEvaluator.cs │ │ └── PerformanceMatrix.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Rss │ │ ├── Rss.cs │ │ └── RssManager.cs │ │ ├── Security │ │ ├── Basket.cs │ │ ├── Portfolio.cs │ │ ├── Position.cs │ │ ├── PositionTracker.cs │ │ └── Security.cs │ │ ├── Strategy │ │ ├── StrategyBase.cs │ │ └── StrategyInterface.cs │ │ ├── Tick │ │ ├── Tick.cs │ │ ├── TickArchiver.cs │ │ ├── TickReader.cs │ │ ├── TickTracker.cs │ │ ├── TickType.cs │ │ ├── TickUtil.cs │ │ ├── TickWatcher.cs │ │ └── TickWriter.cs │ │ ├── TradingBase.csproj │ │ ├── Util │ │ ├── Calc.cs │ │ ├── ConfigManager.cs │ │ ├── ConnectionTracker.cs │ │ ├── DefaultSettings.cs │ │ ├── EnumDescConverter.cs │ │ ├── IConfigManager.cs │ │ ├── IdTracker.cs │ │ ├── Log.cs │ │ ├── OffsetInfo.cs │ │ ├── OffsetTracker.cs │ │ ├── OversellProtector.cs │ │ ├── TrailTracker.cs │ │ └── Util.cs │ │ └── packages.config ├── TradingStrategies │ ├── ClassicStrategies │ │ ├── AlwaysEnter.cs │ │ ├── ClassicStrategies.csproj │ │ ├── EMASimple.cs │ │ ├── HelloWorld.cs │ │ ├── MACDSimple.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── SMASimple.cs │ └── MyStrategies │ │ ├── DailyCloseEmail.cs │ │ ├── DualTimeFrameMarketOrder.cs │ │ ├── MyStrategies.csproj │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── obj │ │ ├── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── Release │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── x64 │ │ ├── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── MyStrategies.csproj.FileListAbsolute.txt │ │ ├── MyStrategies.csprojResolveAssemblyReference.cache │ │ ├── MyStrategies.dll │ │ ├── MyStrategies.pdb │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── build.force │ │ └── Release │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── MyStrategies.csproj.FileListAbsolute.txt │ │ ├── MyStrategies.csprojResolveAssemblyReference.cache │ │ ├── MyStrategies.dll │ │ ├── MyStrategies.pdb │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── packages │ ├── CommonServiceLocator.1.2 │ ├── CommonServiceLocator.1.2.nupkg │ ├── CommonServiceLocator.1.2.nuspec │ └── lib │ │ └── portable-windows8+net40+sl5+windowsphone8 │ │ ├── Microsoft.Practices.ServiceLocation.XML │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ └── Microsoft.Practices.ServiceLocation.pdb │ ├── Extended.Wpf.Toolkit.2.2.1 │ ├── Extended.Wpf.Toolkit.2.2.1.nupkg │ ├── Extended.Wpf.Toolkit.2.2.1.nuspec │ ├── lib │ │ ├── net35 │ │ │ ├── WPFToolkit.dll │ │ │ └── Xceed.Wpf.Toolkit.dll │ │ └── net40 │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll │ │ │ ├── Xceed.Wpf.AvalonDock.dll │ │ │ ├── Xceed.Wpf.DataGrid.dll │ │ │ ├── Xceed.Wpf.Toolkit.dll │ │ │ ├── de │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── es │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── fr │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── hu │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── it │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── pt-BR │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── ro │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── ru │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ ├── sv │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ │ │ └── zh-Hans │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll │ └── tools │ │ └── install.ps1 │ ├── Newtonsoft.Json.6.0.5 │ ├── Newtonsoft.Json.6.0.5.nupkg │ ├── Newtonsoft.Json.6.0.5.nuspec │ ├── lib │ │ ├── net20 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net35 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net40 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net45 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── netcore45 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── portable-net40+sl5+wp80+win8+wpa81 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ └── portable-net45+wp80+win8+wpa81 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ └── tools │ │ └── install.ps1 │ ├── OxyPlot.Core.2014.1.517 │ ├── AUTHORS │ ├── CONTRIBUTORS │ ├── LICENSE │ ├── OxyPlot.Core.2014.1.517.nupkg │ ├── OxyPlot.Core.2014.1.517.nuspec │ ├── README.md │ └── lib │ │ └── portable-net4+sl4+wp71+win8 │ │ ├── OxyPlot.dll │ │ ├── OxyPlot.pdb │ │ └── OxyPlot.xml │ ├── OxyPlot.Wpf.2014.1.517 │ ├── OxyPlot.Wpf.2014.1.517.nupkg │ ├── OxyPlot.Wpf.2014.1.517.nuspec │ ├── README.md │ └── lib │ │ ├── net40 │ │ ├── OxyPlot.Wpf.XML │ │ ├── OxyPlot.Wpf.dll │ │ ├── OxyPlot.Wpf.pdb │ │ ├── OxyPlot.Xps.XML │ │ ├── OxyPlot.Xps.dll │ │ └── OxyPlot.Xps.pdb │ │ └── net45 │ │ ├── OxyPlot.Wpf.XML │ │ ├── OxyPlot.Wpf.dll │ │ ├── OxyPlot.Wpf.pdb │ │ ├── OxyPlot.Xps.XML │ │ ├── OxyPlot.Xps.dll │ │ └── OxyPlot.Xps.pdb │ ├── Prism.5.0.0 │ ├── Prism.5.0.0.nupkg │ └── Prism.5.0.0.nuspec │ ├── Prism.Composition.5.0.0 │ ├── Prism.Composition.5.0.0.nupkg │ ├── Prism.Composition.5.0.0.nuspec │ └── lib │ │ └── NET45 │ │ ├── Microsoft.Practices.Prism.Composition.dll │ │ ├── Microsoft.Practices.Prism.Composition.xml │ │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ │ └── Microsoft.Practices.Prism.SharedInterfaces.xml │ ├── Prism.Interactivity.5.0.0 │ ├── Prism.Interactivity.5.0.0.nupkg │ ├── Prism.Interactivity.5.0.0.nuspec │ └── lib │ │ └── NET45 │ │ ├── Microsoft.Practices.Prism.Interactivity.dll │ │ └── Microsoft.Practices.Prism.Interactivity.xml │ ├── Prism.Mvvm.1.0.0 │ ├── Prism.Mvvm.1.0.0.nupkg │ ├── Prism.Mvvm.1.0.0.nuspec │ └── lib │ │ ├── net45 │ │ ├── Microsoft.Practices.Prism.Mvvm.Desktop.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.xml │ │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ │ └── Microsoft.Practices.Prism.SharedInterfaces.xml │ │ ├── windows8 │ │ ├── Microsoft.Practices.Prism.Mvvm.Store.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.xml │ │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ │ └── Microsoft.Practices.Prism.SharedInterfaces.xml │ │ └── windowsphone8 │ │ ├── Microsoft.Practices.Prism.Mvvm.Phone.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.dll │ │ ├── Microsoft.Practices.Prism.Mvvm.xml │ │ ├── Microsoft.Practices.Prism.SharedInterfaces.dll │ │ └── Microsoft.Practices.Prism.SharedInterfaces.xml │ ├── Prism.PubSubEvents.1.0.0 │ ├── Prism.PubSubEvents.1.0.0.nupkg │ ├── Prism.PubSubEvents.1.0.0.nuspec │ └── lib │ │ └── portable-sl4+wp7+windows8+net40 │ │ └── Microsoft.Practices.Prism.PubSubEvents.dll │ ├── Prism.UnityExtensions.5.0.1 │ ├── Prism.UnityExtensions.5.0.1.nupkg │ ├── Prism.UnityExtensions.5.0.1.nuspec │ └── lib │ │ └── NET45 │ │ ├── Microsoft.Practices.Prism.UnityExtensions.dll │ │ └── Microsoft.Practices.Prism.UnityExtensions.xml │ ├── R.NET.Community.1.5.16 │ ├── R.NET.Community.1.5.16.nupkg │ ├── R.NET.Community.1.5.16.nuspec │ └── lib │ │ └── net40 │ │ ├── RDotNet.NativeLibrary.XML │ │ ├── RDotNet.NativeLibrary.dll │ │ ├── RDotNet.XML │ │ └── RDotNet.dll │ ├── Rx-Core.2.2.5 │ ├── Rx-Core.2.2.5.nupkg │ ├── Rx-Core.2.2.5.nuspec │ └── lib │ │ ├── net40 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── net45 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── portable-net40+sl5+win8+wp8 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── portable-net45+winrt45+wp8+wpa81 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── portable-win81+wpa81 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── portable-windows8+net45+wp8 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── sl5 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── windows8 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ ├── windowsphone71 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ │ └── windowsphone8 │ │ ├── System.Reactive.Core.XML │ │ └── System.Reactive.Core.dll │ ├── Rx-Interfaces.2.2.5 │ ├── Rx-Interfaces.2.2.5.nupkg │ ├── Rx-Interfaces.2.2.5.nuspec │ └── lib │ │ ├── net40 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── net45 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── portable-net40+sl5+win8+wp8 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── portable-net45+winrt45+wp8+wpa81 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── portable-win81+wpa81 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── portable-windows8+net45+wp8 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── sl5 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── windows8 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ ├── windowsphone71 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ │ └── windowsphone8 │ │ ├── System.Reactive.Interfaces.XML │ │ └── System.Reactive.Interfaces.dll │ ├── Rx-Linq.2.2.5 │ ├── Rx-Linq.2.2.5.nupkg │ ├── Rx-Linq.2.2.5.nuspec │ └── lib │ │ ├── net40 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── net45 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── portable-net40+sl5+win8+wp8 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── portable-net45+winrt45+wp8+wpa81 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── portable-win81+wpa81 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── portable-windows8+net45+wp8 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── sl5 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── windows8 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ ├── windowsphone71 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ │ └── windowsphone8 │ │ ├── System.Reactive.Linq.XML │ │ └── System.Reactive.Linq.dll │ ├── Rx-Main.2.2.5 │ ├── Rx-Main.2.2.5.nupkg │ └── Rx-Main.2.2.5.nuspec │ ├── Rx-PlatformServices.2.2.5 │ ├── Rx-PlatformServices.2.2.5.nupkg │ ├── Rx-PlatformServices.2.2.5.nuspec │ └── lib │ │ ├── net40 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── net45 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── portable-net40+sl5+win8+wp8 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── portable-net45+winrt45+wp8+wpa81 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── portable-win81+wpa81 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── portable-windows8+net45+wp8 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── sl5 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── windows8 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ ├── windowsphone71 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ │ └── windowsphone8 │ │ ├── System.Reactive.PlatformServices.XML │ │ └── System.Reactive.PlatformServices.dll │ ├── Unity.3.5.1404.0 │ ├── Unity.3.5.1404.0.nupkg │ ├── Unity.3.5.1404.0.nuspec │ ├── UnityConfiguration30.xsd │ └── lib │ │ ├── net45 │ │ ├── Microsoft.Practices.Unity.Configuration.XML │ │ ├── Microsoft.Practices.Unity.Configuration.dll │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.XML │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.dll │ │ ├── Microsoft.Practices.Unity.dll │ │ └── Microsoft.Practices.Unity.xml │ │ ├── portable-net45+wp80+win8+MonoAndroid10+MonoTouch10 │ │ ├── Microsoft.Practices.Unity.dll │ │ └── Microsoft.Practices.Unity.xml │ │ ├── win8 │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.XML │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.dll │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.pri │ │ ├── Microsoft.Practices.Unity.dll │ │ └── Microsoft.Practices.Unity.xml │ │ └── wp80 │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.XML │ │ ├── Microsoft.Practices.Unity.RegistrationByConvention.dll │ │ ├── Microsoft.Practices.Unity.dll │ │ └── Microsoft.Practices.Unity.xml │ ├── WPFToolkit.3.5.50211.1 │ ├── WPFToolkit.3.5.50211.1.nupkg │ ├── WPFToolkit.3.5.50211.1.nuspec │ └── lib │ │ ├── System.Windows.Controls.Input.Toolkit.dll │ │ ├── System.Windows.Controls.Layout.Toolkit.dll │ │ └── WPFToolkit.dll │ ├── log4net.2.0.3 │ ├── lib │ │ ├── net10-full │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── net11-full │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── net20-full │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── net35-client │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── net35-full │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── net40-client │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ └── net40-full │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ ├── log4net.2.0.3.nupkg │ └── log4net.2.0.3.nuspec │ └── repositories.config ├── Strategies ├── Debug │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── ClassicStrategies.dll │ ├── ClassicStrategies.pdb │ ├── MyStrategies.dll │ ├── MyStrategies.pdb │ ├── Newtonsoft.Json.dll │ ├── Newtonsoft.Json.xml │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TradingBase.dll │ └── TradingBase.pdb ├── R │ ├── .Rhistory │ ├── Backtest │ │ ├── .Rhistory │ │ ├── .Rproj.user │ │ │ └── 619EF481 │ │ │ │ ├── pcs │ │ │ │ ├── files-pane.pper │ │ │ │ ├── source-pane.pper │ │ │ │ ├── windowlayoutstate.pper │ │ │ │ └── workbench-pane.pper │ │ │ │ └── sdb │ │ │ │ ├── prop │ │ │ │ ├── 26F14B63 │ │ │ │ ├── 32088EF9 │ │ │ │ ├── 3A5EC2B9 │ │ │ │ ├── 5DA8B7C7 │ │ │ │ ├── 79AF249D │ │ │ │ ├── AFC5F492 │ │ │ │ ├── E535AAF1 │ │ │ │ ├── F68CF658 │ │ │ │ ├── FF2783CD │ │ │ │ └── INDEX │ │ │ │ └── s-9F377081 │ │ │ │ ├── 10D28D87 │ │ │ │ ├── 471C43BC │ │ │ │ ├── 598F6CDB │ │ │ │ ├── 6C4B9262 │ │ │ │ ├── 6E301D02 │ │ │ │ ├── C618DB25 │ │ │ │ ├── E5B4933A │ │ │ │ └── lock_file │ │ ├── Backtest.Rproj │ │ ├── CointegrationExample.R │ │ ├── KeyReversal.R │ │ ├── PriceSpread.R │ │ ├── StatiionaryTests.R │ │ └── Swing.R │ ├── Basics.R │ ├── CointegrationTests.R │ ├── DailyPairs.R │ ├── DailyScan.R │ ├── DailySingleName.R │ ├── HFT_Prep.R │ ├── Optimization.R │ ├── Papers │ │ ├── Algorithmic Trading -- Hidden Markov Models on Foreign Exchange Data.pdf │ │ ├── An Ornstein-Uhlenbeck Framework for Pairs Trading.pdf │ │ ├── Implementation of Pairs Trading Strategies.pdf │ │ ├── Notes.txt │ │ └── Pairs Trading -- A Cointegration Approach.pdf │ ├── Stats.R │ ├── TTR.R │ ├── Trading.R │ └── VanillaCall.R └── Release │ ├── CSharpAPI.dll │ ├── CSharpAPI.pdb │ ├── ClassicStrategies.dll │ ├── ClassicStrategies.pdb │ ├── MyStrategies.dll │ ├── MyStrategies.pdb │ ├── Newtonsoft.Json.dll │ ├── Newtonsoft.Json.xml │ ├── TechnicalAnalysisEngine.dll │ ├── TechnicalAnalysisEngine.pdb │ ├── TradingBase.dll │ └── TradingBase.pdb └── TickData ├── GOOG └── AAPL STK SMART 20141103.TXT └── IB ├── 20150318 ├── AAPL STK SMART 20150318.TXT ├── BP STK SMART 20150318.TXT ├── CLJ5 FUT NYMEX 1000 20150318.TXT ├── CLK5 FUT NYMEX 1000 20150318.TXT ├── CLM5 FUT NYMEX 1000 20150318.TXT ├── ESH5 FUT GLOBEX 50 20150318.TXT ├── ESM5 FUT GLOBEX 50 20150318.TXT ├── EXC STK SMART 20150318.TXT ├── GLD STK SMART 20150318.TXT ├── NGJ5 FUT NYMEX 10000 20150318.TXT ├── NGK5 FUT NYMEX 10000 20150318.TXT ├── NGM5 FUT NYMEX 10000 20150318.TXT ├── NQH5 FUT GLOBEX 20 20150318.TXT ├── NQM5 FUT GLOBEX 20 20150318.TXT ├── SLB STK SMART 20150318.TXT ├── SPY STK SMART 20150318.TXT ├── VXX STK SMART 20150318.TXT ├── XLU STK SMART 20150318.TXT └── XOM STK SMART 20150318.TXT ├── 20150320 ├── AAPL STK SMART 20150320.TXT ├── BP STK SMART 20150320.TXT ├── CLJ5 FUT NYMEX 1000 20150320.TXT ├── CLK5 FUT NYMEX 1000 20150320.TXT ├── CLM5 FUT NYMEX 1000 20150320.TXT ├── ESH5 FUT GLOBEX 50 20150320.TXT ├── ESM5 FUT GLOBEX 50 20150320.TXT ├── EXC STK SMART 20150320.TXT ├── GLD STK SMART 20150320.TXT ├── NGJ5 FUT NYMEX 10000 20150320.TXT ├── NGK5 FUT NYMEX 10000 20150320.TXT ├── NGM5 FUT NYMEX 10000 20150320.TXT ├── NQH5 FUT GLOBEX 20 20150320.TXT ├── NQM5 FUT GLOBEX 20 20150320.TXT ├── SLB STK SMART 20150320.TXT ├── SPY STK SMART 20150320.TXT ├── VXX STK SMART 20150320.TXT ├── XLU STK SMART 20150320.TXT └── XOM STK SMART 20150320.TXT ├── 20150323 ├── AAPL STK SMART 20150323.TXT ├── BP STK SMART 20150323.TXT ├── CLK5 FUT NYMEX 1000 20150323.TXT ├── CLM5 FUT NYMEX 1000 20150323.TXT ├── CLN5 FUT NYMEX 1000 20150323.TXT ├── ESM5 FUT GLOBEX 50 20150323.TXT ├── ESU5 FUT GLOBEX 50 20150323.TXT ├── EXC STK SMART 20150323.TXT ├── GLD STK SMART 20150323.TXT ├── NGK5 FUT NYMEX 10000 20150323.TXT ├── NGM5 FUT NYMEX 10000 20150323.TXT ├── NGN5 FUT NYMEX 10000 20150323.TXT ├── NQM5 FUT GLOBEX 20 20150323.TXT ├── NQU5 FUT GLOBEX 20 20150323.TXT ├── SLB STK SMART 20150323.TXT ├── SPY STK SMART 20150323.TXT ├── VXX STK SMART 20150323.TXT ├── XLU STK SMART 20150323.TXT └── XOM STK SMART 20150323.TXT ├── 20150324 ├── AAPL STK SMART 20150324.TXT ├── BP STK SMART 20150324.TXT ├── CLK5 FUT NYMEX 1000 20150324.TXT ├── CLM5 FUT NYMEX 1000 20150324.TXT ├── CLN5 FUT NYMEX 1000 20150324.TXT ├── ESM5 FUT GLOBEX 50 20150324.TXT ├── ESU5 FUT GLOBEX 50 20150324.TXT ├── EXC STK SMART 20150324.TXT ├── GLD STK SMART 20150324.TXT ├── NGK5 FUT NYMEX 10000 20150324.TXT ├── NGM5 FUT NYMEX 10000 20150324.TXT ├── NGN5 FUT NYMEX 10000 20150324.TXT ├── NQM5 FUT GLOBEX 20 20150324.TXT ├── NQU5 FUT GLOBEX 20 20150324.TXT ├── SLB STK SMART 20150324.TXT ├── SPY STK SMART 20150324.TXT ├── VXX STK SMART 20150324.TXT ├── XLU STK SMART 20150324.TXT └── XOM STK SMART 20150324.TXT ├── 20150325 ├── AAPL STK SMART 20150325.TXT ├── BP STK SMART 20150325.TXT ├── CLK5 FUT NYMEX 1000 20150325.TXT ├── CLM5 FUT NYMEX 1000 20150325.TXT ├── CLN5 FUT NYMEX 1000 20150325.TXT ├── ESM5 FUT GLOBEX 50 20150325.TXT ├── ESU5 FUT GLOBEX 50 20150325.TXT ├── EXC STK SMART 20150325.TXT ├── GLD STK SMART 20150325.TXT ├── NGK5 FUT NYMEX 10000 20150325.TXT ├── NGM5 FUT NYMEX 10000 20150325.TXT ├── NGN5 FUT NYMEX 10000 20150325.TXT ├── NQM5 FUT GLOBEX 20 20150325.TXT ├── NQU5 FUT GLOBEX 20 20150325.TXT ├── SLB STK SMART 20150325.TXT ├── SPY STK SMART 20150325.TXT ├── VXX STK SMART 20150325.TXT ├── XLU STK SMART 20150325.TXT └── XOM STK SMART 20150325.TXT └── 20150327 ├── AAPL STK SMART 20150327.TXT ├── BP STK SMART 20150327.TXT ├── CLK5 FUT NYMEX 1000 20150327.TXT ├── CLM5 FUT NYMEX 1000 20150327.TXT ├── CLN5 FUT NYMEX 1000 20150327.TXT ├── ESM5 FUT GLOBEX 50 20150327.TXT ├── ESU5 FUT GLOBEX 50 20150327.TXT ├── EXC STK SMART 20150327.TXT ├── GLD STK SMART 20150327.TXT ├── NGK5 FUT NYMEX 10000 20150327.TXT ├── NGM5 FUT NYMEX 10000 20150327.TXT ├── NGN5 FUT NYMEX 10000 20150327.TXT ├── NQM5 FUT GLOBEX 20 20150327.TXT ├── NQU5 FUT GLOBEX 20 20150327.TXT ├── SLB STK SMART 20150327.TXT ├── SPY STK SMART 20150327.TXT ├── VXX STK SMART 20150327.TXT ├── XLU STK SMART 20150327.TXT └── XOM STK SMART 20150327.TXT /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/.gitignore -------------------------------------------------------------------------------- /Config/DailyBasket20140923.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/DailyBasket20140923.csv -------------------------------------------------------------------------------- /Config/DailyBasket20141209.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/DailyBasket20141209.csv -------------------------------------------------------------------------------- /Config/DailyPairs20140923.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/DailyPairs20140923.csv -------------------------------------------------------------------------------- /Config/DailyPairs20141209.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/DailyPairs20141209.csv -------------------------------------------------------------------------------- /Config/GOOG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/GOOG.png -------------------------------------------------------------------------------- /Config/Multithreading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Multithreading.png -------------------------------------------------------------------------------- /Config/Other/SP_BULK_INSERT.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Other/SP_BULK_INSERT.sql -------------------------------------------------------------------------------- /Config/Other/SQL_INSERT_BAR.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Other/SQL_INSERT_BAR.sql -------------------------------------------------------------------------------- /Config/Other/SQL_QUERY.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Other/SQL_QUERY.sql -------------------------------------------------------------------------------- /Config/Other/TATest.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Other/TATest.xlsx -------------------------------------------------------------------------------- /Config/Other/Trade.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/Other/Trade.xlsx -------------------------------------------------------------------------------- /Config/basket - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/basket - Copy.xml -------------------------------------------------------------------------------- /Config/basket.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/basket.xml -------------------------------------------------------------------------------- /Config/mainsettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Config/mainsettings.xml -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141027.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141027.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141029.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141029.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141031.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141031.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141104.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141104.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141105.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141105.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141110.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141110.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141111.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141111.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141113.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141113.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141114.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141114.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141117.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141117.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141118.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141118.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141119.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141119.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141120.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141120.xlsx -------------------------------------------------------------------------------- /HistData/Daily/DailyResults20141121.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/DailyResults20141121.xlsx -------------------------------------------------------------------------------- /HistData/Daily/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Daily/data.txt -------------------------------------------------------------------------------- /HistData/GOOG/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/GOOG/data.txt -------------------------------------------------------------------------------- /HistData/IB/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/IB/data.txt -------------------------------------------------------------------------------- /HistData/Quandl/Market.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Quandl/Market.xlsm -------------------------------------------------------------------------------- /HistData/Quandl/Quandl.xlam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/HistData/Quandl/Quandl.xlam -------------------------------------------------------------------------------- /Log/log20150318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150318.txt -------------------------------------------------------------------------------- /Log/log20150318.txt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150318.txt.1 -------------------------------------------------------------------------------- /Log/log20150318.txt.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150318.txt.2 -------------------------------------------------------------------------------- /Log/log20150319.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150319.txt -------------------------------------------------------------------------------- /Log/log20150319.txt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150319.txt.1 -------------------------------------------------------------------------------- /Log/log20150320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150320.txt -------------------------------------------------------------------------------- /Log/log20150323.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150323.txt -------------------------------------------------------------------------------- /Log/log20150324.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150324.txt -------------------------------------------------------------------------------- /Log/log20150324.txt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150324.txt.1 -------------------------------------------------------------------------------- /Log/log20150324.txt.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150324.txt.2 -------------------------------------------------------------------------------- /Log/log20150325.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150325.txt -------------------------------------------------------------------------------- /Log/log20150326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150326.txt -------------------------------------------------------------------------------- /Log/log20150327.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150327.txt -------------------------------------------------------------------------------- /Log/log20150327.txt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Log/log20150327.txt.1 -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.exe -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.exe.config -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.pdb -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.vshost.exe -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Debug/BackTestWindow.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/BackTestWindow.vshost.exe.manifest -------------------------------------------------------------------------------- /Programs/Debug/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/CSharpAPI.dll -------------------------------------------------------------------------------- /Programs/Debug/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/CSharpAPI.pdb -------------------------------------------------------------------------------- /Programs/Debug/DailyPreMarket.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/DailyPreMarket.exe -------------------------------------------------------------------------------- /Programs/Debug/DailyPreMarket.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/DailyPreMarket.exe.config -------------------------------------------------------------------------------- /Programs/Debug/DailyPreMarket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/DailyPreMarket.pdb -------------------------------------------------------------------------------- /Programs/Debug/HistoricalDataDownloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/HistoricalDataDownloader.exe -------------------------------------------------------------------------------- /Programs/Debug/HistoricalDataDownloader.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/HistoricalDataDownloader.exe.config -------------------------------------------------------------------------------- /Programs/Debug/HistoricalDataDownloader.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/HistoricalDataDownloader.pdb -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.exe -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.exe.config -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.pdb -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.vshost.exe -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Debug/IBConnectionTest.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBConnectionTest.vshost.exe.manifest -------------------------------------------------------------------------------- /Programs/Debug/IBSampleApp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSampleApp.exe -------------------------------------------------------------------------------- /Programs/Debug/IBSampleApp.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSampleApp.exe.config -------------------------------------------------------------------------------- /Programs/Debug/IBSampleApp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSampleApp.pdb -------------------------------------------------------------------------------- /Programs/Debug/IBSamples.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSamples.exe -------------------------------------------------------------------------------- /Programs/Debug/IBSamples.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSamples.exe.config -------------------------------------------------------------------------------- /Programs/Debug/IBSamples.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/IBSamples.pdb -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Composition.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Composition.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Composition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Composition.xml -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Interactivity.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Interactivity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Interactivity.xml -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Mvvm.Desktop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Mvvm.Desktop.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Mvvm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Mvvm.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.Mvvm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.Mvvm.xml -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Prism.PubSubEvents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Prism.PubSubEvents.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.ServiceLocation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.ServiceLocation.pdb -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.ServiceLocation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.ServiceLocation.xml -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Unity.Configuration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Unity.Configuration.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Unity.Configuration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Unity.Configuration.xml -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Unity.dll -------------------------------------------------------------------------------- /Programs/Debug/Microsoft.Practices.Unity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Microsoft.Practices.Unity.xml -------------------------------------------------------------------------------- /Programs/Debug/Modules.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.Framework.dll -------------------------------------------------------------------------------- /Programs/Debug/Modules.Framework.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.Framework.pdb -------------------------------------------------------------------------------- /Programs/Debug/Modules.OrderAndPositions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.OrderAndPositions.dll -------------------------------------------------------------------------------- /Programs/Debug/Modules.OrderAndPositions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.OrderAndPositions.pdb -------------------------------------------------------------------------------- /Programs/Debug/Modules.OrderTicket.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.OrderTicket.dll -------------------------------------------------------------------------------- /Programs/Debug/Modules.OrderTicket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.OrderTicket.pdb -------------------------------------------------------------------------------- /Programs/Debug/Modules.RealTimeQuotePresentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.RealTimeQuotePresentation.dll -------------------------------------------------------------------------------- /Programs/Debug/Modules.RealTimeQuotePresentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.RealTimeQuotePresentation.pdb -------------------------------------------------------------------------------- /Programs/Debug/Modules.StrategyManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.StrategyManager.dll -------------------------------------------------------------------------------- /Programs/Debug/Modules.StrategyManager.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Modules.StrategyManager.pdb -------------------------------------------------------------------------------- /Programs/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Programs/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Wpf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Wpf.dll -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Wpf.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Wpf.pdb -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Wpf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Wpf.xml -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Xps.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Xps.dll -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Xps.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Xps.pdb -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.Xps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.Xps.xml -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.dll -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.pdb -------------------------------------------------------------------------------- /Programs/Debug/OxyPlot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/OxyPlot.xml -------------------------------------------------------------------------------- /Programs/Debug/QTShell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.exe -------------------------------------------------------------------------------- /Programs/Debug/QTShell.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.exe.config -------------------------------------------------------------------------------- /Programs/Debug/QTShell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.pdb -------------------------------------------------------------------------------- /Programs/Debug/QTShell.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.vshost.exe -------------------------------------------------------------------------------- /Programs/Debug/QTShell.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Debug/QTShell.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/QTShell.vshost.exe.manifest -------------------------------------------------------------------------------- /Programs/Debug/RDotNet.NativeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/RDotNet.NativeLibrary.dll -------------------------------------------------------------------------------- /Programs/Debug/RDotNet.NativeLibrary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/RDotNet.NativeLibrary.xml -------------------------------------------------------------------------------- /Programs/Debug/RDotNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/RDotNet.dll -------------------------------------------------------------------------------- /Programs/Debug/RDotNet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/RDotNet.xml -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Core.dll -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Core.xml -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Interfaces.dll -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Interfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Interfaces.xml -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Linq.dll -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.Linq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.Linq.xml -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.PlatformServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.PlatformServices.dll -------------------------------------------------------------------------------- /Programs/Debug/System.Reactive.PlatformServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Reactive.PlatformServices.xml -------------------------------------------------------------------------------- /Programs/Debug/System.Windows.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/System.Windows.Interactivity.dll -------------------------------------------------------------------------------- /Programs/Debug/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Programs/Debug/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Programs/Debug/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/TradingBase.dll -------------------------------------------------------------------------------- /Programs/Debug/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/TradingBase.pdb -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.AvalonDock.Themes.Aero.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.AvalonDock.Themes.Aero.dll -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.AvalonDock.Themes.Metro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.AvalonDock.Themes.Metro.dll -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.AvalonDock.Themes.VS2010.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.AvalonDock.Themes.VS2010.dll -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.AvalonDock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.AvalonDock.dll -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.DataGrid.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.DataGrid.dll -------------------------------------------------------------------------------- /Programs/Debug/Xceed.Wpf.Toolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/Xceed.Wpf.Toolkit.dll -------------------------------------------------------------------------------- /Programs/Debug/de/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/de/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/es/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/es/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/fr/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/fr/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/hu/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/hu/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/it/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/it/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/log4net.dll -------------------------------------------------------------------------------- /Programs/Debug/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/log4net.xml -------------------------------------------------------------------------------- /Programs/Debug/pt-BR/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/pt-BR/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/ro/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/ro/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/ru/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/ru/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/sv/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/sv/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Debug/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Debug/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.exe -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.exe.config -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.pdb -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.vshost.exe -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Release/BackTestWindow.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/BackTestWindow.vshost.exe.manifest -------------------------------------------------------------------------------- /Programs/Release/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/CSharpAPI.dll -------------------------------------------------------------------------------- /Programs/Release/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/CSharpAPI.pdb -------------------------------------------------------------------------------- /Programs/Release/DailyPreMarket.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/DailyPreMarket.exe -------------------------------------------------------------------------------- /Programs/Release/DailyPreMarket.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/DailyPreMarket.exe.config -------------------------------------------------------------------------------- /Programs/Release/DailyPreMarket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/DailyPreMarket.pdb -------------------------------------------------------------------------------- /Programs/Release/HistoricalDataDownloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/HistoricalDataDownloader.exe -------------------------------------------------------------------------------- /Programs/Release/HistoricalDataDownloader.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/HistoricalDataDownloader.exe.config -------------------------------------------------------------------------------- /Programs/Release/HistoricalDataDownloader.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/HistoricalDataDownloader.pdb -------------------------------------------------------------------------------- /Programs/Release/IBConnectionTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBConnectionTest.exe -------------------------------------------------------------------------------- /Programs/Release/IBConnectionTest.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBConnectionTest.exe.config -------------------------------------------------------------------------------- /Programs/Release/IBConnectionTest.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBConnectionTest.vshost.exe -------------------------------------------------------------------------------- /Programs/Release/IBConnectionTest.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBConnectionTest.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Release/IBConnectionTest.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBConnectionTest.vshost.exe.manifest -------------------------------------------------------------------------------- /Programs/Release/IBSampleApp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSampleApp.exe -------------------------------------------------------------------------------- /Programs/Release/IBSampleApp.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSampleApp.exe.config -------------------------------------------------------------------------------- /Programs/Release/IBSampleApp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSampleApp.pdb -------------------------------------------------------------------------------- /Programs/Release/IBSamples.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSamples.exe -------------------------------------------------------------------------------- /Programs/Release/IBSamples.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSamples.exe.config -------------------------------------------------------------------------------- /Programs/Release/IBSamples.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/IBSamples.pdb -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Prism.Composition.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Prism.Composition.dll -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Prism.Composition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Prism.Composition.xml -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Prism.Mvvm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Prism.Mvvm.dll -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Prism.Mvvm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Prism.Mvvm.xml -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.ServiceLocation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.ServiceLocation.pdb -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.ServiceLocation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.ServiceLocation.xml -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Unity.dll -------------------------------------------------------------------------------- /Programs/Release/Microsoft.Practices.Unity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Microsoft.Practices.Unity.xml -------------------------------------------------------------------------------- /Programs/Release/Modules.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.Framework.dll -------------------------------------------------------------------------------- /Programs/Release/Modules.Framework.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.Framework.pdb -------------------------------------------------------------------------------- /Programs/Release/Modules.OrderAndPositions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.OrderAndPositions.dll -------------------------------------------------------------------------------- /Programs/Release/Modules.OrderAndPositions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.OrderAndPositions.pdb -------------------------------------------------------------------------------- /Programs/Release/Modules.OrderTicket.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.OrderTicket.dll -------------------------------------------------------------------------------- /Programs/Release/Modules.OrderTicket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.OrderTicket.pdb -------------------------------------------------------------------------------- /Programs/Release/Modules.RealTimeQuotePresentation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.RealTimeQuotePresentation.dll -------------------------------------------------------------------------------- /Programs/Release/Modules.RealTimeQuotePresentation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.RealTimeQuotePresentation.pdb -------------------------------------------------------------------------------- /Programs/Release/Modules.StrategyManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.StrategyManager.dll -------------------------------------------------------------------------------- /Programs/Release/Modules.StrategyManager.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Modules.StrategyManager.pdb -------------------------------------------------------------------------------- /Programs/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Programs/Release/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Wpf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Wpf.dll -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Wpf.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Wpf.pdb -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Wpf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Wpf.xml -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Xps.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Xps.dll -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Xps.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Xps.pdb -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.Xps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.Xps.xml -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.dll -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.pdb -------------------------------------------------------------------------------- /Programs/Release/OxyPlot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/OxyPlot.xml -------------------------------------------------------------------------------- /Programs/Release/QTShell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/QTShell.exe -------------------------------------------------------------------------------- /Programs/Release/QTShell.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/QTShell.exe.config -------------------------------------------------------------------------------- /Programs/Release/QTShell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/QTShell.pdb -------------------------------------------------------------------------------- /Programs/Release/QTShell.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/QTShell.vshost.exe -------------------------------------------------------------------------------- /Programs/Release/QTShell.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/QTShell.vshost.exe.config -------------------------------------------------------------------------------- /Programs/Release/RDotNet.NativeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/RDotNet.NativeLibrary.dll -------------------------------------------------------------------------------- /Programs/Release/RDotNet.NativeLibrary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/RDotNet.NativeLibrary.xml -------------------------------------------------------------------------------- /Programs/Release/RDotNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/RDotNet.dll -------------------------------------------------------------------------------- /Programs/Release/RDotNet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/RDotNet.xml -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Core.dll -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Core.xml -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Interfaces.dll -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Interfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Interfaces.xml -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Linq.dll -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.Linq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.Linq.xml -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.PlatformServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.PlatformServices.dll -------------------------------------------------------------------------------- /Programs/Release/System.Reactive.PlatformServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Reactive.PlatformServices.xml -------------------------------------------------------------------------------- /Programs/Release/System.Windows.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/System.Windows.Interactivity.dll -------------------------------------------------------------------------------- /Programs/Release/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Programs/Release/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Programs/Release/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/TradingBase.dll -------------------------------------------------------------------------------- /Programs/Release/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/TradingBase.pdb -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.AvalonDock.Themes.Aero.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.AvalonDock.Themes.Aero.dll -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.AvalonDock.Themes.Metro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.AvalonDock.Themes.Metro.dll -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.AvalonDock.Themes.VS2010.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.AvalonDock.Themes.VS2010.dll -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.AvalonDock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.AvalonDock.dll -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.DataGrid.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.DataGrid.dll -------------------------------------------------------------------------------- /Programs/Release/Xceed.Wpf.Toolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/Xceed.Wpf.Toolkit.dll -------------------------------------------------------------------------------- /Programs/Release/de/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/de/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/es/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/es/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/fr/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/fr/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/hu/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/hu/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/it/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/it/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/log4net.dll -------------------------------------------------------------------------------- /Programs/Release/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/log4net.xml -------------------------------------------------------------------------------- /Programs/Release/pt-BR/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/pt-BR/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/ro/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/ro/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/ru/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/ru/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/Release/sv/Xceed.Wpf.AvalonDock.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/Release/sv/Xceed.Wpf.AvalonDock.resources.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/App.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/App.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/App.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/BackTestWindow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/BackTestWindow.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/BackTestWindow.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/BackTestWindow.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/BackTestWindow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/BackTestWindow.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/BackTestWindow_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/BackTestWindow_MarkupCompile.cache -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/CSharpAPI.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/CSharpAPI.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/ClassicStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/ClassicStrategies.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/ClassicStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/ClassicStrategies.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/DailyPreMarket.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/DailyPreMarket.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/DailyPreMarket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/DailyPreMarket.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/GeneratedInternalTypeHelper.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/HistoricalDataDownloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/HistoricalDataDownloader.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/HistoricalDataDownloader.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/HistoricalDataDownloader.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBConnectionTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBConnectionTest.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBConnectionTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBConnectionTest.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSampleApp.IBSampleApp.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSampleApp.IBSampleApp.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSampleApp.OrderDialog.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSampleApp.OrderDialog.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSampleApp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSampleApp.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSampleApp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSampleApp.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSamples.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSamples.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/IBSamples.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/IBSamples.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/MainWindow.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.Framework.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.Framework.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.Framework.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.OrderAndPositions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.OrderAndPositions.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.OrderAndPositions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.OrderAndPositions.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.OrderTicket.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.OrderTicket.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.OrderTicket.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.OrderTicket.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.OrderTicket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.OrderTicket.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.StrategyManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.StrategyManager.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.StrategyManager.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.StrategyManager.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Modules.StrategyManager.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Modules.StrategyManager.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell_MarkupCompile.cache -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/QTShell_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/QTShell_MarkupCompile.i.cache -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Resources/Controls/MenuStyles.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Resources/Controls/MenuStyles.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Resources/Controls/Styles.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Resources/Controls/Styles.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Resources/MetroWindowResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Resources/MetroWindowResources.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Resources/Resources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Resources/Resources.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Shell.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Shell.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Shell.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Shell.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Shell.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Shell.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/TradingBase.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/TradingBase.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/InputBox/InputBox.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/InputBox/InputBox.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/InputBox/InputBox.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/InputBox/InputBox.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/InputBox/InputBox.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/InputBox/InputBox.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/UI/PlotWindow/PlotWindow.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderAndPositionView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderAndPositionView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderAndPositionView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderAndPositionView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderAndPositionView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderAndPositionView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderTicketView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderTicketView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderTicketView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderTicketView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/OrderTicketView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/OrderTicketView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/StrategyGridView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/StrategyGridView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/StrategyGridView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/StrategyGridView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/View/StrategyGridView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/View/StrategyGridView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuoteGridView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuoteGridView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuoteGridView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuoteGridView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuoteGridView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuoteGridView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuotePlotView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuotePlotView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuotePlotView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuotePlotView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Debug/Views/QuotePlotView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Debug/Views/QuotePlotView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/App.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/App.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/App.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/BackTestWindow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/BackTestWindow.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/BackTestWindow.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/BackTestWindow.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Release/BackTestWindow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/BackTestWindow.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/CSharpAPI.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/CSharpAPI.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/ClassicStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/ClassicStrategies.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/ClassicStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/ClassicStrategies.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/DailyPreMarket.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/DailyPreMarket.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/DailyPreMarket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/DailyPreMarket.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/HistoricalDataDownloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/HistoricalDataDownloader.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/HistoricalDataDownloader.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/HistoricalDataDownloader.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBConnectionTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBConnectionTest.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSampleApp.IBSampleApp.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSampleApp.IBSampleApp.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSampleApp.OrderDialog.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSampleApp.OrderDialog.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSampleApp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSampleApp.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSampleApp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSampleApp.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSamples.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSamples.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/IBSamples.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/IBSamples.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/MainWindow.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/MainWindow.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/MainWindow.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.Framework.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.Framework.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.Framework.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.OrderAndPositions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.OrderAndPositions.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.OrderAndPositions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.OrderAndPositions.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.OrderTicket.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.OrderTicket.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.OrderTicket.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.OrderTicket.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.OrderTicket.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.OrderTicket.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.StrategyManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.StrategyManager.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Modules.StrategyManager.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Modules.StrategyManager.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/QTShell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/QTShell.exe -------------------------------------------------------------------------------- /Programs/obj/x64/Release/QTShell.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/QTShell.g.resources -------------------------------------------------------------------------------- /Programs/obj/x64/Release/QTShell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/QTShell.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/QTShell_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/QTShell_MarkupCompile.cache -------------------------------------------------------------------------------- /Programs/obj/x64/Release/QTShell_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/QTShell_MarkupCompile.i.cache -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Resources/Controls/Styles.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Resources/Controls/Styles.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Resources/Resources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Resources/Resources.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Shell.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Shell.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Shell.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Shell.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Shell.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Shell.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/TradingBase.dll -------------------------------------------------------------------------------- /Programs/obj/x64/Release/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/TradingBase.pdb -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/InputBox/InputBox.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/InputBox/InputBox.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/InputBox/InputBox.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/InputBox/InputBox.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/InputBox/InputBox.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/InputBox/InputBox.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/UI/PlotWindow/PlotWindow.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderAndPositionView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderAndPositionView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderAndPositionView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderAndPositionView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderAndPositionView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderAndPositionView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderTicketView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderTicketView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderTicketView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderTicketView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/OrderTicketView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/OrderTicketView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/StrategyGridView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/StrategyGridView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/StrategyGridView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/StrategyGridView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/View/StrategyGridView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/View/StrategyGridView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuoteGridView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuoteGridView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuoteGridView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuoteGridView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuoteGridView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuoteGridView.g.i.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuotePlotView.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuotePlotView.baml -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuotePlotView.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuotePlotView.g.cs -------------------------------------------------------------------------------- /Programs/obj/x64/Release/Views/QuotePlotView.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Programs/obj/x64/Release/Views/QuotePlotView.g.i.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/README.md -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/BackTestWindow/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/BackTestWindow/App.config -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/BackTestWindow/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/BackTestWindow/App.xaml -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/BackTestWindow/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/BackTestWindow/App.xaml.cs -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/BackTestWindow/Laboratory.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/BackTestWindow/Laboratory.ico -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/BackTestWindow/mainwindow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/BackTestWindow/mainwindow.ico -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/DailyPreMarket/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/DailyPreMarket/App.config -------------------------------------------------------------------------------- /Source/BacktestAndDailyTools/DailyPreMarket/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/BacktestAndDailyTools/DailyPreMarket/Program.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBConnectionTest/ContractOrderDlg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBConnectionTest/ContractOrderDlg.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBConnectionTest/ContractOrderDlg.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBConnectionTest/ContractOrderDlg.resx -------------------------------------------------------------------------------- /Source/IBConnection/IBConnectionTest/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBConnectionTest/Program.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBConnectionTest/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBConnectionTest/app.config -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/IBSampleApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/IBSampleApp.csproj -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/IBSampleApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/IBSampleApp.sln -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/IBSampleApp.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/IBSampleApp.suo -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/Program.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/Properties/Resources.resx -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/app.config -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/backend/IBClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/backend/IBClient.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/messages/ErrorMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/messages/ErrorMessage.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/messages/IBMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/messages/IBMessage.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/messages/MessageType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/messages/MessageType.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/messages/OrderMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/messages/OrderMessage.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/messages/ScannerMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/messages/ScannerMessage.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/tws40.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/tws40.ico -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/types/IBTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/types/IBTypes.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/AccountManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/AccountManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/AdvisorManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/AdvisorManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/ComboContractResults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/ComboContractResults.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/ContractManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/ContractManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/DataManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/DataManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/DeepBookManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/DeepBookManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/IBSampleApp.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/IBSampleApp.Designer.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/IBSampleApp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/IBSampleApp.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/IBSampleApp.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/IBSampleApp.resx -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/MarginDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/MarginDialog.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/MarginDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/MarginDialog.resx -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/MarketDataManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/MarketDataManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/OptionsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/OptionsManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/OrderDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/OrderDialog.Designer.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/OrderDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/OrderDialog.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/OrderDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/OrderDialog.resx -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/OrderManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/OrderManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/RealTimeBarsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/RealTimeBarsManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/ui/ScannerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/ui/ScannerManager.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/util/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/util/Utils.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSampleApp/util/XmlHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSampleApp/util/XmlHelper.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/ContractSamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/ContractSamples.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/EWrapperImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/EWrapperImpl.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/IBSamples.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/IBSamples.csproj -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/IBSamples.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/IBSamples.csproj.user -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/IBSamples.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/IBSamples.sln -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/IBSamples.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/IBSamples.suo -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/OrderSamples.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/OrderSamples.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/Program.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/RequestContractDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/RequestContractDetails.cs -------------------------------------------------------------------------------- /Source/IBConnection/IBSamples/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/IBSamples/app.config -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/AccountSummaryTags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/AccountSummaryTags.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/CSharpAPI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/CSharpAPI.csproj -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/CSharpAPI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/CSharpAPI.sln -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/CSharpAPI.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/CSharpAPI.suo -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/CSharpAPI.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/CSharpAPI.v12.suo -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/ComboLeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/ComboLeg.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/CommissionReport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/CommissionReport.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/Constants.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/Contract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/Contract.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/ContractDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/ContractDetails.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/EClientErrors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/EClientErrors.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/EClientSocket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/EClientSocket.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/EReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/EReader.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/EWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/EWrapper.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/Execution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/Execution.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/ExecutionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/ExecutionFilter.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/IBParamsList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/IBParamsList.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/IncomingMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/IncomingMessage.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/MessageValidator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/MessageValidator.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/MinServerVer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/MinServerVer.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/Order.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/OrderComboLeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/OrderComboLeg.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/OrderState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/OrderState.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/OutgoingMessages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/OutgoingMessages.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/ScannerSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/ScannerSubscription.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/TagValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/TagValue.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/TickType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/TickType.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/UnderComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/UnderComp.cs -------------------------------------------------------------------------------- /Source/IBConnection/csharpclient/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/IBConnection/csharpclient/Util.cs -------------------------------------------------------------------------------- /Source/QuantTrading.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/QuantTrading.sln -------------------------------------------------------------------------------- /Source/QuantTrading.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/QuantTrading.v12.suo -------------------------------------------------------------------------------- /Source/RealTimeTrading/Modules.Framework/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/Modules.Framework/packages.config -------------------------------------------------------------------------------- /Source/RealTimeTrading/Modules.OrderTicket/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/Modules.OrderTicket/packages.config -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/App.config -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/App.xaml -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/App.xaml.cs -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Bootstrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Bootstrapper.cs -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Log4NetLoggerAdaptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Log4NetLoggerAdaptor.cs -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Properties/Resources.resx -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/QTShell.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/QTShell.csproj -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Resources/Resources.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Resources/Resources.xaml -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Resources/mainwindow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Resources/mainwindow.ico -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Shell.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Shell.xaml -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/Shell.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/Shell.xaml.cs -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/mainwindow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/mainwindow.ico -------------------------------------------------------------------------------- /Source/RealTimeTrading/QTShell/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/RealTimeTrading/QTShell/packages.config -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/ATR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/ATR.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/EMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/EMA.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/Helpers.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/MACD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/MACD.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/MFI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/MFI.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/RSI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/RSI.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/SMA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/SMA.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/Stochastic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/Stochastic.cs -------------------------------------------------------------------------------- /Source/TradingBase/TechnicalAnalysisEngine/WilliamsR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TechnicalAnalysisEngine/WilliamsR.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Account.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Account.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/BacktestEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/BacktestEngine.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/Broker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/Broker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/HistSim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/HistSim.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/MultiSim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/MultiSim.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/OptimizeEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/OptimizeEngine.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Backtest/SingleSim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Backtest/SingleSim.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/Bar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/Bar.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/BarIntervalData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/BarIntervalData.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/BarList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/BarList.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/BarListTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/BarListTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/BarRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/BarRequest.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Bar/BarTimeIntervalData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Bar/BarTimeIntervalData.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Brokers/GoogleClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Brokers/GoogleClient.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Brokers/IBClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Brokers/IBClient.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Brokers/IClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Brokers/IClient.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Enums/BarInterval.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Enums/BarInterval.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Enums/CurrencyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Enums/CurrencyType.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Enums/SecurityType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Enums/SecurityType.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/OffsetTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/OffsetTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/Order.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/Order.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/OrderBook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/OrderBook.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/OrderStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/OrderStatus.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/OrderTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/OrderTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/OrderType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/OrderType.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/TimeInForce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/TimeInForce.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/Trade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/Trade.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Order/TrailTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Order/TrailTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Rss/Rss.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Rss/Rss.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Rss/RssManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Rss/RssManager.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Security/Basket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Security/Basket.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Security/Portfolio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Security/Portfolio.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Security/Position.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Security/Position.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Security/PositionTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Security/PositionTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Security/Security.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Security/Security.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Strategy/StrategyBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Strategy/StrategyBase.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/Tick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/Tick.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickArchiver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickArchiver.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickReader.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickType.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickUtil.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickWatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickWatcher.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Tick/TickWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Tick/TickWriter.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/TradingBase.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/TradingBase.csproj -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/Calc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/Calc.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/ConfigManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/ConfigManager.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/ConnectionTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/ConnectionTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/DefaultSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/DefaultSettings.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/EnumDescConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/EnumDescConverter.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/IConfigManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/IConfigManager.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/IdTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/IdTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/Log.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/OffsetInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/OffsetInfo.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/OffsetTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/OffsetTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/OversellProtector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/OversellProtector.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/TrailTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/TrailTracker.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/Util/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/Util/Util.cs -------------------------------------------------------------------------------- /Source/TradingBase/TradingBase/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingBase/TradingBase/packages.config -------------------------------------------------------------------------------- /Source/TradingStrategies/ClassicStrategies/AlwaysEnter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/ClassicStrategies/AlwaysEnter.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/ClassicStrategies/EMASimple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/ClassicStrategies/EMASimple.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/ClassicStrategies/HelloWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/ClassicStrategies/HelloWorld.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/ClassicStrategies/MACDSimple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/ClassicStrategies/MACDSimple.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/ClassicStrategies/SMASimple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/ClassicStrategies/SMASimple.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/DailyCloseEmail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/MyStrategies/DailyCloseEmail.cs -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/MyStrategies.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/TradingStrategies/MyStrategies/MyStrategies.csproj -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/TradingStrategies/MyStrategies/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/packages/Newtonsoft.Json.6.0.5/tools/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Newtonsoft.Json.6.0.5/tools/install.ps1 -------------------------------------------------------------------------------- /Source/packages/OxyPlot.Core.2014.1.517/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/OxyPlot.Core.2014.1.517/AUTHORS -------------------------------------------------------------------------------- /Source/packages/OxyPlot.Core.2014.1.517/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/OxyPlot.Core.2014.1.517/CONTRIBUTORS -------------------------------------------------------------------------------- /Source/packages/OxyPlot.Core.2014.1.517/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/OxyPlot.Core.2014.1.517/LICENSE -------------------------------------------------------------------------------- /Source/packages/OxyPlot.Core.2014.1.517/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/OxyPlot.Core.2014.1.517/README.md -------------------------------------------------------------------------------- /Source/packages/OxyPlot.Wpf.2014.1.517/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/OxyPlot.Wpf.2014.1.517/README.md -------------------------------------------------------------------------------- /Source/packages/Prism.5.0.0/Prism.5.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Prism.5.0.0/Prism.5.0.0.nupkg -------------------------------------------------------------------------------- /Source/packages/Prism.5.0.0/Prism.5.0.0.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Prism.5.0.0/Prism.5.0.0.nuspec -------------------------------------------------------------------------------- /Source/packages/Prism.Mvvm.1.0.0/Prism.Mvvm.1.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Prism.Mvvm.1.0.0/Prism.Mvvm.1.0.0.nupkg -------------------------------------------------------------------------------- /Source/packages/Prism.Mvvm.1.0.0/Prism.Mvvm.1.0.0.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Prism.Mvvm.1.0.0/Prism.Mvvm.1.0.0.nuspec -------------------------------------------------------------------------------- /Source/packages/Rx-Core.2.2.5/Rx-Core.2.2.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Core.2.2.5/Rx-Core.2.2.5.nupkg -------------------------------------------------------------------------------- /Source/packages/Rx-Core.2.2.5/Rx-Core.2.2.5.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Core.2.2.5/Rx-Core.2.2.5.nuspec -------------------------------------------------------------------------------- /Source/packages/Rx-Linq.2.2.5/Rx-Linq.2.2.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Linq.2.2.5/Rx-Linq.2.2.5.nupkg -------------------------------------------------------------------------------- /Source/packages/Rx-Linq.2.2.5/Rx-Linq.2.2.5.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Linq.2.2.5/Rx-Linq.2.2.5.nuspec -------------------------------------------------------------------------------- /Source/packages/Rx-Main.2.2.5/Rx-Main.2.2.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Main.2.2.5/Rx-Main.2.2.5.nupkg -------------------------------------------------------------------------------- /Source/packages/Rx-Main.2.2.5/Rx-Main.2.2.5.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Rx-Main.2.2.5/Rx-Main.2.2.5.nuspec -------------------------------------------------------------------------------- /Source/packages/Unity.3.5.1404.0/Unity.3.5.1404.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Unity.3.5.1404.0/Unity.3.5.1404.0.nupkg -------------------------------------------------------------------------------- /Source/packages/Unity.3.5.1404.0/Unity.3.5.1404.0.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Unity.3.5.1404.0/Unity.3.5.1404.0.nuspec -------------------------------------------------------------------------------- /Source/packages/Unity.3.5.1404.0/UnityConfiguration30.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/Unity.3.5.1404.0/UnityConfiguration30.xsd -------------------------------------------------------------------------------- /Source/packages/WPFToolkit.3.5.50211.1/lib/WPFToolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/WPFToolkit.3.5.50211.1/lib/WPFToolkit.dll -------------------------------------------------------------------------------- /Source/packages/log4net.2.0.3/lib/net10-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/log4net.2.0.3/lib/net10-full/log4net.dll -------------------------------------------------------------------------------- /Source/packages/log4net.2.0.3/lib/net10-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/log4net.2.0.3/lib/net10-full/log4net.xml -------------------------------------------------------------------------------- /Source/packages/log4net.2.0.3/lib/net11-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/log4net.2.0.3/lib/net11-full/log4net.dll -------------------------------------------------------------------------------- /Source/packages/log4net.2.0.3/log4net.2.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/log4net.2.0.3/log4net.2.0.3.nupkg -------------------------------------------------------------------------------- /Source/packages/log4net.2.0.3/log4net.2.0.3.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/log4net.2.0.3/log4net.2.0.3.nuspec -------------------------------------------------------------------------------- /Source/packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Source/packages/repositories.config -------------------------------------------------------------------------------- /Strategies/Debug/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/CSharpAPI.dll -------------------------------------------------------------------------------- /Strategies/Debug/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/CSharpAPI.pdb -------------------------------------------------------------------------------- /Strategies/Debug/ClassicStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/ClassicStrategies.dll -------------------------------------------------------------------------------- /Strategies/Debug/ClassicStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/ClassicStrategies.pdb -------------------------------------------------------------------------------- /Strategies/Debug/MyStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/MyStrategies.dll -------------------------------------------------------------------------------- /Strategies/Debug/MyStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/MyStrategies.pdb -------------------------------------------------------------------------------- /Strategies/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Strategies/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /Strategies/Debug/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Strategies/Debug/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Strategies/Debug/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/TradingBase.dll -------------------------------------------------------------------------------- /Strategies/Debug/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Debug/TradingBase.pdb -------------------------------------------------------------------------------- /Strategies/R/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/.Rhistory -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/.Rhistory -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab" : 2 3 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/26F14B63: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/32088EF9: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/3A5EC2B9: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/5DA8B7C7: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/79AF249D: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/AFC5F492: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/E535AAF1: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/F68CF658: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/prop/FF2783CD: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /Strategies/R/Backtest/.Rproj.user/619EF481/sdb/s-9F377081/lock_file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Strategies/R/Backtest/Backtest.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/Backtest.Rproj -------------------------------------------------------------------------------- /Strategies/R/Backtest/CointegrationExample.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/CointegrationExample.R -------------------------------------------------------------------------------- /Strategies/R/Backtest/KeyReversal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/KeyReversal.R -------------------------------------------------------------------------------- /Strategies/R/Backtest/PriceSpread.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/PriceSpread.R -------------------------------------------------------------------------------- /Strategies/R/Backtest/StatiionaryTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/StatiionaryTests.R -------------------------------------------------------------------------------- /Strategies/R/Backtest/Swing.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Backtest/Swing.R -------------------------------------------------------------------------------- /Strategies/R/Basics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Basics.R -------------------------------------------------------------------------------- /Strategies/R/CointegrationTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/CointegrationTests.R -------------------------------------------------------------------------------- /Strategies/R/DailyPairs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/DailyPairs.R -------------------------------------------------------------------------------- /Strategies/R/DailyScan.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/DailyScan.R -------------------------------------------------------------------------------- /Strategies/R/DailySingleName.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/DailySingleName.R -------------------------------------------------------------------------------- /Strategies/R/HFT_Prep.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/HFT_Prep.R -------------------------------------------------------------------------------- /Strategies/R/Optimization.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Optimization.R -------------------------------------------------------------------------------- /Strategies/R/Papers/Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Papers/Notes.txt -------------------------------------------------------------------------------- /Strategies/R/Stats.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Stats.R -------------------------------------------------------------------------------- /Strategies/R/TTR.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/TTR.R -------------------------------------------------------------------------------- /Strategies/R/Trading.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/Trading.R -------------------------------------------------------------------------------- /Strategies/R/VanillaCall.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/R/VanillaCall.R -------------------------------------------------------------------------------- /Strategies/Release/CSharpAPI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/CSharpAPI.dll -------------------------------------------------------------------------------- /Strategies/Release/CSharpAPI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/CSharpAPI.pdb -------------------------------------------------------------------------------- /Strategies/Release/ClassicStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/ClassicStrategies.dll -------------------------------------------------------------------------------- /Strategies/Release/ClassicStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/ClassicStrategies.pdb -------------------------------------------------------------------------------- /Strategies/Release/MyStrategies.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/MyStrategies.dll -------------------------------------------------------------------------------- /Strategies/Release/MyStrategies.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/MyStrategies.pdb -------------------------------------------------------------------------------- /Strategies/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Strategies/Release/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /Strategies/Release/TechnicalAnalysisEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/TechnicalAnalysisEngine.dll -------------------------------------------------------------------------------- /Strategies/Release/TechnicalAnalysisEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/TechnicalAnalysisEngine.pdb -------------------------------------------------------------------------------- /Strategies/Release/TradingBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/TradingBase.dll -------------------------------------------------------------------------------- /Strategies/Release/TradingBase.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/Strategies/Release/TradingBase.pdb -------------------------------------------------------------------------------- /TickData/GOOG/AAPL STK SMART 20141103.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/GOOG/AAPL STK SMART 20141103.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/AAPL STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/AAPL STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/BP STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/BP STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/CLJ5 FUT NYMEX 1000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/CLJ5 FUT NYMEX 1000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/CLK5 FUT NYMEX 1000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/CLK5 FUT NYMEX 1000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/CLM5 FUT NYMEX 1000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/CLM5 FUT NYMEX 1000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/ESH5 FUT GLOBEX 50 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/ESH5 FUT GLOBEX 50 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/ESM5 FUT GLOBEX 50 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/ESM5 FUT GLOBEX 50 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/EXC STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/EXC STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/GLD STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/GLD STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/NGJ5 FUT NYMEX 10000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/NGJ5 FUT NYMEX 10000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/NGK5 FUT NYMEX 10000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/NGK5 FUT NYMEX 10000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/NGM5 FUT NYMEX 10000 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/NGM5 FUT NYMEX 10000 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/NQH5 FUT GLOBEX 20 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/NQH5 FUT GLOBEX 20 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/NQM5 FUT GLOBEX 20 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/NQM5 FUT GLOBEX 20 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/SLB STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/SLB STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/SPY STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/SPY STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/VXX STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/VXX STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/XLU STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/XLU STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150318/XOM STK SMART 20150318.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150318/XOM STK SMART 20150318.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/AAPL STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/AAPL STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/BP STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/BP STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/CLJ5 FUT NYMEX 1000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/CLJ5 FUT NYMEX 1000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/CLK5 FUT NYMEX 1000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/CLK5 FUT NYMEX 1000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/CLM5 FUT NYMEX 1000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/CLM5 FUT NYMEX 1000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/ESH5 FUT GLOBEX 50 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/ESH5 FUT GLOBEX 50 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/ESM5 FUT GLOBEX 50 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/ESM5 FUT GLOBEX 50 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/EXC STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/EXC STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/GLD STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/GLD STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/NGJ5 FUT NYMEX 10000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/NGJ5 FUT NYMEX 10000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/NGK5 FUT NYMEX 10000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/NGK5 FUT NYMEX 10000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/NGM5 FUT NYMEX 10000 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/NGM5 FUT NYMEX 10000 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/NQH5 FUT GLOBEX 20 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/NQH5 FUT GLOBEX 20 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/NQM5 FUT GLOBEX 20 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/NQM5 FUT GLOBEX 20 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/SLB STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/SLB STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/SPY STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/SPY STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/VXX STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/VXX STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/XLU STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/XLU STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150320/XOM STK SMART 20150320.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150320/XOM STK SMART 20150320.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/AAPL STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/AAPL STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/BP STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/BP STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/CLK5 FUT NYMEX 1000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/CLK5 FUT NYMEX 1000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/CLM5 FUT NYMEX 1000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/CLM5 FUT NYMEX 1000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/CLN5 FUT NYMEX 1000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/CLN5 FUT NYMEX 1000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/ESM5 FUT GLOBEX 50 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/ESM5 FUT GLOBEX 50 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/ESU5 FUT GLOBEX 50 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/ESU5 FUT GLOBEX 50 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/EXC STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/EXC STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/GLD STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/GLD STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/NGK5 FUT NYMEX 10000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/NGK5 FUT NYMEX 10000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/NGM5 FUT NYMEX 10000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/NGM5 FUT NYMEX 10000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/NGN5 FUT NYMEX 10000 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/NGN5 FUT NYMEX 10000 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/NQM5 FUT GLOBEX 20 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/NQM5 FUT GLOBEX 20 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/NQU5 FUT GLOBEX 20 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/NQU5 FUT GLOBEX 20 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/SLB STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/SLB STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/SPY STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/SPY STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/VXX STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/VXX STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/XLU STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/XLU STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150323/XOM STK SMART 20150323.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150323/XOM STK SMART 20150323.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/AAPL STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/AAPL STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/BP STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/BP STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/CLK5 FUT NYMEX 1000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/CLK5 FUT NYMEX 1000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/CLM5 FUT NYMEX 1000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/CLM5 FUT NYMEX 1000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/CLN5 FUT NYMEX 1000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/CLN5 FUT NYMEX 1000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/ESM5 FUT GLOBEX 50 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/ESM5 FUT GLOBEX 50 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/ESU5 FUT GLOBEX 50 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/ESU5 FUT GLOBEX 50 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/EXC STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/EXC STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/GLD STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/GLD STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/NGK5 FUT NYMEX 10000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/NGK5 FUT NYMEX 10000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/NGM5 FUT NYMEX 10000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/NGM5 FUT NYMEX 10000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/NGN5 FUT NYMEX 10000 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/NGN5 FUT NYMEX 10000 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/NQM5 FUT GLOBEX 20 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/NQM5 FUT GLOBEX 20 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/NQU5 FUT GLOBEX 20 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/NQU5 FUT GLOBEX 20 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/SLB STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/SLB STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/SPY STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/SPY STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/VXX STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/VXX STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/XLU STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/XLU STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150324/XOM STK SMART 20150324.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150324/XOM STK SMART 20150324.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/AAPL STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/AAPL STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/BP STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/BP STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/CLK5 FUT NYMEX 1000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/CLK5 FUT NYMEX 1000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/CLM5 FUT NYMEX 1000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/CLM5 FUT NYMEX 1000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/CLN5 FUT NYMEX 1000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/CLN5 FUT NYMEX 1000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/ESM5 FUT GLOBEX 50 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/ESM5 FUT GLOBEX 50 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/ESU5 FUT GLOBEX 50 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/ESU5 FUT GLOBEX 50 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/EXC STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/EXC STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/GLD STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/GLD STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/NGK5 FUT NYMEX 10000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/NGK5 FUT NYMEX 10000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/NGM5 FUT NYMEX 10000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/NGM5 FUT NYMEX 10000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/NGN5 FUT NYMEX 10000 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/NGN5 FUT NYMEX 10000 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/NQM5 FUT GLOBEX 20 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/NQM5 FUT GLOBEX 20 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/NQU5 FUT GLOBEX 20 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/NQU5 FUT GLOBEX 20 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/SLB STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/SLB STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/SPY STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/SPY STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/VXX STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/VXX STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/XLU STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/XLU STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150325/XOM STK SMART 20150325.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150325/XOM STK SMART 20150325.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/AAPL STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/AAPL STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/BP STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/BP STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/CLK5 FUT NYMEX 1000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/CLK5 FUT NYMEX 1000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/CLM5 FUT NYMEX 1000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/CLM5 FUT NYMEX 1000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/CLN5 FUT NYMEX 1000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/CLN5 FUT NYMEX 1000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/ESM5 FUT GLOBEX 50 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/ESM5 FUT GLOBEX 50 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/ESU5 FUT GLOBEX 50 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/ESU5 FUT GLOBEX 50 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/EXC STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/EXC STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/GLD STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/GLD STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/NGK5 FUT NYMEX 10000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/NGK5 FUT NYMEX 10000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/NGM5 FUT NYMEX 10000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/NGM5 FUT NYMEX 10000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/NGN5 FUT NYMEX 10000 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/NGN5 FUT NYMEX 10000 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/NQM5 FUT GLOBEX 20 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/NQM5 FUT GLOBEX 20 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/NQU5 FUT GLOBEX 20 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/NQU5 FUT GLOBEX 20 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/SLB STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/SLB STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/SPY STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/SPY STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/VXX STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/VXX STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/XLU STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/XLU STK SMART 20150327.TXT -------------------------------------------------------------------------------- /TickData/IB/20150327/XOM STK SMART 20150327.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letianzj/QuantTrading/HEAD/TickData/IB/20150327/XOM STK SMART 20150327.TXT --------------------------------------------------------------------------------