TAAPI.IO Strategies is a complete framework making it easy to develop from simple to very advanced algorithmic strategies. It takes the approach using Finite State Machines or FSM. This makes it very easy to translate a strategy vision into orders execution.
Having all the price action data and all indicators in the world, does not do one much good, if one cannot execute orders on an exchange. In this section you’ll find all the necessary documentation and resources to start building automated strategies.
The framework is built in Common JavaScript and executed in NodeJS. We’ve chosen JavaScript because it ranges over the largest target audience, and simpler getting started than with JS Modules and TypeScript. Our second choice was Python, however, as a lot of Python developers work with web, Python developers have at some point written JavaScript code to execute client side scripts in the browser.