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

Commit 2cb5732

Browse files
committed
update README: move postgres to it's own section
1 parent 493b4b0 commit 2cb5732

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To learn more about the Stellar protocol check out [this video created by Lumena
3131
* [Compile from Source](#compile-from-source)
3232
* [Running Kelp](#running-kelp)
3333
* [Using CCXT](#using-ccxt)
34+
* [Using Postgres](#using-postgres)
3435
* [Be Smart and Go Slow](#be-smart-and-go-slow)
3536
* [Components](#components)
3637
* [Strategies](#strategies)
@@ -106,10 +107,6 @@ To compile Kelp from source:
106107
8. Set up CCXT to use an expanded set of priceFeeds and orderbooks (see the [Using CCXT](#using-ccxt) section for details)
107108
* `sudo docker run -p 3000:3000 -d franzsee/ccxt-rest:v0.0.4`
108109

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-
113110
## Running Kelp
114111

115112
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
145142

146143
_Note: this integration is still **experimental** and is also **incomplete**. Please use at your own risk._
147144

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+
148149
## Be Smart and Go Slow
149150

150151
_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).
318319
[yarn-install]: https://yarnpkg.com/lang/en/docs/install/
319320
[nodejs-install]: https://nodejs.org/en/download/
320321
[astilectron-bundler]: https://github.com/asticode/go-astilectron-bundler
321-
[postgres]: https://www.postgresql.org/
322322
[spread]: https://en.wikipedia.org/wiki/Bid%E2%80%93ask_spread
323323
[hedge]: https://en.wikipedia.org/wiki/Hedge_(finance)
324324
[cmc]: https://coinmarketcap.com/
@@ -327,6 +327,7 @@ See the [Code of Conduct](CODE_OF_CONDUCT.md).
327327
[ccxt]: https://github.com/ccxt/ccxt
328328
[ccxt-rest]: https://github.com/franz-see/ccxt-rest
329329
[docker]: https://www.docker.com/
330+
[postgres]: https://www.postgresql.org/
330331
[kraken]: https://www.kraken.com/
331332
[stellar-downloader]: https://github.com/nikhilsaraf/stellar-downloader
332333
[stackexchange]: https://stellar.stackexchange.com/

0 commit comments

Comments
 (0)