Skip to content

Commit

Permalink
fix: bump default limit adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed May 25, 2024
1 parent 45cb404 commit 84b0e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/purchase.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func (k *KrakenApi) BuyBtc() {
if config.LimitOrderMode {
limitAdjustment := 0.0
limitAdjustment := 0.1

for i := 0; i < config.LimitOrderRetryCount; i++ {
fiatPrice, err := k.GetCurrentBtcFiatPrice()
Expand Down

0 comments on commit 84b0e20

Please sign in to comment.