Skip to content

StockSharp/AlgoTrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StockSharp Algorithmic Trading and Strategy Designer Repository

Welcome to the official repository for algorithmic trading strategies and the Strategy Designer designed for the StockSharp platform. This repository aims to serve as a comprehensive resource for both new and experienced traders and developers using StockSharp for automated trading and strategy design.

Repository Purpose

This repository provides detailed examples and source code for various algorithmic trading strategies and features from the Strategy Designer that can be implemented on the StockSharp platform. The primary goals are:

  • Educational Resource: Enhance learning and understanding of algorithmic trading and the StockSharp Strategy Designer through practical examples.
  • Community Collaboration: Encourage the community to contribute their own strategies, enhancements, and insights, sharing knowledge and best practices for trading automation.
  • Showcase Capabilities: Demonstrate the versatility and power of the StockSharp platform in developing, testing, and optimizing trading strategies and algorithmic solutions.

Contributing

We welcome contributions from all users! If you have a strategy, a feature from the Strategy Designer, or a piece of code that offers educational insights or is innovative in terms of trading automation, please consider sharing it with the community. To contribute, follow these steps:

  1. Fork the Repository: Start by forking the repository to your own GitHub account.
  2. Clone Your Fork: Clone the forked repository to your local machine to start working on the changes.
  3. Create a New Branch: Create a new branch in your forked repository. This helps you to manage your changes more effectively.
  4. Add Your Strategy or Feature: Place your strategy or Strategy Designer feature code in the appropriate directory. If your contribution is specific to a certain type of trading or asset, make sure it is placed in a corresponding folder or create one if needed.
  5. Document Your Code: Include comments in your code to explain the logic and usage of the strategy or feature. Additionally, provide a README.md file with a detailed description of what the strategy or feature does and how it can be used.
  6. Submit a Pull Request: Once you've added and tested your contribution, submit a pull request to the main repository. Include a clear description of what your contribution does and any other relevant information that would help the reviewers.

Usage

To use the strategies or features in this repository, you'll need to have StockSharp installed and configured on your system. Each strategy or feature may have specific requirements or dependencies, so be sure to check the included README.md or documentation files for each contribution.

Disclaimer

While we strive to provide useful and functional trading strategies and features, it is important to test them thoroughly in a simulation environment before deploying them in a live trading scenario. The contributors and maintainers of this repository bear no responsibility for any financial loss that may occur from the use of these strategies or features.

Support

If you have any questions or need help with setting up or running the strategies or using the Strategy Designer features, please open an issue in the GitHub repository. The community and maintainers are here to help!

Thank you for visiting the StockSharp Algorithmic Trading and Strategy Designer Repository. We look forward to your contributions and hope you find the resources helpful!