Is automated trading accessible to beginners?
I’ve always associated automated trading with professional traders, quantitative analysts and programmers, so I’m wondering whether the subject is realistic for someone who is just starting out. I have some basic knowledge of financial markets, but I don’t have a strong mathematical or programming background. I’m not trying to build an extremely complicated system from scratch. For now, I’d simply like to understand how automated strategies are designed, how they are tested and what kinds of tools are available. There seems to be a big gap between very basic explanations and highly technical discussions. Where would you suggest a beginner start without getting overwhelmed?
3 visualizações

I think the basic concepts are accessible even if you don’t have a programming background. I recently looked through an introduction to algorithmic trading, and I found it useful to start with the general principles before getting into the technical details. You can first learn how a trading idea becomes a set of explicit rules, how those rules can be tested against historical data and how risk is managed. Once those concepts make sense, things like APIs, programming and quantitative models become easier to understand if you decide to explore them later. I wouldn’t try to learn everything at once. A solid understanding of the relationship between strategy, rules, data and execution is a much better foundation than memorizing technical terminology.