Terminal that gives you an ability to check your algorithm or a strategy and Technical Indicators library
- Tinkoff
- Binance
With this functionality you can easily test your strategy. Just change the algoritm here backend/src/modules/algorithmTesting/algorithms/index.ts Also you can add notifications there if you need this.
You can create custom indicators either in python (/backend/indicators) or javascript (/frontend/src/pages/chart/indicators)
Ctrl + Q - Fullscreen mode
You have to install python, poetry, node.js
- cd frontend && npm i && npm run start
- cd backend && npm i && npm run start:dev
- cd backend/indicators && poetry install && poetry run python main.py