You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,10 @@ Your use of Kelp is governed by the Apache 2.0 open-source license. Please note
43
43
*[Using Postgres](#using-postgres)
44
44
*[Examples](#examples)
45
45
*[Walkthrough Guides](#walkthrough-guides)
46
-
*[Configuration Files](#configuration-files-1)
46
+
*[Configuration Files](#configuration-files)
47
47
*[Components](#components)
48
48
*[Strategies](#strategies)
49
49
*[Price Feeds](#price-feeds)
50
-
*[Configuration Files](#configuration-files)
51
50
*[Exchanges](#exchanges)
52
51
*[Plugins](#plugins)
53
52
*[Directory Structure](#directory-structure)
@@ -185,7 +184,9 @@ It's easier to learn with examples! Take a look at the walkthrough guides and sa
185
184
186
185
### Configuration Files
187
186
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):
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
-
272
267
## Exchanges
273
268
274
269
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