forked from StockSharp/StockSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStockSharp.slnx
More file actions
97 lines (97 loc) · 5.75 KB
/
StockSharp.slnx
File metadata and controls
97 lines (97 loc) · 5.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<Solution>
<Folder Name="/Connectors/">
<Project Path="Connectors/Bibox/Bibox.csproj" />
<Project Path="Connectors/Bitalong/Bitalong.csproj" />
<Project Path="Connectors/Bitexbook/Bitexbook.csproj" />
<Project Path="Connectors/BitStamp/BitStamp.csproj" />
<Project Path="Connectors/Bittrex/Bittrex.csproj" />
<Project Path="Connectors/Btce/Btce.csproj" />
<Project Path="Connectors/Coinbase/Coinbase.csproj" />
<Project Path="Connectors/FTX/FTX.csproj" />
<Project Path="Connectors/PrizmBit/PrizmBit.csproj" />
<Project Path="Connectors/Tinkoff/Tinkoff.csproj" />
<Project Path="Connectors/ZB/ZB.csproj" />
</Folder>
<Folder Name="/Samples/" />
<Folder Name="/Samples/01_Basic/">
<Project Path="Samples/01_Basic/01_ConnectAndDownloadInstruments/01_Basic.ConnectAndDownloadInstruments.csproj" />
<Project Path="Samples/01_Basic/02_MarketDepths/02_Basic.MarketDepths.csproj" />
<Project Path="Samples/01_Basic/03_Orders/03_Basic.Orders.csproj" />
</Folder>
<Folder Name="/Samples/02_Candles/">
<Project Path="Samples/02_Candles/01_Realtime/01_Candles.Realtime.csproj" />
<Project Path="Samples/02_Candles/02_CombineHistoryRealtime/02_Candles.CombineHistoryRealtime.csproj" />
</Folder>
<Folder Name="/Samples/03_Storage/">
<Project Path="Samples/03_Storage/01_Random/01_Storage.Random.csproj" />
<Project Path="Samples/03_Storage/02_Local/02_Storage.Local.csproj" />
<Project Path="Samples/03_Storage/03_RemoteSource/03_Storage.RemoteSource.csproj" />
<Project Path="Samples/03_Storage/04_HydraServerConnect/04_Storage.HydraServerConnect.csproj" />
<Project Path="Samples/03_Storage/05_HydraServerSaveToLocal/05_Storage.HydraServerSaveToLocal.csproj" />
</Folder>
<Folder Name="/Samples/04_Indicators/">
<Project Path="Samples/04_Indicators/01_SimpleSMA/01_Indicators.SimpleSMA.csproj" />
<Project Path="Samples/04_Indicators/02_ComplexBollinger/02_Indicators.ComplexBollinger.csproj" />
<Project Path="Samples/04_Indicators/03_CreateOwn/03_Indicators.CreateOwn.csproj" />
</Folder>
<Folder Name="/Samples/05_Chart/">
<Project Path="Samples/05_Chart/01_Chart/01_Chart.csproj" />
<Project Path="Samples/05_Chart/02_ActiveOrders/02_Chart.ActiveOrders.csproj" />
<Project Path="Samples/05_Chart/03_Performance/03_Chart.Performance.csproj" />
</Folder>
<Folder Name="/Samples/06_Strategies/">
<Project Path="Samples/06_Strategies/01_HistorySMA/01_Strategies.HistorySMA.csproj" />
<Project Path="Samples/06_Strategies/02_HistoryBollingerBands/02_Strategies.HistoryBollingerBands.csproj" />
<Project Path="Samples/06_Strategies/03_HistoryTrend/03_Strategies.HistoryTrend.csproj" />
<Project Path="Samples/06_Strategies/04_HistoryMarketRule/04_Strategies.HistoryMarketRule.csproj" />
<Project Path="Samples/06_Strategies/05_HistoryIndex/05_Strategies.HistoryIndex.csproj" />
<Project Path="Samples/06_Strategies/06_HistoryQuoting/06_Strategies.HistoryQuoting.csproj" />
<Project Path="Samples/06_Strategies/07_LiveSpread/07_Strategies.LiveSpread.csproj" />
<Project Path="Samples/06_Strategies/08_LiveArbitrage/08_Strategies.LiveArbitrage.csproj" />
<Project Path="Samples/06_Strategies/09_LiveOptionsQuoting/09_Strategies.LiveOptionsQuoting.csproj" />
<Project Path="Samples/06_Strategies/10_LiveTerminal/10_Strategies.LiveTerminal.csproj" />
</Folder>
<Folder Name="/Samples/07_Testing/">
<Project Path="Samples/07_Testing/01_History/01_Testing.History.csproj" />
<Project Path="Samples/07_Testing/02_Optimization/02_Testing.Optimization.csproj" />
<Project Path="Samples/07_Testing/03_RealTime/03_Testing.RealTime.csproj" />
<Project Path="Samples/07_Testing/04_HistoryConsole/04_Testing.HistoryConsole.csproj" />
</Folder>
<Folder Name="/Samples/08_Misc/">
<Project Path="Samples/08_Misc/01_Logging/01_Misc.Logging.csproj" />
<Project Path="Samples/08_Misc/02_Unit/02_Misc.Unit.csproj" />
</Folder>
<Folder Name="/Samples/09_Advanced/">
<Project Path="Samples/09_Advanced/01_MultiConnect/01_Advanced.MultiConnect.csproj" />
<Project Path="Samples/09_Advanced/02_StoreDataLocal/02_Advanced.SaveDataLocal.csproj" />
</Folder>
<Folder Name="/Samples/10_CrossPlatform/">
<Project Path="Samples/10_CrossPlatform/01_ConsoleApp/01_CrossPlatform.ConsoleApp.csproj" />
</Folder>
<Project Path="Alerts.Interfaces/Alerts.Interfaces.csproj" />
<Project Path="Algo.Analytics.CSharp/Algo.Analytics.CSharp.csproj" />
<Project Path="Algo.Analytics.FSharp/Algo.Analytics.FSharp.fsproj" />
<Project Path="Algo.Analytics/Algo.Analytics.csproj" />
<Project Path="Algo.Compilation/Algo.Compilation.csproj" />
<Project Path="Algo.Export/Algo.Export.csproj" />
<Project Path="Algo.Gpu/Algo.Gpu.csproj" />
<Project Path="Algo.Import/Algo.Import.csproj" />
<Project Path="Algo.Indicators/Algo.Indicators.csproj" />
<Project Path="Algo.Strategies/Algo.Strategies.csproj" />
<Project Path="Algo.Testing/Algo.Testing.csproj" />
<Project Path="MatchingEngine/MatchingEngine.csproj" />
<Project Path="Algo/Algo.csproj" />
<Project Path="BusinessEntities/BusinessEntities.csproj" />
<Project Path="Charting.Interfaces/Charting.Interfaces.csproj" />
<Project Path="Configuration/Configuration.csproj" />
<Project Path="Diagram.Core/Diagram.Core.csproj" />
<Project Path="Localization.Extractor/Localization.Extractor.csproj" />
<Project Path="Localization.Generator/Localization.Generator.csproj" />
<Project Path="Localization/Localization.csproj" />
<Project Path="Media.Generator/Media.Generator.csproj" />
<Project Path="Media.Names/Media.Names.csproj" />
<Project Path="Media/Media.csproj" />
<Project Path="Messages/Messages.csproj" />
<Project Path="Reporting/Reporting.csproj" />
<Project Path="Tests/Tests.csproj" />
</Solution>