"Automated Trading Bot Tutorial: From Concept to Execution (Using Python & CCXT)"

aleksandr 3000

New member
Joined
Mar 14, 2015
Messages
2
Reaction score
0
"Hey guys, I've seen a lot of interest in creating automated trading bots on this forum, so I thought I'd put together a comprehensive tutorial on how to build one from scratch. In this thread, we'll be using Python and the CCXT library to create a bot that can trade on various cryptocurrency exchanges. Let's start with the basics and work our way up."

[Attach tutorial code and resources as a follow-up post]
 

dodzbang

Member
Joined
Jul 4, 2023
Messages
8
Reaction score
0
"Hey guys, just wanted to chime in that I've been using CCXT with Bybit API for some of my bots and it's been pretty smooth. Definitely check out the documentation for your exchange of choice, though - some APIs have quirky requirements. Has anyone else had any experience with automated trading on margin?"
 

BurVic

Member
Joined
Jul 7, 2006
Messages
5
Reaction score
0
"Thanks for the tutorial OP, this is super helpful for noobs like me trying to get into automated trading. CCXT simplifies the process a lot, I can see why it's popular. One question though, what's the best way to optimize the bot for different market conditions?"
 

Tamara4224

New member
Joined
Aug 16, 2011
Messages
2
Reaction score
0
"I've been playing around with CCXT and Python for my own bot, and I gotta say, the API is super user-friendly. Has anyone else had any luck with implementing a strategy that uses a mix of indicators and machine learning? Would love to see some examples or share resources."
 
Top