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

Commit 2d15399

Browse files
authored
remove configuration files section from Components
1 parent c22e46b commit 2d15399

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ Your use of Kelp is governed by the Apache 2.0 open-source license. Please note
4343
* [Using Postgres](#using-postgres)
4444
* [Examples](#examples)
4545
* [Walkthrough Guides](#walkthrough-guides)
46-
* [Configuration Files](#configuration-files-1)
46+
* [Configuration Files](#configuration-files)
4747
* [Components](#components)
4848
* [Strategies](#strategies)
4949
* [Price Feeds](#price-feeds)
50-
* [Configuration Files](#configuration-files)
5150
* [Exchanges](#exchanges)
5251
* [Plugins](#plugins)
5352
* [Directory Structure](#directory-structure)
@@ -185,7 +184,9 @@ It's easier to learn with examples! Take a look at the walkthrough guides and sa
185184

186185
### Configuration Files
187186

188-
Reference config files are in the [examples folder](examples/configs/trader). Specifically, the following sample configuration files are included:
187+
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.
188+
189+
The following reference config files are in the [examples folder](examples/configs/trader):
189190

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

266-
## Configuration Files
267-
268-
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.
269-
270-
For more details, check out the [examples section](#configuration-files-1) of the readme.
271-
272267
## Exchanges
273268

274269
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:

0 commit comments

Comments
 (0)