lib/wash_trade.rb in SimBot-0.1.11 vs lib/wash_trade.rb in SimBot-0.1.12
- old
+ new
@@ -34,10 +34,10 @@
puts e
end
def move_price
range = 1.015
- if @g_count > 100
+ if @g_count > 60
range = rand(1.003...1.010)
@g_count = 0
end
@g_count += 1
Utils.quote(@market) * rand(1.002...range)
\ No newline at end of file