Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryshell/midas
📈 Midas is a free and open source Moving Average Trading backtest simulator.
https://github.com/jerryshell/midas
investment moving-average
Last synced: 4 days ago
JSON representation
📈 Midas is a free and open source 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-03T21:38:22.000Z (7 months ago)
- Last Synced: 2024-05-03T22:37:31.049Z (7 months ago)
- Topics: investment, moving-average
- Language: Rust
- Homepage: https://www.bilibili.com/video/BV11o4y1B7fL
- Size: 1.58 MB
- Stars: 36
- Watchers: 3
- Forks: 7
- 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 simulatorBilibili 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
yarn
yarn dev
```### ?. Optional
You can update Index Data using `midas-spider`
```bash
cargo run --bin midas-spider
```## 📄 License
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0)
## Screenshot
![screenshot](images/screenshot.jpg)