https://github.com/jerryshell/midas
Moving Average Trading backtest simulator
https://github.com/jerryshell/midas
investment moving-average rust solidjs vite
Last synced: 10 months ago
JSON representation
Moving Average Trading backtest simulator
- Host: GitHub
- URL: https://github.com/jerryshell/midas
- Owner: jerryshell
- License: agpl-3.0
- Created: 2023-03-10T10:17:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T09:49:26.000Z (10 months ago)
- Last Synced: 2025-04-08T10:33:21.305Z (10 months ago)
- Topics: investment, moving-average, rust, solidjs, vite
- Language: Rust
- Homepage:
- Size: 2 MB
- Stars: 44
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
