Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Fix links naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sánchez committed Feb 8, 2019
1 parent 47da12a commit 1cfcae5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions source/bots-market-making.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Create a config file for the bots, like the one in
* `MAIN_BOT_ACCOUNT`:
* Select the main bot account (account index of the ones generated from the `MNEMONIC`)
* The main bot account that will be used to generate reports
* `PRICE_REPO`: You can configure which external price feeds to use. You can get more information [here](./bot-types.html#buy-liquidity-bot-price-repository)
* `PRICE_REPO`: You can configure which external price feeds to use. You can get more information [here](./bots-types.html#buy-liquidity-bot-price-repository)
* `BOTS`: a list of bots to be created. Can contain one or more of the following. Any bot can be disabled by not adding it to this list.
* `BUY_BOT`: [Configuration for buying bot](./bot-types.html#buy-liquidity-bot-configuration)
* `SELL_BOT`: [Configuration for selling bot](./bot-types.html#sell-liquidity-bot-configuration)
* `BALANCE_CHECK_BOT`: [Configuration for balance check bot](./bot-types.html#balance-check-bot-configuration)
* `HIGH_SELL_VOLUME_BOT`: [Configuration for high sell volume bot](./bot-types.html#high-sell-volume-bot-configuration)
* `WATCH_EVENTS_BOT`: [Configuration for watch events bot](./bot-types.html#watch-events-bot)
* `DEPOSIT_BOT`: [Configuration for deposit Bot](./bot-types.html#deposit-bot-configuration)
* `BUY_BOT`: [Configuration for buying bot](./bots-types.html#buy-liquidity-bot-configuration)
* `SELL_BOT`: [Configuration for selling bot](./bots-types.html#sell-liquidity-bot-configuration)
* `BALANCE_CHECK_BOT`: [Configuration for balance check bot](./bots-types.html#balance-check-bot-configuration)
* `HIGH_SELL_VOLUME_BOT`: [Configuration for high sell volume bot](./bots-types.html#high-sell-volume-bot-configuration)
* `WATCH_EVENTS_BOT`: [Configuration for watch events bot](./bots-types.html#watch-events-bot)
* `DEPOSIT_BOT`: [Configuration for deposit Bot](./bots-types.html#deposit-bot-configuration)

WARNING: When creating a new configuration file you may name it as you wish,
but make sure you update
Expand Down
6 changes: 3 additions & 3 deletions source/bots-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ of tokens.
* `SELL_BOT_MAIN`:
* **name**: The name to display in notifications and messages
* **factory**: The factory to create the bot. You can create your own bot if you want!
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html##create-the-config-file-for-the-bots))
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html#create-the-config-file-for-the-bots))
* **accountIndex**: The accountIndex from the accounts generated from the `MNEMONIC` that is going to be used by this bot
* **notifications**: The notification system to be used by the bot. For now only `slack` is available
* **checkTimeInMilliseconds**: the time between bot checking to sell liquidity
Expand Down Expand Up @@ -233,7 +233,7 @@ is bought.
* `HIGH_SELL_VOLUME_BOT`:
* **name**: The name to display in notifications and messages
* **factory**: The factory to create the bot. You can create your own bot if you want!
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html##create-the-config-file-for-the-bots))
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html#create-the-config-file-for-the-bots))
* **accountIndex**: The accountIndex from the accounts generated from the `MNEMONIC` that is going to be used by this bot
* **notifications**: The notification system to be used by the bot. For now only `slack` is available

Expand Down Expand Up @@ -261,4 +261,4 @@ has closed.
* `WATCH_EVENTS_BOT`:
* **name**: The name to display in notifications and messages
* **factory**: The factory to create the bot. You can create your own bot if you want!
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html##create-the-config-file-for-the-bots))
* **markets**: An object selecting the markets to watch (as explained [here](./bots-market-making.html#create-the-config-file-for-the-bots))

0 comments on commit 1cfcae5

Please sign in to comment.