Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 13, 2022
1 parent 47c3d80 commit 7daa739
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ the implementation.

- Check the [documentation index](doc/README.md)

## BBGO Tokenomics

To support the development of BBGO, we have created a bounty pool to support contributors by giving away $BBG tokens.
Check the details in [$BBG Contract Page](contracts/README.md) and our [official website](https://bbgo.finance)

## Requirements

Get your exchange API key and secret after you register the accounts (you can choose one or more exchanges):
Expand Down Expand Up @@ -477,21 +472,19 @@ that is using bbgo component. for example:

```go
type Strategy struct {
*bbgo.Notifiability
Symbol string `json:"symbol"
Market types.Market
}
```

And then, in your code, you can call the methods of Notifiability.

Supported components (single exchange strategy only for now):

- `*bbgo.Notifiability`
- `*bbgo.ExchangeSession`
- `bbgo.OrderExecutor`

If you have `Symbol string` field in your strategy, your strategy will be detected as a symbol-based strategy, then the
following types could be injected automatically:

- `*bbgo.ExchangeSession`
- `types.Market`

## Strategy Execution Phases
Expand Down Expand Up @@ -582,6 +575,11 @@ See [Contributing](./CONTRIBUTING.md)

<object type="image/svg+xml" data="https://opencollective.com/bbgo/tiers/backer.svg?avatarHeight=36&width=600"></object>

## BBGO Tokenomics

To support the development of BBGO, we have created a bounty pool to support contributors by giving away $BBG tokens.
Check the details in [$BBG Contract Page](contracts/README.md) and our [official website](https://bbgo.finance)

## Supporter

- GitBook
Expand Down

0 comments on commit 7daa739

Please sign in to comment.