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

Pages: [1]
1
Can someone tell me, if I want to run another strategy, for example the StepGain (formerly "supergun"), instead of BB, on several pairs, would my config code look like this?
Code: [Select]
{
"pairs": {
"poloniex": {
"BTC_ETH": {
"strategy": "stepgain",
"override": {}
},
"BTC_LTC": {
"strategy": "stepgain",
"override": {}
},
"BTC_XRP": {
"strategy": "stepgain",
"override": {}

What would it look like if I wanted to run multiple strategies on the same pairs?

2
I've been running 3.3.3 and 3.3.4 for the past 2 days straight, letting it run all night.  Its done a few trades and is very actively getting prices, balances, open positions, etc.  I noticed that even though I increased the trading limit, its still trading extremely small position sizes (bet sizes). Is there any way to change this setting?

I am trading USDT / coin
Code: [Select]
{
"USDT_BTC": {
"strategy": "bb",
"override": {}
},
"USDT_ETH": {
"strategy": "bb",
"override": {}
},
"USDT_LTC": {
"strategy": "bb",
"override": {}
},
"USDT_XMR": {
"strategy": "bb",
"override": {}
},
"USDT_XRP": {
"strategy": "bb",
"override": {}
},
"USDT_DASH": {
"strategy": "bb",
"override": {}
},
"USDT_NXT": {
"strategy": "bb",
"override": {}
},
"USDT_STR": {
"strategy": "bb",
"override": {}
},
"USDT_ZEC": {
"strategy": "bb",
"override": {}
},
"USDT_REP": {
"strategy": "bb",
"override": {}
}


Code: [Select]
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.50,
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false,
"DOUBLE_UP": true
}


3
Anyone else have a problem with this version running for a while then hanging?  I've had it happen twice since yesturday.  Left me with open positions with unrealized profits (losses).  I'm not sure if the bot accounts for these open positions when I restart it.  If anyone knows, please post here!

4
Gunthar,
where in the config file do we set the position sizes for each pair?

5
General Discussion / Re: Telegram Group Link Not Working?
« on: July 24, 2017, 06:03:16 AM »
The telegram link above only works on phones with Telegram app installed.  Even if you are setup for telegram on your computer, the link won't work on a computer.

6
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: July 18, 2017, 06:45:39 AM »
Running Win10 64bit, version1703 (creators update)
I just purchased Gunbot.  I downloaded the files from Github https://github.com/GuntharDeNiro/BTCT/releases

when I unpacked the files from the Zip, Avast immediately throws a virus warning.  It says it blocked a threat ( win32:Adware Gen [Adw] )  from the file gunthy-x86.exe
Avast then quarantined this file.

Please advise


Pages: [1]