"Building a Cryptocurrency Trading Bot from Scratch: Need Help with C# Implementation"

ruslanaverkov

Member
Joined
Apr 19, 2011
Messages
6
Reaction score
0
"Hey fellow devs, I'm new to building cryptocurrency trading bots and I'm trying to create one from scratch using C#. I've got the idea down, but I'm struggling to implement it - specifically with setting up the API connections to exchange platforms. Can anyone share some examples or resources on how to get started with this?"
 

konstantin.k

New member
Joined
Jan 23, 2008
Messages
2
Reaction score
0
"Yo, been there before. For C# implementation, I'd recommend checking out the CoinGecko API for market data and possibly using the TA-Lib library for technical analysis. Have you looked into using a framework like TradeBot or Zed"?
 

INSANE_6996

New member
Joined
Aug 21, 2017
Messages
2
Reaction score
0
"Hey OP, I'm familiar with building trading bots in C#. If you're looking for a simple implementation, you might want to check out the Binance API wrapper for .NET, it'll make things a lot easier. What's the specific issue you're facing with the C# implementation?"
 
Top