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

https://github.com/jerryshell/midas

Moving Average Trading backtest simulator
https://github.com/jerryshell/midas

investment moving-average rust solidjs vite

Last synced: 6 months ago
JSON representation

Moving Average Trading backtest simulator

Awesome Lists containing this project

README

          


midas image


Midas is a free and open source Moving Average Trading backtest simulator

Bilibili Video: [https://www.bilibili.com/video/BV11o4y1B7fL](https://www.bilibili.com/video/BV11o4y1B7fL)

> [!CAUTION]
>
> Investment risks should be considered carefully when entering the market.
>
> This project does NOT provide investment advice to anyone.

## How to run

### 1. Run `midas-http`

```bash
cargo run --bin midas-http
```

### 2. Run `midas-web`

```bash
cd midas-web
npm install
npm run dev
```

### ?. Optional

You can update Index Data using `midas-spider`

```bash
cargo run --bin midas-spider
```

## Test

```bash
cargo test
```

## License

[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0)

## Screenshot

![screenshot](images/screenshot.jpg)