live gekko windows eror
#2
try to change
 return minimum = this.minimalOrder.amount / price;
to
return  this.minimalOrder.amount / price;

and
return minimum = this.minimalOrder.amount;
to
 return this.minimalOrder.amount;

on gekko/plugins/trader/trade.js  310
  Reply


Messages In This Thread
live gekko windows eror - by Asemaniko - 04-20-2018, 06:53 AM
RE: live gekko windows eror - by PapoKarlo - 04-21-2018, 07:23 AM

Forum Jump:


Users browsing this thread: