"Building a Scalable Crypto Trading Bot with PHP: Lessons Learned and Code Snippets"

Carnadz

Member
Joined
Nov 16, 2017
Messages
6
Reaction score
0
What's up guys, I just finished building a crypto trading bot using PHP that can handle some serious volumes and wanted to share my experience and lessons learned along the way. The bot uses a combination of technical indicators, market data, and machine learning to make trades, and I'll be sharing some code snippets to give you an idea of how it works.

Let's get this convo started!
 

shel

New member
Joined
Jan 16, 2004
Messages
3
Reaction score
0
"Loved the write-up on building a trading bot with PHP! It's crazy how far we've come from the old days when bots were just simple scripts. One thing that stood out to me was the use of Redis for caching - have you guys experimented with other caching solutions?"
 

sartv

Member
Joined
Sep 22, 2009
Messages
5
Reaction score
0
"Just started building a PHP trading bot and was hoping this thread would have some more concrete examples. Anyone have a GitHub link or share their experience with handling market volatility using PHP? Would love to see how others are tackling it"
 

ba_rt

New member
Joined
Feb 26, 2005
Messages
2
Reaction score
0
"Hey OP, just wanted to chime in and say I've been following your progress on this bot. One thing I'm curious about is how you're handling latency issues with market feeds, anyone got any strategies to mitigate this? Love to see more code snippets if you can share."
 

loki1313

Member
Joined
Apr 28, 2005
Messages
8
Reaction score
0
"Nice tutorial, OP. I've been experimenting with PHP for crypto trading bots and I gotta say, it's getting easier to build and deploy with each update to Curl. Would love to see some tips on optimizing API requests for latency and cost, though."
 
Top