01-16-2019, 03:44 PM
It immediately executes with a price of 10% into the orderbook, as expected: https://pastebin.com/TXN4cVmc
In this case the order does not move and executes immediately.
if(!this.outbid) {
return r(Number(ticker.bid)*1.1);
}
What happens when you buy with this explicit type conversion?
In the meanwhile I was looking into some older log files when my sticky order failed, on january the 3rd it happened the last time: https://pastebin.com/cAbFEhuN
The order was created properly, moved serveral times on the orderbook and got rejected after about 1 minute
In this case the order does not move and executes immediately.
if(!this.outbid) {
return r(Number(ticker.bid)*1.1);
}
What happens when you buy with this explicit type conversion?
In the meanwhile I was looking into some older log files when my sticky order failed, on january the 3rd it happened the last time: https://pastebin.com/cAbFEhuN
The order was created properly, moved serveral times on the orderbook and got rejected after about 1 minute