1
General Discussion / Re: Release Candidate v3.3.5 AllOs_x64 - Code name: "Emotionless Fork"
« on: August 06, 2017, 01:16:45 PM »
BUG REPORT: Bot buys wrong amount trading USDT pairs on Poloniex
When testing the new version the bot bought wrong amount of USDT_XRP on Poloniex. Settings is 10 USDT per trade. It bought several correctly first resulting in 10 USDT buys.
Then it calculated correctly but somehow made a very small buy resulting in 0.00000024 XRP. This was checked by me in the Poloniex trade history.
Log of the buy:
------------------------------------------------------------------------
From the log after the buy:
------------------------------------------------------------------------
So calculations look good because 54.31171765 x 0.18412233 = 10 USDT, but somehow it ended up buying only 0.00000024 in stead of 54.31171765.
When testing the new version the bot bought wrong amount of USDT_XRP on Poloniex. Settings is 10 USDT per trade. It bought several correctly first resulting in 10 USDT buys.
Then it calculated correctly but somehow made a very small buy resulting in 0.00000024 XRP. This was checked by me in the Poloniex trade history.
Log of the buy:
------------------------------------------------------------------------
Code: [Select]
2017/08/06 11:48:49: Balance XRP: 0.00000000
2017/08/06 11:48:49: On Orders XRP: 0.00000000
Processing strategy BB for USDT_XRP on poloniex
┌───────────────┬─────────────┬─────────────┬────────────┬────────────┬───────────────┬────────────┬──────────┐
│ ɢՍҊɮŦ v3.3.4 │ LowBB │ HighBB │ Buy at │ Last │ USDT │ XRP │ Pair │
├───────────────┼─────────────┼─────────────┼────────────┼────────────┼───────────────┼────────────┼──────────┤
│ Buy cycle │ 0.17945069 │ 0.19228662 │ 0.18458506 │ 0.18412233 │ xxxxxxxxxxxxx │ 0.00000000 │ USDT_XRP │
├───────────────┼─────────────┼─────────────┼────────────┼────────────┼───────────────┼────────────┼──────────┤
│ Callbacks │ Time to buy │ 0.18458506 │ USDT_XRP │ │ │ │ │
├───────────────┼─────────────┼─────────────┼────────────┼────────────┼───────────────┴────────────┴──────────┤
│ BOUGHT!!! │ Amount: │ 54.31171765 │ Rate: │ 0.18412233 │ │
└───────────────┴─────────────┴─────────────┴────────────┴────────────┴───────────────────────────────────────┘
From the log after the buy:
------------------------------------------------------------------------
Code: [Select]
2017/08/06 11:55:11: Balance XRP: 0.00000024
So calculations look good because 54.31171765 x 0.18412233 = 10 USDT, but somehow it ended up buying only 0.00000024 in stead of 54.31171765.