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.


Topics - ruphus

Pages: [1]
1
Hey guys,

is anybody experiencing an issues with strategies other than "emotionless"? In this example DASH and GNT are pretty much trading all the time, while EOS and ETH did not have a single buy since I upgraded to v951. All my other pairs are running emotionless right now, since there is not a single BUY/TRADE with any other strategy happening.

Can anyone figure out, why there is no trading happening with BB or TSSL?

Code: [Select]
"BTC-DASH": {
                "strategy": "emotionless",
                "override": {}
            },
"BTC-EOS": {
                "strategy": "bb",
                "override": {}
            },
"BTC-ETH": {
                "strategy": "tssl",
                "override": {}
            },
"BTC-GNT": {
                "strategy": "emotionless",
                "override": {}
            },
Code: [Select]
       
        "emotionless": {
            "NAME": "emotionless",

            "BUY_ENABLED": true,
            "BUY_LEVEL": 0.1,

            "SELL_ENABLED": true,
            "GAIN": 1.2,

            "TRADING_FEES": 0.1,
            "TRADING_LIMIT": 0.01,
            "FUNDS_RESERVE": 0.05,

            "PERIOD": 5,
            "EMA1": 16,
            "EMA2": 8,
            "OKKIES_MODE": false,
            "BTC_MONEY_FLOW": 35,

            "PANIC_SELL": false,
            "STOP_LIMIT": 5,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 0
        },"bb": {
            "NAME": "bb",

            "BUY_ENABLED": true,
            "BUY_LEVEL": 0.1,

            "SELL_ENABLED": true,
            "GAIN": 1.2,

            "TRADING_FEES": 0.1,
            "TRADING_LIMIT": 0.01,
            "FUNDS_RESERVE": 0.05,

            "PERIOD": 5,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 49,
            "LOW_BB": 49,
            "STDV": 2,
            "SMAPERIOD": 5,
            "SLOW_SMA": 1,
            "FAST_SMA": 2,
            "MACD_SHORT": 5,
            "MACD_LONG": 20,
            "MACD_SIGNAL": 10,
            "STOCH_ENABLED": false,
            "STOCH_BUY_LEVEL": 20,
            "STOCH_SELL_LEVEL": 80,
            "STOCH_K": 14,
            "SLOW_STOCH_K": 3,
            "STOCH_D": 3,
            "RSI_BUY_ENABLED": false,
            "RSI_SELL_ENABLED": false,
            "RSI_BUY_LEVEL": 50,
            "RSI_SELL_LEVEL": 70,
            "MFI_ENABLED": false,
            "MFI_SELL_LEVEL": 30,
            "MFI_BUY_LEVEL": 70,
            "OKKIES_MODE": false,
            "BTC_MONEY_FLOW": 35,

            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "DU_CAP_COUNT": 0,
            "DU_METHOD": "HIGHBB",
            "DU_BUYDOWN": 2,
            "RSI_DU_BUY": 30,

            "RT_ENABLED": false,
            "RT_MAXBAG_PROTECTION": 10,
            "RT_BUY_BUYDOWN": 2,
            "RT_SELL_BUYDOWN": 1,
            "AIRDROP": false,

            "TRAIL_ME_SELL": false,
            "TRAIL_ME_BUY": false,
            "TRAIL_ME_RT": false,
            "TRAIL_ME_DU": false,
            "TRAIL_ME_SELL_RANGE": 0.3,
            "TRAIL_ME_BUY_RANGE": 0.3,

            "PANIC_SELL": false,
            "STOP_LIMIT": 5,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 1
        },
        "tssl": {
            "NAME": "tssl",

            "BUY_ENABLED": true,
            "BUY_LEVEL": 0.1,
            "BUY_RANGE": 0.3,

            "SELL_ENABLED": true,
            "GAIN": 0.6,
            "SELL_RANGE": 0.3,
            "TSSL_TARGET_ONLY": true,

            "TRADING_FEES": 0.1,
            "TRADING_LIMIT": 0.01,
            "FUNDS_RESERVE": 0.05,

            "PERIOD": 5,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 45,
            "LOW_BB": 45,
            "STDV": 2,
            "SMAPERIOD": 15,
            "SLOW_SMA": 1,
            "FAST_SMA": 2,
            "MACD_SHORT": 5,
            "MACD_LONG": 20,
            "MACD_SIGNAL": 10,
            "STOCH_ENABLED": false,
            "STOCH_BUY_LEVEL": 20,
            "STOCH_SELL_LEVEL": 80,
            "STOCH_K": 14,
            "SLOW_STOCH_K": 3,
            "STOCH_D": 3,
            "RSI_BUY_ENABLED": false,
            "RSI_SELL_ENABLED": false,
            "RSI_BUY_LEVEL": 30,
            "RSI_SELL_LEVEL": 70,
            "MFI_ENABLED": false,
            "MFI_SELL_LEVEL": 30,
            "MFI_BUY_LEVEL": 70,
            "OKKIES_MODE": false,
            "BTC_MONEY_FLOW": 35,

            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "DU_CAP_COUNT": 0,
            "DU_METHOD": "HIGHBB",
            "RSI_DU_BUY": 30,

            "RT_ENABLED": false,
            "RT_MAXBAG_PROTECTION": 10,
            "RT_BUY_BUYDOWN": 2,
            "RT_SELL_BUYDOWN": 1,
            "DU_BUYDOWN": 2,
            "AIRDROP": false,

            "TRAIL_ME_RT": false,
            "TRAIL_ME_DU": false,
            "TRAIL_ME_SELL_RANGE": 0.5,
            "TRAIL_ME_BUY_RANGE": 0.5,

            "PANIC_SELL": false,
            "STOP_LIMIT": 5,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 0
        },

