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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ To learn more about the Stellar protocol check out [this video created by Lumena
31
31
* [Compile from Source](#compile-from-source)
32
32
* [Running Kelp](#running-kelp)
33
33
* [Using CCXT](#using-ccxt)
34
+
* [Using Postgres](#using-postgres)
34
35
* [Be Smart and Go Slow](#be-smart-and-go-slow)
35
36
*[Components](#components)
36
37
*[Strategies](#strategies)
@@ -106,10 +107,6 @@ To compile Kelp from source:
106
107
8. Set up CCXT to use an expanded set of priceFeeds and orderbooks (see the [Using CCXT](#using-ccxt) section for details)
107
108
*`sudo docker run -p 3000:3000 -d franzsee/ccxt-rest:v0.0.4`
108
109
109
-
Optional dependencies based on features:
110
-
111
-
1.[Postgres][postgres] must be installed for Kelp to automatically write trades to a sql database along with updating the trader config file.
112
-
113
110
## Running Kelp
114
111
115
112
Kelp places orders on the [Stellar marketplace][stellarx] based on the selected strategy. Configuration files specify the Stellar account and strategy details.
@@ -145,6 +142,10 @@ You can list the exchanges (`./kelp exchanges`) to get the full list of supporte
145
142
146
143
_Note: this integration is still **experimental** and is also **incomplete**. Please use at your own risk._
147
144
145
+
## Using Postgres
146
+
147
+
[Postgres][postgres] must be installed for Kelp to automatically write trades to a sql database along with updating the trader config file.
148
+
148
149
## Be Smart and Go Slow
149
150
150
151
_Whenever you trade on Stellar, you are trading with volatile assets, in volatile markets, and you risk losing money. Use Kelp at your own risk. There is no guarantee you'll make a profit from using our bots or strategies. In fact, if you set bad parameters or market conditions change, Kelp might help you **lose** money very fast. So be smart and go slow._
@@ -318,7 +319,6 @@ See the [Code of Conduct](CODE_OF_CONDUCT.md).
0 commit comments