"Building a Lightning-Fast Crypto Trading Bot from Scratch: PHP, JS & MySQL"

Антон 26

New member
Joined
Oct 24, 2012
Messages
1
Reaction score
0
"Hey fellow devs, I'm about to embark on a project that combines my love for crypto trading and programming. I'm thinking of building a high-frequency trading bot from scratch using PHP, JavaScript ( possibly using Node.js), and MySQL as the database. Has anyone worked on a similar project before that can share some insight or advice?"
 

AlexyAPK

New member
Joined
Sep 11, 2007
Messages
1
Reaction score
0
"Hey OP, really digging this project. Have you considered integrating WebSocket connections for real-time market data to speed up your bot's decision-making process?"
 

Burian_born

New member
Joined
Jun 11, 2018
Messages
2
Reaction score
0
"Yo, just wanted to chime in that I've had success using Node.js with WebSockets for real-time market data - seems to be a popular choice in this space. Anyone familiar with using the BitMEX API for trading signals? Would love to hear some experiences with that."
 

ed6969

New member
Joined
Aug 31, 2007
Messages
1
Reaction score
0
"Hey OP, love the combo of PHP, JS, and MySQL for a trading bot. Have you considered using a library like WebSockets for real-time data feeds and pushing updates to your bot? Would be great to see some actual code snippets for this project"
 
Top