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

Pages: [1]
1
1000trades not available from version 3.3.3 onwards, however you can use ping pong strategy

but pingpong is jumping between fixed price whereas 1000 trade is more flexible.
is there a way to mimic the strategy in some way? or what strategy do you recommend?

2
any help?
i cannot use v3.3.4

3
Is the "tulind" folder in the same folder as gunthy.exe?
yes.
but i can see the programming is calling darwin-x64 stuff, whereas my pc is win32

4
what  should i do?

5
do we still have 1000 trades strategy on new gunbot?

if so how to set up?

the strategy which continuously buys and continuously puts immediate sell orders?

6
General Discussion / Re: Take BTC out of Poloniex before Aug. 1st?
« on: July 26, 2017, 08:18:03 PM »
thanks guys. i will take my coins out of poloniex until issues solved.

7
<snip />

can i change this figure when doing normal trading (no bag)? or is that on purpose?

also now it's always the taker not maker of orders which means the fee is higher. how to change that?

Gunthar has spent a lot of time explaining every setting, and he has also written (at least) one topic on how he runs the bot.
The answers to your questions are in there.

If you don't have the time to read, there are members of this forum that provide configuration services. See 'Services & Third Party plugins

i've read it and still have questions that's why i asked.
do you know the answers? and i assure you it's not there.
it seems it is you who didn't read and just assumed everything is well-explained.
well, it's not.

i appreciate Gunthar's effort of course and i always read and search before asking.

i don't know the point of you replying these common sense but thanks anyway.

also i just got answers from Gunthar so all good.

8
General Discussion / Take BTC out of Poloniex before Aug. 1st?
« on: July 26, 2017, 12:54:41 PM »
should we do that?

9
This looks like a major release!  Wow!

But can someone post or attach a simple example config file with a few pairs in it so us noobs can figure out what it's supposed to look like (take out your keys of course).

Great job to the devs!!  Thank you!

Make sure you match opening and closing curly braces.
Every group of similar sections or fields is separated by a comma. The last one (section or field) does not have a comma after it...
The indentation helps you visually understand the grouping of sections and fields

{
  "pairs": {
    "poloniex": {
      "BTC_BTS": {
        "strategy": "bb",
        "override": {}
      },  // <-- comma after each similar section, i.e. what is enclosed in curly braces
      "BTC_XEM": {
        "strategy": "bb",
        "override": {}
      },  // <-- comma after each similar section, i.e. what is enclosed in curly braces
      "BTC_BURST": {
        "strategy": "bb",  // <-- comma btween fields
        "override": {}   // <-- NO comma as it is the last field before the closing curly brace
      }   // <-- NO comma after final secction
    }
  }
  "exchanges": {
    "poloniex": {
      "key": "ABC",
      "secret":"DEF"
    },
    "kraken": {
      "key": "",
      "secret":""
    }
  },
  "bot": {
    "period_storage_ticker": 300,
    "interval_ticker_update": 10000,
    "timeout_buy": 120,
    "timeout_sell": 60,
    "BTC_TRADING_LIMIT": 0.05,
    "MIN_VOLUME_TO_BUY": 0.005,
    "WATCH_MODE": false
  },
  "strategies": {
    "bb": {
      "PERIOD": 15,
      "BUY_LEVEL": 0.1,
      "GAIN": 0.6,
      "HIGH_BB": 60,
      "LOW_BB": 40,
      "PANIC_SELL": false
    }
  }
}

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false
}

"GAIN": 0.6, meaning sell at gaining 0.6% ?
only 0.1% left after fee.

can i change this figure when doing normal trading (no bag)? or is that on purpose?

also now it's always the taker not maker of orders which means the fee is higher. how to change that?

10
yes i just realized this issue today.
i tried several numbers and it seems to be 75 on poloniex

11
What does  "compile the config.js" means?
I can't even get anything from google.

Anyway I edited the file as instructed. but a lot error when i click gunthy.exe  :-\

12
Ok, eddited with notepad++, everything is ok in pairs .
Got unexpected token > at position 709 ..

Don't understand :(
same here. not sure if also at position 709 though. a lot bugs

13
how to compile the config.js file on windows?
Double click shows error,
line 2
char 9
missing ';'

Double click gunthy.exe shows error, fail to load config

14
Beginners & Help / Weird behavior of bot wrt statuscode 422
« on: July 24, 2017, 11:30:07 PM »
I'm getting statuscode 422 error every time i use on windows. but always fine and never get that on mac. What should i do? i planned to run windows pc 24/7.

Also the data i get when using mac is wrong. See:
https://gunthy.org/index.php?topic=682.msg3532#msg3532

15
I set for USDT/LTC.
EMA period and candlestick size as default.
But the results are weird which means the bot cannot do proper trading/

Bot:
EMA1:44.21070198 - EMA2:37.08565407

I read from polo:
EMA1:45.2 - EMA2:44.8

Bot:
Low BB:45.21884630 - High BB:45.60650142

I read from polo:
Low BB:45.7 - High BB:44.2

What should i do?

Another problem here:
https://gunthy.org/index.php?topic=683.0

16
Beginners & Help / Please help! node currencies.js error!
« on: July 24, 2017, 11:17:02 PM »
node currencies.js
module.js:487
    throw err;
    ^

Error: Cannot find module 'plnx'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/DianzhiYU/Desktop/GUNBOT/currencies.js:1:13833)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)

Pages: [1]