https://github.com/aduryagin/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.
https://github.com/aduryagin/technical-analysis
binance binance-api chart technical-analysis technical-indicators tinkoff tinkoff-api tinkoff-invest trading
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aduryagin/technical-analysis
- Owner: aduryagin
- Created: 2020-12-10T09:12:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T16:14:12.000Z (about 4 years ago)
- Last Synced: 2025-04-07T00:11:58.713Z (about 1 year ago)
- Topics: binance, binance-api, chart, technical-analysis, technical-indicators, tinkoff, tinkoff-api, tinkoff-invest, trading
- Language: Jupyter Notebook
- Homepage:
- Size: 23 MB
- Stars: 34
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Technical Analysis
Terminal that gives you an ability to check your algorithm or a strategy and [Technical Indicators library](https://github.com/aduryagin/technical-analysis/tree/main/packages/technical-indicators)
#### 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
1) cd frontend && npm i && npm run start
2) cd backend && npm i && npm run start:dev
3) cd backend/indicators && poetry install && poetry run python main.py