Cheers

2
Technical Support & Development / TSSL - why did it sell / buy for me?
« on: April 23, 2018, 07:42:32 AM »
Hey guys,

I am heavily wondering, why TSSL opened buy and sell orders at some points in time, where I am not able to find any reasonable indicators for it. I saw similar sell orders more often in the last days, when GB sell right within a big upwards trend https://ibb.co/kRBKMx https://ibb.co/inTATc

Just last night it did the following #
1) BUY @not being below EMA1 & EMA2 (24/12)
2) SELL @steady upwards trend



The Wiki says:
Quote
BUY_LEVEL(0.1) - This setting can be used as protection against buying above EMA. The default value of 0.1% will prevent the bot from buying when the price is not at least 0.1 % under the lowest EMA.

My TSSL settings:
Code: [Select]
"tssl": {
"NAME": "tssl",
"BUY_LEVEL": 0.2,
"GAIN": 1.7,
"TRADING_LIMIT": 0.001,
"FUNDS_RESERVE": 0.001,
"PERIOD": 15,
"BUY_RANGE": 0.6,
"SELL_RANGE": 0.6,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 15,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"DOUBLE_UP_CAP": 1,
"DU_CAP_COUNT": 2,
"DU_METHOD": "RSI",
"RSI_DU_BUY": 40,
"DU_BUYDOWN": 5,
"RSI_BUY_ENABLED": false,
"RSI_SELL_ENABLED": false,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"TSSL_TARGET_ONLY": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
        "SELL_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"TA_ALWAYS_ON": false,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001,
"TRADES_TIMEOUT": 10
},

Any help to improve the selling strategy is welcomed!

3
Technical Support & Development / Xtreme GUI - https not working on VPS
« on: November 16, 2017, 09:47:41 AM »
Hey guys,

for some curiosity I can only reach the Xt GUI through http and port 5000 (with VPS ip). Even though my config says port 5001 and hostname my external IP. With this config I reach the GUI only with my IP(http):5000 (not 5001).

Anyone know what is wrong here?

Greetings


4
Hey Guys/Botters,

since 5.055 is not running properly (empty response - other threat) I started 5.04 again. I did some little changes in my config, but I can not get, why it is not trading at all now for days...

The Console even says things like
"There are some trading opportunities for XXX_XXX at poloniex. Scanning history...""
and
"Tips&Tricks: XXX_XXX can be sold!!!"
Only warning I can find is: "WARNING: We coulnt get a BOUGH_PRICE for XXX_XXX. Please manually override it using config.js"
Does this error mean, that I need to manually put a BOUGHT_PRICE for every pair I use?!

I would be glad if someone finds any crucial errors in my bb-config. (most pairs run bb, some stepgain, some bbstepgain, some bbgain)

this config is for vers. 5.04
Code: [Select]

