Skip to content

Commit

Permalink
Fixed configuration file sample and test fixture following previous c…
Browse files Browse the repository at this point in the history
…ommit.
  • Loading branch information
adocquin committed Nov 6, 2021
1 parent 327b265 commit 677f80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ api:
# delay: Delay in days between each buy limit order.
# amount: Amount of the order in quote asset.
# limit_factor (optional): Create the limit order at a price of current price
# multiplied by specified factor.
# E.g.: limit_factor = 0.95 creates a limit order 5% below market price
# multiplied by specified factor (up to 5 digits).
# E.g., limit_factor = 0.95 creates a limit order 5% below market price
dca_pairs:
- pair: "XETHZEUR"
delay: 1
Expand Down

0 comments on commit 677f80f

Please sign in to comment.