An open API service indexing awesome lists of open source software.

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

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
![Authentication Screen](public/auth_screen.png)

### Main Data Screen
![Main Data Screen](public/data_screen.png)