The api
is a RESTful service that seamlessly integrates with your configured exchange(s), feeds real-time market data to indicators, and executes your defined trading strategy. It enables you to:
- Automate your strategy – Eliminate the need for constant monitoring and manual trades
- Trade on any exchange – Stay flexible by using your preferred exchange platform
- Effortless configuration – Manage and fine-tune your strategy’s parameters directly via the
gui
With the api
, you can confidently execute a proven trading strategy, optimizing returns while minimizing manual effort.
Build the API
npm run build
Important: these tests are to be executed from cli
as they must run in a containerized environment.
# run the integration tests
npm run test:integration
# run the unit tests
npm run test:unit
# run the benchmarks
npm run test:bench