NBT/USD market bot not respecting max order size parameters

Issue #199 resolved
Ben Rossi created an issue

v. 0.1.5-RC6

Reported by Kiara. Even though a value is set for both of the max order sizes, the bot is still placing the full balance into two sell orders.

Starting balance: 33989 NBT

Orders placed: 16994.54052096 NBT / 16994.54052097 NBT

{
  "options": {
    "exchangename":"ccedk",
    "apikey": "",
    "apisecret": "",
    "txfee": 0.2,
    "pair":"nbt_usd",
    "nubitaddress": "",
    "nudip": "",
    "nudport": 000,
    "rpcpass": "",
    "rpcuser": "",
    "dualside": true,
    "priceincrement": 0.1,
    "submit-liquidity":true,
    "executeorders":true,
    "verbose":false,
    "hipchat":true,
    "mail-notifications":false,
    "mail-recipient":"",
    "emergency-timeout":60,
    "keep-proceeds":0,
    "multiple-custodians":false,
    "max-sell-order-volume" : 10000,
    "max-buy-order-volume" : 10000
  }
}

Comments (3)

  1. Log in to comment