Browse Source

Make reasonable orders

Alexey Kim 1 day ago
parent
commit
cbccc3d1db
1 changed files with 1 additions and 1 deletions
  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,