https://github.com/ronik-v/quantum-trader-terminal
Terminal for forecasting stock prices and charts
https://github.com/ronik-v/quantum-trader-terminal
analytics full-stack moex moex-data rust-api stock-data stock-price-prediction
Last synced: 5 months ago
JSON representation
Terminal for forecasting stock prices and charts
- Host: GitHub
- URL: https://github.com/ronik-v/quantum-trader-terminal
- Owner: ronik-v
- License: apache-2.0
- Created: 2025-04-12T19:01:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-30T13:42:22.000Z (6 months ago)
- Last Synced: 2026-01-01T10:47:10.705Z (6 months ago)
- Topics: analytics, full-stack, moex, moex-data, rust-api, stock-data, stock-price-prediction
- Language: TypeScript
- Homepage: http://quantum-terminal.ru/
- Size: 816 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum Trader Terminal
A trading terminal focused on market analysis and price forecasting using technical indicators and statistical models.
## Description
The project visualizes asset price charts, calculates **SMA(5)** and **SMA(12)** indicators, and applies **GARCH** and **ARIMA** models to forecast the next time unit (e.g., the next candle). These forecasts and indicator signals help inform trading decisions.
The application features a user-friendly dashboard with charts, indicators, and predictions. In the current version, only authentication is implemented — additional settings (model parameters, exchange connections, etc.) are not yet available and will be added in future updates.
## Technologies
### Backend
- Rust
### Frontend
- React
- TypeScript
## Interface
### Main View: Chart and Analysis Dashboard
- **Interactive price chart** for the selected period (with zoom in/out support)
- Display of **SMA(5)** and **SMA(12)** lines
- Markers for SMA crossover signals (e.g., golden/death cross)
- Forecast for the next time unit using **GARCH** and **ARIMA** models
- Convenient sidebar showing current indicator values, model outputs, and recommendations
### Authentication
- Login screen
### Upcoming Features (in development)
- Trade history
- Trading bot selection and launch
- Settings (API tokens, themes, model parameters)
---
## Screenshots
### Authentication Screen

### Main Data Screen