"bot": {
"debug": false,

"period_storage_ticker": 2000,
"interval_ticker_update": 25000,

"timeout_buy": 60000,
"timeout_sell": 60000,

"WATCH_MODE": false,
"VERBOSE": false,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT": 0.001,
"BOT_DELAY": 13
},
"strategies": {
                    "bb": {
"BTC_TRADING_LIMIT": 0.005,
"PERIOD": 15,
"EMA1": 2,
"EMA2": 4,
"GAIN": 1.0,
"HIGH_BB": 42.5,
"LOW_BB": 42.5,
"STDV": 2,
"SMAPERIOD": 30,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 97.5,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},

Greetings

5
EDIT
Ok, i figured out, that my config was wrong as I have had written several poloniex pairs, each within an own poloniex function (or how ever one call it). Now I changed it to only one poloniex {...} with several pairs within the {...}

I am watching what happens now :D


Original Post
Hey guys,

I finally got v4.04 configured, up and running. But while watching it I get confused since it over and over repeats scanning/calling/kicking the last pair out of my config (which is ETH_ETC right now). Every couple of seconds it repeats the cycle. VERY fast....

I am a little bit worried about that and scared to get my API banned ... what is happening here? since I don't even see any other pair is being worked on?!

Code: [Select]
│ ɢƱҊƁØŦ v4.0.4  │ LowBB                    │ HighBB │ Buy at │ Last │ ETH │ ETC │ Pair    │
├───────────────┼──────────────────────────┼────────┼────────┼──────┼─────┼─────┼─────────┤
│ Buy cycle     │                          │        │        │      │     │     │ ETH_ETC │
├───────────────┼──────────────────────────┼────────┴────────┴──────┴─────┴─────┴─────────┤
│ Callbacks     │ Waiting to cash some BTC │                                              │
└───────────────┴──────────────────────────┴──────────────────────────────────────────────┘
------------------------------------------------------------------------------------------------
 ɢՍÑƁØŁ v4.0.4  Scanning poloniex for trading opportunities 2017/08/19 18:56:56
------------------------------------------------------------------------------------------------
2017/08/19 18:57:03: Trend for ETH_ETC:    UP!!!   
2017/08/19 18:57:03: There are some trading opportunities for ETH_ETC at poloniex. Scanning Trade History
2017/08/19 18:57:03: Last Bid price ETH_ETC: 0.04573 | Last Ask: 0.04647083
2017/08/19 18:57:03: Balance ETH: 0.00000000
2017/08/19 18:57:03: Balance ETC: 0.00000000
2017/08/19 18:57:03: On Orders ETC: 0.00000000
2017/08/19 18:57:03: Trend for ETH_ETC:    UP!!!   
Processing strategy BB_STEPGAIN for ETH_ETC on poloniex
┌───────────────┬──────────────────────────┬────────┬────────┬──────┬─────┬─────┬─────────┐
│ ɢՍҊɮםŁ v4.0.4 │ LowBB                    │ HighBB │ Buy at │ Last │ ETH │ ETC │ Pair    │
├───────────────┼──────────────────────────┼────────┼────────┼──────┼─────┼─────┼─────────┤
│ Buy cycle     │                          │        │        │      │     │     │ ETH_ETC │
├───────────────┼──────────────────────────┼────────┴────────┴──────┴─────┴─────┴─────────┤
│ Callbacks     │ Waiting to cash some BTC │                                              │
└───────────────┴──────────────────────────┴──────────────────────────────────────────────┘
------------------------------------------------------------------------------------------------
 ɢƱŋɃ๏Ł v4.0.4  Scanning poloniex for trading opportunities 2017/08/19 18:57:03
------------------------------------------------------------------------------------------------



Greetings

6
Technical Support & Development / Compile GB for Raspberry Pi?
« on: June 07, 2017, 08:49:55 AM »
Hey there,

I am wondering if there is a way to run GB on my Raspberry Pi... Initially I thought that the "ARM-version" should run on Raspberrys but nevertheless Raspbian (Kernel 4.9) says the armv6 & armv7 versions are DOS/windows executables:


So I guess the ARM builds are kind of windows IoT based? I dont know...

For now I am wondering, if there is a way to compile that for armv7 and *nix? Any help is appreciated.


best regards
ruphus

7
Hey guys,

is it normal that the log screen says:
Quote
=== PRICE INFORMATION UPDATE PAIR BTC_ETC at 2017/05/30 12:05:16 ===  last price: 0.00746475
price target to buy: 0.00000000
price target to sell: 0.00749470
***Your altcoin balance is 0.00000000
Looking for obsolete BUY orders. Ts:7/21

Doesn't that mean, it will wait for a zerozero price?!


Greetings.

//edit:
ok if I had waited for a few more minutes, I would have seen that it is buying and selling as expected (looking into polo trade history). Nevertheless GB says price target 0.000 which is a little confusing.

8
Hey guys,

when I want to run GB 3.2 (windows 10) it won't show me the log-screen. As you see in the screenshot it only shows some sort of "website not found" error.




Any help on this?

//edit:
using 3.3.2 and a whole new API key has solved my issues for now.

9
Beginners & Help / Running v3.2 on Raspberry Pi
« on: May 27, 2017, 10:03:55 AM »
Hey Guys,

can anyone help me setting up Gunbot on my Raspberry pi? Right now I am connecting through VNC to the Pi running raspbian.
Eventhough nodejs is not needed in v3.2 the newest nodejs is installed.

The tutorials i fount in this forum only cover v2.04. What are the main steps to get my bot running on my small Pi machine?

//edit:
When I try

chmod +x gunthy-armv7 gunthy-armv7x86
./gunthy-armv7(x86) BTC_ETH poloniex

it says "cannot execute binary - wrong file format..."


I am gladfull for any help!


Greetings
ruphus

Pages: [1]