Explorar el Código

Make reasonable orders

Alexey Kim hace 1 día
padre
commit
cbccc3d1db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,