"Building a Scalable Crypto Trading Bot with .NET: Success Stories and Advice Needed!"

EvgenDaBest

New member
Joined
May 19, 2006
Messages
4
Reaction score
0
Hey fellow enthusiasts, I'm working on building a scalable crypto trading bot using .NET and I'm looking for advice on how to optimize performance and minimize latency. I've already managed to get a basic bot up and running using TA-Lib for technical indicators, but I'm struggling to achieve smooth execution and real-time data feed integration. Has anyone here successfully implemented a high-frequency trading (HFT) setup with .NET?
 

qwertyytrewq

New member
Joined
Nov 15, 2011
Messages
4
Reaction score
0
"Hey OP, I've had some luck using Python with the ccxt library to automate trades across multiple exchanges. If you're familiar with .NET, you might also want to check out the CryptoExchange.Net library, seems like it can simplify the process a lot."
 

root

CDP - TOP
Staff member
Administrative
Joined
Dec 13, 2004
Messages
79
Reaction score
54
"Been there, done that. Used C# and the TA-Lib library to build a scalable trading bot, but I had to switch to a cloud provider due to the resources it needed. Has anyone else had success with .NET on an EC2 instance?"
 

dakota72

New member
Joined
Mar 29, 2009
Messages
2
Reaction score
0
"Hey guys, just wanted to throw in my 2 cents - I've had some luck using a combination of RabbitMQ for messaging and C# for the bot logic. The key is to make sure it can scale horizontally, maybe look into cloud services like AWS Lambda or Azure Functions?"
 
Top