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

Pages: 1 2 [3] 4 5 ... 7
42
Technical Support & Development / Re: ivalid licence
« on: August 26, 2017, 11:30:32 AM »
Today i bought GUNBOT but when i try to run it it says invalid licence? how to solve this? when i bought it I put in the api key (not the api secret) maybe that is the problem?
Thanks
Version of bot and can u make screenshot?

43
Beginners & Help / Re: Unhandled Exception...can't get the bot to start
« on: August 26, 2017, 11:01:56 AM »
Up to 4.0.5 RC bot.
u can see this post https://gunthy.org/index.php/topic,982.msg4780.html#msg4780

44
Beginners & Help / Re: How to start up all pairs?
« on: August 25, 2017, 11:09:42 PM »
https://gist.github.com/dyvosvit/7cf7204e07a7aa0fdb5926b65c00331d
Thanks for sharing this. Could you please explain exactly how to use it? Should all files go in the same folder, and then you just run the batch file and it works after editing it to fit your needs?
There is instructions:
Download and copy everthing to your favourite folder with gunbot.
Edit-change-correct settings file "poloniex-BTC_BASE-config.js"
Just put the names of the currencies you want to run this time in uppercase to the file "currencies.txt" (as in the example) - run "runme.bat"
...
PROFIT

45
General Discussion / Re: Noob here. How to update gunbot
« on: August 25, 2017, 05:51:36 PM »
Sorry, it was late and that was a stupid error on my part. After downloading and unzipping the v4.0.5 what do I need to do to update from v3.2?
Nothin. Just make new folder and unzip there 4.0.5.
Set you API in config.js, set you pairs there or can use my config for polo in attachments.
Unnecessary pairs can be deleted.

46
General Discussion / Re: Why are people selling Gunbot?
« on: August 25, 2017, 11:19:05 AM »
Ask it from those who sell.

47
General Discussion / Re: Best exchange to Run Gunbot
« on: August 24, 2017, 03:54:14 PM »
Hi Gunther,
I have 2 questions. Can you please mention:
 1. Which exchange is the best to run Gunbot?
 2. If I buy a Gunbot via a reseller, will you still be supporting in case of any questions? :-)
I'm sorry, if these questions would have been asked already in the forum.
-Max
1. The bot works well on all exchanges that it supports.
Here, who likes what.
2. Still be supporting, even if you buy through the promotional code.

48
General Discussion / Re: ROI on 0.2BTC Investment ???
« on: August 24, 2017, 03:29:10 PM »
Just wanted to find out.
On a single exchange license 0.1BTC and 0.1BTC on the exchange and a VPS at $11.99 a month.
With the correct settings how long would you expect this 0.2BTC to pay itself off and start to see a profit?
Much depends on the settings of the bot and, most important of the market behavior. Predicting is impossible.

49
Very cool, thx for sharing!

50
Technical Support & Development / Re: on bittrex while getting ema1
« on: August 22, 2017, 07:08:20 PM »
Hi all
just bougth gunbot yesterday, but I am fighting with it to have it up&running for long now. I have downloaded the latest version which has been published yesterday:
root@ubuntu:/app/gunbot# ls -ltrh
insgesamt 378M
drwxrwxrwx 3 root root 4.0K Aug 21 20:33 tulind
-rwxr-xr-x 1 root root  95M Aug 22 18:52 gunthy-arm
-rwxr-xr-x 1 root root  87M Aug 22 18:52 gunthy.exe
-rwxr-xr-x 1 root root  98M Aug 22 18:52 gunthy-linx64
-rwxr-xr-x 1 root root  99M Aug 22 18:52 gunthy-macos
-rwxr-xr-x 1 root root 6.4K Aug 22 18:57 config.js
root@ubuntu:/app/gunbot#

config.js is attached as configJS.txt

I didnt really change anything on config.js (except the api/secret). Here how it looks like:
root@ubuntu:/app/gunbot# ./gunthy-linx64
Loading config...
Loading exchange bittrex
2017/08/22 19:22:42: Kicking bittrex, receiving new tickers...
------------------------------------------------------------------------------------------------
 ɢƱƝß๏Ŧ v4.0.4  Scanning bittrex for trading opportunities 2017/08/22 19:22:45
------------------------------------------------------------------------------------------------
 ɢՍҊβ۝Ł v4.0.4  Tips&Tricks: BTC-LTC can be bought!!!
