Does any one know where I can find a good library in C# to use for a trading robot.
Loading
Does any one know where I can find a good library in C# to use for a trading robot.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tahir AnsariPosted Oct 5, 2023, 3:41 AM
Yes, there are a number of good libraries in C# to use for a trading robot.
QuantConnect: QuantConnect is a free and open-source algorithmic trading platform that provides a comprehensive set of tools for developing and backtesting trading strategies. It includes a C# API that makes it easy to create and deploy trading robots.
Lean: Lean is a commercial algorithmic trading platform that offers a number of features that are not available in QuantConnect, such as support for multiple brokers, real-time trading, and cloud-based backtesting. It also includes a C# API for developing and deploying trading robots.
Deedle: Deedle is a C# library for financial data analysis and technical trading. It provides a number of features that are useful for developing trading robots, such as a variety of technical indicators, charting tools, and backtesting capabilities.
TALibraryInCSharp: TALibraryInCSharp is a C# library that provides a wrapper around the TA-Lib technical analysis library. This makes it easy to use TA-Lib indicators in your C# trading robot.
Which library you choose will depend on your specific needs and requirements. If you are looking for a free and open-source solution, QuantConnect is a good option. If you need more features, such as support for multiple brokers and real-time trading, Lean may be a better choice. If you are looking for a library that is specifically designed for technical trading, Deedle or TALibraryInCSharp may be a good option.
I recommend that you do some research to find a library that meets your specific needs and requirements. You may also want to try out a few different libraries to see which one you like best.