-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lessons moved from AlgoTrading repo into Samples folder.
- Loading branch information
1 parent
bb0bb25
commit 1e17675
Showing
282 changed files
with
6 additions
and
13,476 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,13 @@ | ||
# StockSharp API Examples Directory | ||
|
||
This directory contains a collection of example projects and scripts demonstrating the use of the [StockSharp API](https://doc.stocksharp.com/topics/api.html) for developing trading applications. These examples are intended specifically for developers who are programming in C# and are looking to create comprehensive trading robots or tools that do not integrate directly with the Designer platform. | ||
## Important Update | ||
|
||
## Overview | ||
Please note that the code examples previously available in this repository have been moved to a new location to better organize and manage our resources. | ||
|
||
The examples provided in this folder serve as practical guides to various aspects of the [StockSharp API](https://doc.stocksharp.com/topics/api.html), showcasing how to leverage its capabilities to access market data, execute trades, and manage portfolios. These examples are particularly useful for users with a background in software development and an interest in financial markets. | ||
### New Location for Code Examples | ||
|
||
## Contents | ||
You can now find all the code examples under the following GitHub repository: | ||
|
||
- **Basic API Usage**: Simple scripts demonstrating the initialization of the API, [connection to trading services](https://doc.stocksharp.com/topics/api/connectors.html), and basic data handling. | ||
- **Advanced Trading Algorithms**: More complex examples that implement full [trading strategies](https://doc.stocksharp.com/topics/api/strategies.html) or algorithms using the StockSharp API. | ||
- **Data Management**: Scripts that show how to fetch, store, and manage historical [market data](https://doc.stocksharp.com/topics/api/market_data_storage.html) for analysis. | ||
- **Utility Tools**: Utility programs that assist with account management, [order placement](https://doc.stocksharp.com/topics/api/orders_management.html), and other trading operations. | ||
[StockSharp Code Examples](https://github.com/StockSharp/StockSharp/tree/master/Samples/Lessons/) | ||
|
||
## Purpose | ||
|
||
The primary goal of this directory is to provide: | ||
- A learning resource for new programmers who are just starting with trading software development. | ||
- A reference point for experienced developers looking to explore different features of the StockSharp API. | ||
- Code bases that can be extended or customized for personal trading solutions. | ||
|
||
## Usage | ||
|
||
Each example comes with a detailed explanation of the code and instructions on how to set it up and run it. Developers are encouraged to modify and extend these examples to fit their specific trading needs and strategies. | ||
|
||
## Important Note | ||
|
||
Please note that the examples provided in this folder are not compatible with the Designer platform. They are intended for direct use and modification within C# projects and require a solid understanding of programming concepts and the .NET. Additionally, some examples may require adding a connector from StockSharp's private NuGet server. For more information on accessing and using this server, please visit [StockSharp's NuGet server manual](https://stocksharp.com/products/nuget_manual/#privateserver). | ||
|
||
By exploring and utilizing these examples, developers can gain a deeper understanding of how to implement robust trading solutions using the StockSharp API, paving the way for the development of sophisticated trading robots and analytical tools. | ||
We encourage you to visit the new repository to access the latest updates and materials. Thank you for your understanding and continued support. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...lesson_01(simple_terminal)/01_Connect_and_get_security/01_Connect_and_get_security.csproj
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...1(simple_terminal)/01_Connect_and_get_security/01_Connect_and_get_security_fromsrc.csproj
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
API/lesson_01(simple_terminal)/01_Connect_and_get_security/App.xaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
API/lesson_01(simple_terminal)/01_Connect_and_get_security/App.xaml.cs
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
API/lesson_01(simple_terminal)/01_Connect_and_get_security/MainWindow.xaml
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
API/lesson_01(simple_terminal)/01_Connect_and_get_security/MainWindow.xaml.cs
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
API/lesson_01(simple_terminal)/01_Connect_and_get_security/Properties/Resources.Designer.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.