Username: Password:

Author Topic: Error: Missing boughtPrice (Patch Fixes #2021 - v3.2 )  (Read 12499 times)

Offline hardis1729

  • Rookie
  • *
  • Posts: 22
  • Russian - native language
    • View Profile
Error: Missing boughtPrice (Patch Fixes #2021 - v3.2 )
« on: May 16, 2017, 11:40:31 AM »


Offline hardis1729

  • Rookie
  • *
  • Posts: 22
  • Russian - native language
    • View Profile
Re: Error: Missing boughtPrice (Patch Fixes #2021 - v3.2 )
« Reply #1 on: May 16, 2017, 09:44:12 PM »
i can be wrong. but seams like problem solved by itself
95% sure that i did not close it while where waiting for the answer

Offline BitFlipp3r

  • Rookie
  • *
  • Posts: 1
    • View Profile
Re: Error: Missing boughtPrice (Patch Fixes #2021 - v3.2 )
« Reply #2 on: May 19, 2017, 04:02:58 PM »
Hey,

I get the same error. Any fixes?

Kind Regards,
Michael

PS: Here's my config:

        //  DEBUG
        DEBUG_LOG:false,
        I_REALLY_WANT_IT:false,
        BUY_SMALL_PORTION:1,
        INSUFFICIENT_FUNDS_ON_SELL_FIX: 0.0005,
        INSUFFICIENT_FUNDS_ON_BUY_FIX: 0.0005,


        //-----------------------------------------------
        //   STARTUP OPTIONS
        //-----------------------------------------------

        SELL_ON_START:false,
        CANCEL_SELL_ORDERS_ON_START:false,
        CANCEL_BUY_ORDERS_ON_START:false,
        CANCEL_OPEN_ORDERS_ON_START:false,



        MAX_LATEST_PRICES: 300,// limit of latest prices to analyze to determine if price is growing or falling
        MAX_LATEST_PRICES_TREND: 30,// limit of latest prices to analyze to determine if price is growing or falling
        MAX_LATEST_DIRECTIONS:30,// limit of latest  price directions ,used in supergun detection
        MAX_LAST_ORDERS:5,  // keeping last orders bought
        PERIOD: 15,   // candlestick period

        SAVEFILE_SUFFIX: '-save.json',
        //-----------------------------------------------
        //  PRIMARY SETTINGS
        //-----------------------------------------------
        DEFAULT_MARKET_NAME:"poloniex",
        DEFAULT_CURRENCY_PAIR:"BTC_XRP",   //  single pair format for all markets !
        BUYLVL1: 3,
        BUYLVL2: 12,
        SELLLVL1: 2,
        SELLLVL2: 70,
        BUYLVL: 2,
        SELLLVL: 2,
        BUY_STRATEGY: "BB", // accepted values BB or STEPGAIN or GAIN or PINGPONG
        SELL_STRATEGY: "STEPGAIN", // accepted values BB or STEPGAIN or GAIN or PINGPONG
        LOW_BB: 10,
        HIGH_BB: 10,
        PINGPONG_BUY: 0,
        PINGPONG_SELL: 0,
        BUY_LEVEL: 3, // If GAIN buy strategy is used, buy at this percentual below lower ema value
        GAIN: 2, // If GAIN sell strategy is used, sell at this percentual above bought price
        BTC_TRADING_LIMIT: 0.02,// max amount of BTC balance to use for each pair
        SECURITY_MARGIN: 60, // sell all balance if currency decreases x% after you bought it
        MIN_VOLUME_TO_BUY: 0.0005,  // bitrex min volume


Offline BitFlipp4r

  • Rookie
  • *
  • Posts: 23
    • View Profile
Re: Error: Missing boughtPrice (Patch Fixes #2021 - v3.2 )
« Reply #3 on: May 20, 2017, 08:22:22 PM »
Well I tried everything. Even making a config file with the GUI version but I still get the same error:

2017/05/20 14:48:38     Activating hot reconfig...
2017/05/20 14:48:38     [ --2017/05/20 14:48:38--poloniex--BTC_XRP  --  Gunbot v3.2 cycle #1 --------------- ]
2017/05/20 14:48:38     ::::: collecting market data...
2017/05/20 14:48:38     Server running at http://127.0.0.1:43398
2017/05/20 14:48:39     ***************************************************
2017/05/20 14:48:39     Low BB:0.00000000 - High BB:0.00000000
2017/05/20 14:48:39     ***************************************************
2017/05/20 14:48:41     LP 0.000181  Bal.BTC 0.04291979  Bal.XRP 109.975(0)
2017/05/20 14:48:41     No open orders
2017/05/20 14:48:41     boughtPrice undefined
2017/05/20 14:48:41     price  steady (0)
2017/05/20 14:48:41     PriceToBuy,0.0000,priceToSell,--not set--
2017/05/20 14:48:41     we have altcoins: 109.975
2017/05/20 14:48:41     2017/05/20 14:48:41 Error: Missing boughtPrice
2017/05/20 14:48:41     !!! Cycle 2 failed. Will repeat in 60s
2017/05/20 21:00:31     Activating hot reconfig...
2017/05/20 21:00:31     [ --2017/05/20 21:00:31--poloniex--BTC_XRP  --  Gunbot v3.2 cycle #1 --------------- ]
2017/05/20 21:00:31     ::::: collecting market data...


This is the same for other coins.

PS: password reset is not working on this forum  :o
« Last Edit: May 20, 2017, 08:28:07 PM by BitFlipp4r »