i would love some more info on how to make a bot. very impressive.
If you want to start, you can check tutorials on how to use APIs of your favorite exchanges, most of them are using Python. You'll learn how to place an order, cancel it, read the order book etc... Then you just need to implement your strategy

Although if you don't know how to code, start by learning, it will always be useful, and you really need to get that kind of if/else logic to make trading bots.