Technical Analysis
Tinkoff and Binance API based terminal and technical indicators with possibility of update/add last item (candle) of result. This may be useful when use realtime (for example WebSockets) data.
Install / Use
npx skills add aduryagin/technical-analysisInstalls into whichever agent you are using.
README
Technical Analysis
Terminal that gives you an ability to check your algorithm or a strategy and Technical Indicators library
Supported API
- Tinkoff
- Binance
Algorithm Testing
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.
Custom Indicators
You can create custom indicators either in python (/backend/indicators) or javascript (/frontend/src/pages/chart/indicators)
Hotkeys
Ctrl + Q - Fullscreen mode
How to run
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
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
