Username: Password:

Author Topic: I need help Gunthar  (Read 7788 times)

Offline DKyosev

  • Rookie
  • *
  • Posts: 18
    • View Profile
I need help Gunthar
« on: October 11, 2017, 06:14:03 PM »
I can not start trading with GUNBOT due to lack of interface
I apply a link to the problem: https: //drive.google.com/drive/folders/0B5BmCqQswy8MNzhvdXk5UTA4Sign
also please show me an example of a config file I can not figure out how to fill the file
thanks

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: I need help Gunthar
« Reply #1 on: October 12, 2017, 09:40:13 AM »
As in not much of a chance of Gunth's answering you here (a busy man he is, not for lack of willingness tom help), let me try and help.
1. What version are you runnig?
2. A working config is added to all downloads. You just need to add in your API and private keys, set up the pairs and choose strategies.
3. What do you mean by "lack of interface"? Are you referring to a GUI? Because not all versions have a GUI, infact most do not. Most versions are run in a sort of console mode. You set them up by opening the config in Notepad (or better, Notepad +), do all needs to be done, hit save and run the executable, which needs to be in the same folder with the config. You can change all parameters "hot", with the executable running. Open config in Notepad, make changes, save, bot already knows.

Offline DKyosev

  • Rookie
  • *
  • Posts: 18
    • View Profile
Re: I need help Gunthar
« Reply #2 on: October 12, 2017, 03:57:04 PM »
I'm using Gunbot v5.0.4 would you explain in detail how exactly to set up pairs and choose a strategy?
What exactly do I need to write in this work config
thanks

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: I need help Gunthar
« Reply #3 on: October 13, 2017, 06:53:38 AM »
first step:
download.
second step:
extract into a folder, name whatever.
third step:
open folder. point mouse on config file. right click. select "open with" and then select "Notepad".
step four:
find the API and private keys you used when you had your bot validated (if you bought your bot before verson 501, your API Will not work and you need to revalidate to be able to use on versions 501 and up).
step five:
scroll down in opened config (in Notepad) to find "exchanges": the Will be four names with text under it, like:
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
delete the text between " " and insert API and private keys inside" ". pay attention when copying, no spaces or other stuff, just the keys.
step six:
hit save. now you can already start the bot, just double click gunthy.exe in the same folder you have your config and other files from the download. It Will not sell or buy, but you can start it to see if it Works. you don't need to close the Notepad file, infact leave it open, because all the settings can be preformed hot (with the bot running).

When you got this chime in, we'll set up pairs.


Offline DKyosev

  • Rookie
  • *
  • Posts: 18
    • View Profile
Re: I need help Gunthar
« Reply #4 on: October 13, 2017, 03:32:23 PM »
thank you very much  sloaleks

Offline DKyosev

  • Rookie
  • *
  • Posts: 18
    • View Profile
Re: I need help Gunthar
« Reply #5 on: October 14, 2017, 05:45:32 PM »
Hello again can someone explain how to put several couples on the market I want to let 5-6 couples to trade on the exchange but I can not understand how

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: I need help Gunthar
« Reply #6 on: October 14, 2017, 06:21:42 PM »
OK, have you done what I wrote just a post ago?
If yes, then let us know:
1. which exchange are you on?
2. what are this 5-6 pairs you would like to play?
3. on what strategy would you like to trade on those pairs?

Offline DKyosev

  • Rookie
  • *
  • Posts: 18
    • View Profile
Re: I need help Gunthar
« Reply #7 on: October 14, 2017, 08:12:21 PM »
I did everything you said
1.Polonix
2. Appropriate: BTC_LTC BTC_LBC BTC_DGB BTC_STRAT BTC_XEM
3. strategy            bb      stepgain      bbstepgain          gainstepgain         ppstepgain

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: I need help Gunthar
« Reply #8 on: October 17, 2017, 12:43:12 PM »
Now what you do:
1. open config in Notepad
2. find the chapter

"pairs": {
      "poloniex": {

Then hit enter and paste in this into the empty row:

"BTC_LTC": { "strategy": "bb", "override": {}},
"BTC_LBC": { "strategy": "stepgain", "override": {}},
"BTC_DGB": { "strategy": "bbstepgain", "override": {}},
"BTC_STRAT": { "strategy": "gainstepgain", "override": {}},
"BTC_XEM": { "strategy": "ppstepgain", "override": {}}

Now hit save, start the executable if it is not already running, and you're trading 5 pairs on polo ...
Additional pairs go in the same way, just pay attention at the last row. There is no comma at the end. If you put a comma in the end of the last row, bammm, errors ...




         

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: I need help Gunthar
« Reply #9 on: October 17, 2017, 01:08:53 PM »
PS: dont put override if there is no override.


"BTC_LTC": { "strategy": "bb", "override": {}},

==>

"BTC_LTC": { "strategy": "bb"},