2017/08/22 19:22:46: There are some trading opportunities for BTC-LTC at bittrex. Scanning Trade History
2017/08/22 19:22:46: Last Bid price BTC-LTC: 0.01146173 | Last Ask: 0.01146305
2017/08/22 19:22:46: Balance BTC: 0.0*********
2017/08/22 19:22:46: Balance LTC: 0
2017/08/22 19:22:46: On Orders LTC: 0
Processing strategy BB for BTC-LTC on bittrex
Error on strategy BB for BTC-LTC on bittrex while getting ema1 -\ Error: Cannot read property '0' of null
any idea what I can do to fix this?
Try to add in bb section EMA:
Code: [Select]
"bb": {
                        "BTC_TRADING_LIMIT": 0.01,
                        "PERIOD": 15,
                        "GAIN": 0.6,
                        "EMA1": 4,
                        "EMA2": 2,
                        "HIGH_BB": 45,
                        "LOW_BB": 45,
                        "PANIC_SELL": false,
                        "DOUBLE_UP": true,
                        "STOP_LIMIT": 60,
                        "BUY_ENABLED": true,
                        "MIN_VOLUME_TO_BUY": 0.001,
                        "MIN_VOLUME_TO_SELL": 0.001

52
Beginners & Help / Re: Inputing pairs into config file.
« on: August 21, 2017, 08:23:20 PM »
Hey Guys, whats the proper spacing and code to add pairs in the config, i am learning the language and i have a general understanding of  what is happening but  i dont know exactly how to add  other pairs with text, this is the sample of latest config for polo with version 4.05.

{
  "pairs": {
    "poloniex": {
      "BTC_XMR": {
        "strategy": "bb",
        "override": {}
      }
    },

See attachments.

53
Technical Support & Development / Re: 4.0.3 Kraken problem
« on: August 17, 2017, 06:37:09 PM »
4.0.4 pure bb
Code: [Select]
         "PERIOD": 15,
         "GAIN": 0.8,
         "HIGH_BB": 45,
         "LOW_BB": 45,
not buing...

XETHXXBT
XMLNXXBT
XXRPXXBT
XLTCXXBT
DASHXBT

54
How do I find the Telegram group?
See message from Gunthar then u buy bot, link there.

55
Seems like I'm not understand u problem...
In each config like ""poloniex-USDT_LTC-config.js", "poloniex-USDT_XXX-config.js" etc. in your case
"BTC_TRADING_LIMIT: 100,// max amount of BTC balance to use for each pair" means TRADING_LIMIT in USDT - how mach usdt u allow for buy crypto in each config its can be different.
Try to ask u question in Telegram chat for buyers.

56
I'm using Gunbot v3.3.2.  Here is a snippet of the config; I've bolded where I'm confused:

//  PRIMARY SETTINGS
DEFAULT_MARKET_NAME:'poloniex',
DEFAULT_CURRENCY_PAIR:'USDT_LTC',   //  single pair format for all markets !
BUYLVL1: 2,
BUYLVL2: 5,
BUYLVL3: 40,
SELLLVL1: 2,
SELLLVL2: 5,
SELLLVL3: 70,
BUY_STRATEGY: 'BB', // accepted values BB or STEPGAIN or GAIN or PINGPONG
SELL_STRATEGY: 'BB', // accepted values BB or STEPGAIN or GAIN or PINGPONG
LOW_BB: 25,
HIGH_BB: 25,
PINGPONG_BUY: 0.12345678,
PINGPONG_SELL: 0.12345678,
BUY_LEVEL: 3, // If GAIN buy strategy is used, buy at this percentual below lower ema value
GAIN: 2.25, // If GAIN sell strategy is used, sell at this percentual above bought price
BTC_TRADING_LIMIT: 100,// max amount of BTC balance to use for each pair
SECURITY_MARGIN: 60, // sell all balance if currency decreases x% after you bought it
DEFAULT_CURRENCY_PAIR:'USDT_LTC' in 3.3.2 config not matter.
For USDT_LTC pair u need config named "poloniex-USDT_LTC-config.js"

57
I completely understand that, but I'm wondering why Gunbot is ignoring my trade limit.  It's maxing every trade it makes; emptying my crypto wallets.
Wich version of bot?
If u have cryptoX on balans and start bot with USDT_cryptoX, bot will sell your cryptoX for usdt.

58
If u trade USDT_xxx u will be buy crupto with USDT and make profit in USDT.

59
General Discussion / Re: My first results with Gunbot 4.0.1 patch #4013
« on: August 13, 2017, 07:31:41 PM »
Criptonauta make cool things =)

60
If I wanted to trade USDT_BTC pair on Poloniex, what would the config file need to look like?  I'm assuming you'd have one pair defined but I assume some overrides would be necessary?

EG:
                "poloniex": {
                        "USDT_BTC":    { "strategy": "bb", "override": {
                               "MIN_VOLUME_TO_BUY":  50,
                               "MIN_VOLUME_TO_SELL": 50
                               }
                        }
                }


But what about the setting in the config "BTC_TRADING_LIMIT": 0.01?  What should that be set to if trading USDT? 

Any tips or suggestions for USDT trading are welcomed, thank you.

U need set "BTC_TRADING_LIMIT" in USDT.

Pages: 1 2 [3] 4 5 ... 7