Hello,
I want to make my own trading bot on some cloud service. Can you post some resources? What I need to run a bot with API that I already have?
Is it possible to write down strategy from api signals?
all of it depends on how much knowledge you have. and you need two different kinds of knowledge: 1) about trading 2) about coding.
you should know trading to be able to come up with the strategies and plans on how you want to handle different scenarios and then you need knowledge of coding to be able to turn those ideas into a code that a computer executes for you.
in other words it is possible if you know those two major things.