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

Commit

Permalink
remove configuration files section from Components
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf authored Oct 17, 2020
1 parent c22e46b commit 2d15399
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ Your use of Kelp is governed by the Apache 2.0 open-source license. Please note
* [Using Postgres](#using-postgres)
* [Examples](#examples)
* [Walkthrough Guides](#walkthrough-guides)
* [Configuration Files](#configuration-files-1)
* [Configuration Files](#configuration-files)
* [Components](#components)
* [Strategies](#strategies)
* [Price Feeds](#price-feeds)
* [Configuration Files](#configuration-files)
* [Exchanges](#exchanges)
* [Plugins](#plugins)
* [Directory Structure](#directory-structure)
Expand Down Expand Up @@ -185,7 +184,9 @@ It's easier to learn with examples! Take a look at the walkthrough guides and sa

### Configuration Files

Reference config files are in the [examples folder](examples/configs/trader). Specifically, the following sample configuration files are included:
Each strategy you implement needs a configuration file. The format of the configuration file is specific to the selected strategy. You can use these files to customize parameters for your chosen strategy.

The following reference config files are in the [examples folder](examples/configs/trader):

- [Sample Sell strategy config file](examples/configs/trader/sample_sell.cfg)
- [Sample BuySell strategy config file](examples/configs/trader/sample_buysell.cfg)
Expand Down Expand Up @@ -263,12 +264,6 @@ Price Feeds fetch the price of an asset from an external source. The following p
- `max` - `max(exchange/ccxt-binance/XLM/USDT/mid,exchange/ccxt-coinbasepro/XLM/USD/mid)`
- `invert` - `invert(exchange/ccxt-binance/XLM/USDT/mid)`

## Configuration Files

Each strategy you implement needs a configuration file. The format of the configuration file is specific to the selected strategy. You can use these files to customize parameters for your chosen strategy.

For more details, check out the [examples section](#configuration-files-1) of the readme.

## Exchanges

Exchange integrations provide data to trading strategies and allow you to [hedge][hedge] your positions on different exchanges. The following [exchange integrations](plugins) are available **out of the box** with Kelp:
Expand Down

0 comments on commit 2d15399

Please sign in to comment.