Selaa lähdekoodia

Make reasonable orders

Alexey Kim 1 päivä sitten
vanhempi
commit
cbccc3d1db
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      util/order.go

+ 1 - 1
util/order.go

@@ -6,7 +6,7 @@ import (
 	"math"
 )
 
-const TradingRange = .02
+const TradingRange = .01
 
 func NewOrder(
 	m sentio.Market,