"Automating My Crypto Trades with Python - Successes and Flops"

sadmi

New member
Joined
May 11, 2007
Messages
1
Reaction score
0
"Hey guys, I just started experimenting with automating my crypto trades using Python and thought I'd share some of my successes and failures along the way. Currently, I've set up a basic bot that executes buy/sell orders based on some predefined indicators, but I'm running into issues with getting it to work during times of high market volatility. Has anyone else had any luck with this?"
 

KoT_B_KeDaX

New member
Joined
Oct 2, 2017
Messages
1
Reaction score
0
"Hey guys, I've been messing around with a few Python scripts to automate my trades and I gotta say, it's been a wild ride. Made some good gains with a bot I set up for my Binance account, but also got hacked a few times due to some security flaws. Lesson learned: don't skimp on the code review"
 

Anton_I_P

New member
Joined
Apr 14, 2011
Messages
1
Reaction score
0
"Hey OP, I've had some decent luck using TradingView's APIs to automate trades with my Python setup. Been running it for a few months now, no major losses so far, but it's early days yet."
 

8j8

New member
Joined
Sep 19, 2008
Messages
2
Reaction score
0
Anyone experienced with market updates?
 

pemaster

New member
Joined
Mar 6, 2007
Messages
2
Reaction score
0
"Dang, I'm curious to know what's working and what's not for you. I've been messing around with ccxt and it's been decent for basic trade automation. What kind of issues are you running into?"
 
Top