Heh, not very far for now
I started mapping what I had to do. Coding the bot in itself won't be (I suppose) too much of a challenge. Choosing a strategy will be.
And the first problem will be "Where do I get all the datas to drive my bot ?". It needs to know when to buy, when to sell and so on. And for that I'll have to check API.
Official API have very strict limitations so it's not possible to run a bot with this. I'll need to pay some API and boy oh boy it's expensive : solscan API are very expensive. If you make 1000$ a day with your bot, it's not a problem to pay 200-500$ / month for this but without the funds, it's harder
So for now I'm just trying to see where I could find interesting data without having to sell my pants. After that, API calls are well documented so coding a simple bot won't be too much of a hassle.
I'm pretty sure there are a lot of hidden problems but for now I only see the tip of the iceberg
I had some funs with differents crypto trading bots before (gmgn, dbotx and so on) but they are too slow and do not offer all the options I'd like.
If you have any return on "good" crypto bots I'm open. Not especially to use them (for security reasons I'm not fond of that) but at least to grab some good ideas on the options I could put.