Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqdev authored Jun 2, 2024
1 parent 729cfa9 commit 3158c77
Showing 1 changed file with 15 additions and 29 deletions.
44 changes: 15 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,24 @@ Download csv data from yahoo finance:
Backtest with simple strategy:
![image](https://github.com/ryqdev/golden/assets/50010920/e03e639e-f4e2-41fb-b25e-09f3b5156cfd)

## Quick Install

```shell
cargo install golden
```

## Useful Commands

```shell
# download csv to data/
golden csv --symbol SPY

# backtest
golden backtest --symbol SPY

# paper trading
golden paper --broker ibkr
```



Expand Down Expand Up @@ -79,35 +94,6 @@ Backtest with simple strategy:




## Demo

```shell
make backtest symbol=SPY
```

TODO: add more

## Quick Install

```shell
cargo install golden
```

## Commands

```shell
# download csv to data/
golden csv --symbol SPY

# backtest
golden backtest --symbol SPY

# paper trading
golden paper --broker ibkr
```


## Reference

[1] https://rustmagazine.github.io/rust_magazine_2021/chapter_12/rust-perf.html

0 comments on commit 3158c77

Please sign in to comment.