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

Pages: [1]
1
Beginners & Help / Re: Binance - getting rid of coin dust?
« on: April 24, 2018, 09:00:36 PM »
Binance finally added a "Convert to BNB" button in balance screen, recovered quite a bit that I can now use for fees!

2
Beginners & Help / Binance - getting rid of coin dust?
« on: April 18, 2018, 02:00:23 PM »
I put a pair in Gunbot on binance that I have very little of (0.0002) and you can't sell that much on binance yet the bot is in a loop where it tries to sell these remaining

Is there a way to ignore this? I can't even trade this dust for anything on Binance and I can't send it to a wallet since the fees are higher than what I have

Right now I just disabled these pairs but I would like the bot to be able to trade them

3
Technical Support & Development / Problem with TSSL strategy (Binance)
« on: April 18, 2018, 01:53:06 PM »
I setup TSSL strategy for a few coins, bot has not bought/sold anything yet but when I check log I see this:

Price to sell is not in TSSL range
 Price to buy: 0.00068142
 Last Bid/Strategy Exit Point: 0.00068110/NaN
 Last Ask/Strategy Entry Point: 0.00068120/0.00068142

I have 0 of this coin yet it says price to sell is not in TSSL range?

Shouldn't the bot try to buy since buy price is higher than the last bid/ask price, so shouldn't bot have bought ?

Am I not understanding this correctly ?

I ran my TSSL tweaks in the tradingview script and technically, bot should have bought during this period

I appreciate anyones help

this is my strategy

Quote
"tssl": {
         "NAME": "tssl",
         "BUY_LEVEL": 0.1,
         "GAIN": 2,
         "TRADING_LIMIT": 0.5,
         "FUNDS_RESERVE": 0.001,
         "PERIOD": 5,
         "BUY_RANGE": 0.2,
         "SELL_RANGE": 0.6,
         "EMA1": 16,
         "EMA2": 8,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "DOUBLE_UP_CAP": 1,
         "DU_CAP_COUNT": 3,
         "DU_METHOD": "HIGHBB",
         "RSI_DU_BUY": 30,
         "DU_BUYDOWN": 2,
         "RSI_BUY_ENABLED": false,
         "RSI_SELL_ENABLED": false,
         "RSI_BUY_LEVEL": 30,
         "RSI_SELL_LEVEL": 70,
         "TSSL_TARGET_ONLY": true,
         "STOP_LIMIT": 95,
         "BUY_ENABLED": true,
          "SELL_ENABLED": true,
         "OKKIES_MODE": true,
         "BTC_MONEY_FLOW": 35,
         "TA_ALWAYS_ON": false,
         "MIN_VOLUME_TO_BUY": 0.002,
         "MIN_VOLUME_TO_SELL": 0.002,
         "TRADES_TIMEOUT": 60

Pages: [1]