Question

Noob Question - Which tech stack I have to use to develop trading bot?

I am about to develop a algo trading bot and my aim is to run around 2000+ bots parallel with different parameter in background.

Let me explain you in detail. I have a form in which I entered some parameter for my bot and when I click on start bot the bot will start with those entered parameter and redirect back to form page after starting bot. I need to run 2000-2500 bots in background even user shutdown their PC/Laptop.

Which tech stack I have to use to achieve these goals?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
February 28, 2023

Hey @pranavkiritkumarsuchak,

If you mean what stack like LAMP/LEMP to use, it really depends on the language you’ve chosen to write the bot on. I’ll recommend using Python, in my practice this has been the most useful one for such occasions.

As for staring your Data, I’ll recommend using the DB engine you find easier to work with. Check this product here:

https://www.digitalocean.com/products/managed-databases

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up