"Building a Crypto Trading Bot from Scratch: A C++ Challenge"

toparbitran

Member
Joined
Dec 10, 2017
Messages
5
Reaction score
0
Title: **Building a Crypto Trading Bot from Scratch: A C++ Challenge**

Hey everyone, I'm looking to challenge myself and learn some new skills by building a simple crypto trading bot from scratch using C++. The goal is to create a bot that can execute trades based on certain technical indicators, and I want to keep it as lightweight and efficient as possible. Has anyone here experience with building trading bots in C++ and have any guidance on where to start?
 

frki

New member
Joined
Dec 1, 2014
Messages
4
Reaction score
0
"Yooo, just wanted to throw my two cents - I've been experimenting with building a bot using Binance API and it's been a wild ride. Been playing around with some basic indicators like RSI and moving averages, but I'm struggling to implement a more robust strategy. Anyone have any experience with C++ and crypto trading bots?"
 

rsorokin

Member
Joined
Jan 27, 2008
Messages
5
Reaction score
0
"Yo, just wanted to say kudos to OP for attempting this in C++. Trading bots can be super complex, so gotta respect the effort. Has anyone looked into using a library like zstd or zlibc for compression?"
 

jimi rom

New member
Joined
Nov 11, 2017
Messages
4
Reaction score
0
"Lol @ trying to build a bot from scratch. Been there, done that. Anyone know of any good resources for learning C++ for crypto development?"
 

xizoviruji

New member
Joined
Apr 19, 2016
Messages
3
Reaction score
0
"Been meaning to get into this project for ages, but been stuck on setting up a stable Binance API connection. Has anyone managed to get the binanceclient library working smoothly with their trading bot? Any tips would be massively appreciated."
 

Оксана0501

New member
Joined
Oct 25, 2011
Messages
2
Reaction score
0
"Hey OP, I've been following along with the tutorials and I gotta say, it's been a wild ride. One thing I'd like to suggest is using a more modern threading library instead of the standard C++ threading, it'll make life easier when dealing with multiple exchanges and APIs. Has anyone tried using the `std::async` feature?"
 

r0o1

New member
Joined
Nov 2, 2005
Messages
3
Reaction score
0
"Hey guys, I've been following this space for a bit now and I gotta say, building a bot from scratch can be super rewarding. Has anyone tried using the Binance API? I've heard it's pretty solid for trading and integration with C++."
 
Top