Skip to content

Commit

Permalink
(docs) added template for pure-mm strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
carlolm committed Apr 27, 2019
1 parent 4ae0daa commit a7b9f2c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Binary file added documentation/docs/assets/img/pure-mm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions documentation/docs/strategies/pure-market-making.md
@@ -0,0 +1,27 @@
# Pure market making

Pure market making is described in [Strategies](/strategies/), with a further discussion in the Hummingbot [white paper](https://hummingbot.io/whitepaper.pdf).

!!! note
The pure market making strategy is currently under development and not yet available on Hummingbot.

### Schematic

The diagram below illustrates how market making works. Hummingbot makes a market by placing buy and sell orders on a single exchange, specifying prices and sizes.

<small><center>***Figure 1: Hummingbot makes a market on an exchange***</center></small>

![Figure 1: Hummingbot makes a market on an exchange](/assets/img/pure-mm.png)

## Prerequisites: Inventory

1. You will need to hold inventory of quote and base currencies on the exchange.
2. You will also need some Ethereum to pay gas for transactions on a DEX (if applicable).

## Configuration walkthrough

To come...

## Configuration parameters

To come...
1 change: 1 addition & 0 deletions documentation/mkdocs.yml
Expand Up @@ -102,6 +102,7 @@ nav:
- Strategies: strategies.md
- Cross-exchange market making: strategies/cross-exchange-market-making.md
- Arbitrage: strategies/arbitrage.md
- Pure market making: strategies/pure-market-making.md
- Support:
- Support: support.md
- Bug bounty program: support/bug-bounty-program.md
Expand Down

0 comments on commit a7b9f2c

Please sign in to comment.