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

Pages: [1]
1
Beginners & Help / Re: Gunbot Not Making Trades
« on: December 03, 2017, 05:44:41 AM »
I just uninstalled and reinstalled, its bought 3 times in the last 40 mins with the exact same settings.  No idea why it is doing this.

2
Beginners & Help / Re: Gunbot Not Making Trades
« on: December 03, 2017, 04:42:04 AM »
I have this issue every time I try to change any parameters.  The only success I have had is uninstalling and reinstalling.

I made 20-30 buys/sells with my trade limit at 0.001 just to test my setup.  I bumped it up to 0.03 by directly editing the config.js, and the bot sold what was remaining on my account as it should have, at the proper times, however it didn't buy anything for the next ~5000 cycles of the bot (about 2-3 days).


"strategies": {
        "bb": {
            "NAME": "bb",
            "TRADING_LIMIT": 0.03,
            "PERIOD": 15,
            "BUY_LEVEL": 0.6,
            "GAIN": 1.5,
            "EMA1": 2,
            "EMA2": 4,
            "HIGH_BB": 25,
            "LOW_BB": 25,
            "STDV": 2,
            "SMAPERIOD": 20,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 600

"bot": {
        "debug": false,
        "BOT_DELAY": 1,
        "interval_ticker_update": 25000,
        "period_storage_ticker": 2000,
        "timeout_buy": 60000,
        "timeout_sell": 60000,
        "TV_GAIN": 0.6,
        "TV_TRADING_LIMIT_BUY": 0.001,
        "TV_PYRAMID": false,
        "TV_TRADING_LIMIT_SELL": 0.001,
        "TV_PROTECTION": false,
        "VERBOSE": true,
        "WATCH_MODE": false

Any suggestions would be greatly appreciated.  When the bot does see a buy opportunity, this is what is displayed in the text:

2017/11/29 10:31:24: There are some trading opportunities for BTC-BCC at bittrex. Scanning Trade History
 ɢՍͶßʘŦ XT Edition  Tips&Tricks: BTC-BCC can be bought!!!
2017/11/29 10:31:24: Last Bid price BTC-BCC: 0.141568 | Last Ask: 0.141583
2017/11/29 10:31:24: Balance BTC: 0.17900026
2017/11/29 10:31:24: Balance BCC: 0
2017/11/29 10:31:24: On Orders BCC: 0
Processing strategy bb for BTC-BCC on bittrex
2017/11/29 10:31:24: Entering buy cycle
┌───────────────────┬───────────────────┬────────────┬────────────┬──────────┬────────────┬─────┬─────────┐
│ ɢՍÑɮØͳ XT Edition │ LowBB             │ HighBB     │ Buy at     │ Last     │ BTC        │ BCC │ Pair    │
├───────────────────┼───────────────────┼────────────┼────────────┼──────────┼────────────┼─────┼─────────┤
│ Buy cycle         │ 0.13780645        │ 0.14768303 │ 0.14175709 │ 0.141583 │ 0.17900026 │ 0   │ BTC-BCC │
├───────────────────┼───────────────────┼────────────┴────────────┴──────────┴────────────┴─────┴─────────┤
│ Callbacks         │ Retrying again... │                                                                 │

3
Technical Support & Development / Re: Not executing on orders. Help!
« on: November 30, 2017, 11:15:29 PM »
I am having the exact same problem.  The first time I had to uninstall/reinstall to get things to work.  Copied the same config.js and it started working.

After the bot had made 20-30 successful trades (buying and selling), I edited the config.js to change the trading limit, and now am getting the same error.   Bot will sell but will not buy.  I am trading on Bittrex.  I know this doesn't answer your question, but here's a little more info from my config.js.  Bot was trading fine set to 0.01 to test these settings, but will not trade with the current trading limit, that account has around 0.175 btc in it.  The bot is currently on round #1500, well past the trading safety time.

This is running gunthy.exe, not using the ui.

"strategies": {
        "bb": {
            "NAME": "bb",
            "TRADING_LIMIT": 0.03,
            "PERIOD": 15,
            "BUY_LEVEL": 0.6,
            "GAIN": 1.5,
            "EMA1": 2,
            "EMA2": 4,
            "HIGH_BB": 25,
            "LOW_BB": 25,
            "STDV": 2,
            "SMAPERIOD": 20,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 600

"bot": {
        "debug": false,
        "BOT_DELAY": 1,
        "interval_ticker_update": 25000,
        "period_storage_ticker": 2000,
        "timeout_buy": 60000,
        "timeout_sell": 60000,
        "TV_GAIN": 0.6,
        "TV_TRADING_LIMIT_BUY": 0.001,
        "TV_PYRAMID": false,
        "TV_TRADING_LIMIT_SELL": 0.001,
        "TV_PROTECTION": false,
        "VERBOSE": true,
        "WATCH_MODE": false


Pages: [1]