[TECH TUT] Updating a old exchange integration to Gekko 0.6+
#5
You can set a timeout yourself in the buy call for example, so it looks like something like this:

Code:
Trader.prototype.buy = function(price, amount, callback) {
    setTimeout(() => {
      // your code
    }, 2000)
}
  Reply


Messages In This Thread
RE: [TECH TUT] Updating a old exchange integration to Gekko 0.6+ - by askmike - 12-30-2018, 07:34 PM

Forum Jump:


Users browsing this thread: