Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JNM78

Pages: [1]
1
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: July 21, 2017, 01:13:21 PM »
Only just started using this and it seems so buggy. Frequent complete crashes and loads of errors in the logs. My main issue though is double buys. It placed a buy order that was filled just fine, then later on a sell order was fired in that was not filled and is still open. For some reason it thinks its filled and then has executed another buy. I now have the following recurring error in the UI, I have 2 executed BUY orders and one open SELL order:

We didnt buy yet [ { Uuid: null,
Unhandled rejection Error: We sent BUY order but the exchange didnt receive it.
    OrderUuid: '2bbb50a7-7d4e-4ba3-8cea-78509650663f',
    at console.C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\bittrex.js.module.exports.Market.checkifwesold.Promise.bittrex.private.getOpenOrders.then (evalmachine.<anonymous>:0:0)
    Exchange: 'BTC-STORJ',
    at tryCatcher (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\util.js:16:23)
    OrderType: 'LIMIT_SELL',
    at Promise._settlePromiseFromHandler (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\promise.js:512:31)
    Quantity: 5.29374581,
    at Promise._settlePromise (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\promise.js:569:18)
    QuantityRemaining: 5.29374581,
    at Promise._settlePromise0 (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\promise.js:614:10)
    Limit: 0.00019456,
    at Promise._settlePromises (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\promise.js:693:18)
    CommissionPaid: 0,
    at Async._drainQueue (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\async.js:133:16)
    Price: 0,
    at Async._drainQueues (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\async.js:143:10)
    PricePerUnit: null,
    at Immediate.Async.drainQueues (C:\snapshot\Users\Enrico\Desktop\xBot_v2.9.3\node_modules\bluebird\js\release\async.js:17:14)
    Opened: '2017-07-21T11:19:51.79',
    at runCallback (timers.js:651:20)
    Closed: null,
    at tryOnImmediate (timers.js:624:5)
    CancelInitiated: false,
    at processImmediate [as _immediateCallback] (timers.js:596:5)
    ImmediateOrCancel: false,
    IsConditional: false,
    Condition: 'NONE',
    ConditionTarget: null } ]


For another pair I also have the following error clogging up the UI timestamped from before i even had gunbot:

2017/07/21 13:13:50 Error: Missing price to sell
!!! Cycle 226 failed. Will repeat in 60s
Bad server answer [ { OrderUuid: '2803a979-801d-47d1-a003-c9c67eaa0089',
    Exchange: 'BTC-ETH',
    TimeStamp: '2017-07-03T13:08:42.597',
    OrderType: 'LIMIT_SELL',
    Limit: 0.11,
    Quantity: 0.1,
    QuantityRemaining: 0,
    Commission: 0.00002749,
    Price: 0.01099999,
    PricePerUnit: 0.1099999,
    IsConditional: false,
    Condition: 'NONE',
    ConditionTarget: null,
    ImmediateOrCancel: false,
    Closed: '2017-07-03T13:46:22.51' },
  { OrderUuid: '8393124e-d855-4a0c-b25c-7dc0416acffc',
    Exchange: 'BTC-ETH',
    TimeStamp: '2017-06-28T20:52:40.563',
    OrderType: 'LIMIT_SELL',
    Limit: 0.121,
    Quantity: 0.05,
    QuantityRemaining: 0,
    Commission: 0.00001519,
    Price: 0.00607874,
    PricePerUnit: 0.1215748,
    IsConditional: false,
    Condition: 'NONE',
    ConditionTarget: null,
    ImmediateOrCancel: false,
    Closed: '2017-06-28T20:52:40.703' },
  { OrderUuid: '76e41f50-4b57-4ae0-8b12-449f45108b50',
    Exchange: 'BTC-ETH',
    TimeStamp: '2017-06-28T08:10:35.877',
    OrderType: 'LIMIT_SELL',
    Limit: 0.112,
    Quantity: 0.05,
    QuantityRemaining: 0,
    Commission: 0.000014,
    Price: 0.0056,
    PricePerUnit: 0.112,
    IsConditional: false,
    Condition: 'NONE',
    ConditionTarget: null,
    ImmediateOrCancel: false,
    Closed: '2017-06-28T08:16:39.563' } ]


Pages: [1]