From c515f693e711bfe2ac54f3c64d85e31f7167931f Mon Sep 17 00:00:00 2001 From: artemiusgreat Date: Mon, 10 Jun 2024 02:06:12 -0400 Subject: [PATCH] Description --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8e00c9ae..3791b2c98 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,19 @@ May contain references to other apps in [this list](https://github.com/Indemos) # Structure -* **Core** - cross-platform .NET 5 class library that contains main functionality +* **Core** - cross-platform .NET Core class library with main functionality * **Chart** - [canvas](https://github.com/Indemos/Canvas) visualization -* **Tests** - unit tests * **Estimator** - class [library](https://github.com/Indemos/Statistics) measuring performance metrics and statistics * **Data** - catalog with historical data, any format is acceptable as long as you implement your own parser * **Connector** - gateway implementations for brokers and exchanges, including historical and [simulated data](https://github.com/Indemos/Terminal-Connector-Simulation) -* **Client** - the main application that puts together orders, positions, performance metrics, and charts +* **Client** - sample application that puts together orders, positions, performance metrics, and charts # Gateways +* Schwab +* Alpaca +* Simulation - virtual orders and market data + In order to create connector for preferred broker, implement interface `IConnectorModel`. # Trading Strategies