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 - mekkanizm

Pages: [1]
1
Thanks for the info.
I will test that buy level 1 out.

2
Hi,

Can anyone help me out on why my GB is doing this.
happens often with pumping coins.

top line in table below is a rebuy, usually after 5 minutes after sell, at a price higher than the last sell and generally at the top of a pump.
Definitely not at low BB price and either near or out of the top BB.


CLOSED DATE   OPENED DATE   TYPE   BID/ASK   UNITS FILLED LSK   UNITS TOTAL LSK   ACTUAL RATE   COST / PROCEEDS
08/27/2017 12:31:59 AM   08/27/2017 12:31:59 AM   Limit Buy   0.00136900   7.30460189   7.30460189   0.00136899   -0.01002498
08/27/2017 12:26:18 AM   08/27/2017 12:26:18 AM   Limit Sell   0.00135558   7.48775648   7.48775648   0.00135999   0.01015789
08/26/2017 08:06:06 AM   08/26/2017 08:06:06 AM   Limit Buy   0.00133555   7.48755194   7.48755194   0.00132979   -0.00998183

running this config on all pairs: (EMA config recommended by Gunthy on github for bittrex EMA error meesage)

"strategies": {
      "bb": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUY_LEVEL": 0.1,
         "GAIN": 1.5,
         "HIGH_BB": 39,
         "LOW_BB": 31,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "EMA1": 200,
         "EMA2": 50,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.0005

Anyone know how to fix or if needs submitting as a bug?
Cheers

3
Technical Support & Development / Re: Bugs/Issues tracker v4.0.1
« on: August 12, 2017, 03:45:55 PM »
Selling at bittrex seems off.

While the sell order in the log seems fine, the amount of sold currency (placed order) at exchange is smaller than that.
(It certainly is NOT timedout/unfilled order).

For example:

Log says: 

Strategy BB for BTC-PAY on bittrex -| Selling 22.221235 of BTC-PAY at rate 0.00101941

But order placed at Bittrex is for :

16.44371390

+1 On this bug. Bot says it is selling all available balance but ends up selling less than that and order executed immediately, no timeouts or anything. This is resulting in over spending of transaction fees.

+1. Bot is selling at correct profit point but not selling whole holding of coin, needs manual order to clear, even if "MIN_VOLUME_TO_SELL" is set lower than remaining amount.

ex. (bold line is manual sell)


TYPE   BID/ASK   UNITS FILLED   UNITS TOTAL   ACTUAL RATE   COST / PROCEEDS
   Limit Sell   0.00228979   0.30044441   0.30044441   0.00228977   0.00068624
Limit Sell   0.00228890   0.85511114   0.85511114   0.00228889   0.00195237
Limit Sell   0.00228890   3.28888885   3.28888885   0.00228889   0.00750912
Limit Buy   0.00225000   4.44444440   4.44444440   0.00224999   -0.01002498

Pages: [1]