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

Pages: 1 2 3 [4] 5 6 ... 11
61
Technical Support & Development / Re: Bugs/Issues tracker v4.0.1
« on: August 11, 2017, 09:42:31 AM »
Honestly not sure if a bug, or if logging needs configured seperately in the config.
Still not creating log files under Ubuntu or amazon linux as per 3.3.5.
Users running the binary have full perms to the directory it's running as.

no ti is not a bug: we are creating websockets, so no logs.

62
Please if you have a REAL and tested strategy to implement in Gunbot using TA lib, post it here, we will discuss togheter and implement it.

Example: "SMA5 crossing SMA10 and SMA20 as buy/sell signals IF Stochastic RSI is between 30/70 and changes direction"


Thanks!
~Gun

63
Technical Support & Development / Bugs/Issues tracker v4.0.1
« on: August 11, 2017, 01:39:30 AM »
I'm going to read this user-generated tracker every 5 minutes.
Thanks!
~Gun

64
Release Candidate v.4.0.1_core - All oS - Poloniex/Bittrex/Kraken/Cryptopia - Code name "2nite"
@GuntharDeNiro GuntharDeNiro and @RaffaeleDonadono released this 3 minutes ago

Changelogs:

-Fix all reported bugs of v3.3.5
-Bump Kraken to 4.0.1
-Implement Cryptopia exchange
-Implement all v3.x strategies: BB,Gain,StepGain (v2.0.4 style), PingPong
-Implement Stop-loss
-Allowing users to disable BUY orders
-Implementing MIN_VOLUME_TO_BUY and MIN_VOLUME_TO_SELL to handle dust (if ever happens)
-If we have altcoin balance lower than minimum allowed amount: we buy
-Implementing a new trend watcher using TA lib
-Implementing new averaged buy price based on @BeerK0in formula. Thanks Beer K0in!

Config.js explanations and instructions:

Pairs format per exchange:

-poloniex: BTC_ETH, ETH_XMR, XMR_ETC, USDT_BTC
-Kraken: EOSXBT, DASHXBT, GNOXBT, BCHXBT all others are XLTCXXBT. Fiat are ZEURXXBT.
-Bittrex: BTC-ETH, ETH-LTC
-Cryptopia: SIGT_BTC, ETH_BTC, CHC_BTC

Possible strategies (format is buysell for mixed strategies and strategyname for pure strategies):

-bb (for Bollinger Band in both buy and sell)
-gain (for GAIN strategy in both buy and sell)
-stepgain (for SG strategy in both buy and sell)
-pp (for PingPong strategy in both buy and sell)
-bbgain (buy with BB and sell with gain)
-gainbb (buy with gain and sell with BB)
-bbstepgain (buy with bb and sell with stepgain)
-stepgainbb (buy with stepgain and sell with bb)
-bbpp (buy with BB and sell with PingPong)
-ppbb (buy with PingPong and sell with BB)
-gainstepgain (buy with gain and sell with stepgain)
-stepgaingain (buy with stepgain and sell with gain)
-gainpp (buy with gain and sell with PingPong)
-ppgain (buy with PingPong and sell with gain)
-stepgainpp (buy with stepgain and sell with PingPong)
-ppstepgain (buy with PingPong and sell with stepgain)

New Trend watcher (former supergun trend):

-it is active only in StepGain
-it is in a very short timeframe: looks at very latest 5 to 8 x 15 minutes candles
-It uses -DM and +DM from TA
-It is very useful to spot pumps (limited to the StepGain levels)
-It will be configurable after a short period of test from GBU clerks

Some example of configuration settings and their meaning:
Code: [Select]
"bb": {
    "BTC_TRADING_LIMIT": 0.01,
    "PERIOD": 15,
    "BUY_LEVEL": 0.1,
    "GAIN": 0.1,
    "HIGH_BB": 40,
    "LOW_BB": 40,
    "PANIC_SELL": false, //set this to true to sell all your altcoin at market price (set BUY_ENABLED: false)
    "DOUBLE_UP": true, //set this to false if you dont want to use the average down feature
    "STOP_LIMIT": 60, //In this case it will sell all your altcoins if the price reaches -60% from bought price
    "BUY_ENABLED": true, //set this to false to disable buy orders
    "MIN_VOLUME_TO_BUY": 0.001, //if you have dust, set this higher than your dust
    "MIN_VOLUME_TO_SELL": 0.001 //if you have dust, set this higher than your dust
}

Provided config.js file must stay untouched: do not delete variables (even if you think they are not useful), do not change names of variable. Just add yoru pairs and change your values. Everything in "Strategies" section can go in "Override" of the single pair.
To verify the validity of your config.js use this tool https://jsonlint.com/

SUGGESTED STRATEGY AND SETTINGS: once again the best performances (unless you are in GBU) come with pure BB at 40/40 or even better at 45/45 with or without DOUBLE_UP.

Thanks to @raffaeledonadono for his precious code contribution. Thanks to all users that patiently tested and reported bugs of previous versions.

Please report any bug immediately!!!
Thanks!
~Gun

65
Beginners & Help / Re: Early buy
« on: August 10, 2017, 09:04:57 AM »
SMA period used is 50 not 25: it affects BB

66
Release Candidate v3.3.5 AllOs_x64 - Code name: "Emotionless Fork"
@GuntharDeNiro GuntharDeNiro released this just now

Changelogs:

Fixed bugs reported in v3.3.4
Processing only pairs with trading signals
CPU/RAM improved performances
Implemented "bought price" for deposited coins: if you deposit a coin from another exchange, move "BOUGHT_PRICE" setting in "override" and GUNBOT will know the price you originally bought it
Instructions:
Dont stop it on 1st August. The bot is ready to take any direction of the market and help us to take advantage of altcoins reaction to the BTC fork. We waited patiently till now with all our bags: shutting down right now is something i don't suggest, we are not quitters!

Tested configurations to face up the fork:
LowBB/HighBB 40/40
GAIN: 0.6
DOUBLE_UP: true
Let it run 24/7 and watch charts and wallets at exchanges: you'll never know what would happen!

Wish you all Happy Fork!

Please report any bug immediately!
Thanks!
~Gun

67
Release Candidate v3.3.3 - Poloniex/Bittrex - All OS - Code name: "Autopilot"
@GuntharDeNiro GuntharDeNiro released this 11 minutes ago

This is a major release introducing new concepts both in core and strategies. Starting by this release, Gunbot devs family is now bigger: @raffaeledonadono is now caring about the "core-engine" while i am focused on the "strategies" part of the code. This new devs structure will allow us to stay focused on the different parts of the code while double checking each other code with doubled security and coding accuracy.
Please: continue to forward all support requests to me, tho, thank you.

The final release will aim to:

Make Gunbot able to run as many pairs and as many exchanges as you want in one single process using a very low amount of RAM and CPU
Solve all past reported bugs
Give new Technical Analysis instruments for an advanced trading experience
Give a real cross-platform package including GUI for *nix/OSX/arm
Give Gunbot real-data from exchanges with no limit to "bot timing"
Give 3rd parties devs a Websocket API to build plugins
Give Gunbot capability to work as a live data-hub for 3rd parties software
Give end-users capability to build their own strategies based on TA indicators
This Release Candidate aims to:

Give existing customers a tool to liquidate their altcoin holdings with profit and give new liquidity to their Gunbot to continue trading at new price levels (healing from recent cripto-crashes)
Give a preview and receive feedbacks for a community-driven final release
This Release Candidate is able to:

Run all your pairs in one single console for Poloniex and Bittrex exchanges
Average down your "bought price" from existing "bags" and sell them at profit in 24/48 hours
Continue to trade all your pairs without creating "bags" or liquidating them at lower levels (with profit) if the value of the altcoin dropped below the bought price.
Fetching real data from Poloniex and Bittrex exchanges: you can now see the same values than exchanges for indicators (BB, EMA, etc). If Gunbot restarts, the indicators data will NOT be lost.
Trade all your pairs with a real and effective BB and GAIN strategy (SG and other strategies to be completed in a patch)
Deprecate bot timing: we are now "live" on the exchange and we run following microseconds tickers updates from exchanges
Fix all bugs reported in v3.3.2: double buys, wrong indicators, wrong priceToBuy/priceToSell calculations
included all 422 errors, stuck instances etc
Added TA indicators capability
Added "watch mode only" and "panic sell" mode: first mode would run gunbot without trading, second one would sell all altcoin at actual market price (WARNING: it might be at loss).
How to run v3.3.3 from existing v3.x

Disclaimer: v3.3.3 is backward compatible with any existing trades/balances. - v3.3.3 config files are NOT backward compatible
Step-by-Step instructions:
The concept: one of the main issues of Gunbot old versions, was to be unable to follow the price flow during up and down levels swings. If BB and EMA moved to new low levels and you bought during the previous price level timeframe, you would end with the unfamous "bags" in your portfolio. Despite we all "luv" bags because they represent cheap coins we were able to buy, if market conditions keep being bearish, "bags" would engulf our portfolio with unsold coins, hence missed trades because of low primary coin liquidity. The v3.3.3 "Autopilot" version, solves this issue with a simple wise move: averaging down your bought price and selling all "bags" at a profit in a short-term time frame, giving so new liquidity to your Gunbot and making it able to continue its profitable strategy on the new market level.
How it works: the leading indicators are still BB. Now we use live data from exchange so we can trick BB at a reliable value, same than exchanges. I tested this strategy with SMA: it triggers the average-buy order TOO EARLY, do not use SMA for this strategy!!
See the following scenario:
Your last buy order for coin X was at 0.001;
HighBB was at 0.0014;
Bear come in the scene and price drops to 0.00083 and now HighBB is at 0.00094;
Because HighBB value (0.00094) dropped below your last bought price (0.001), Gunbot buys again SAME AMOUNT OF COIN X
We have now a new "bought price" at (0.001+0.00083)/2=0.00091 with an HighBB at 0.00094: WE CAN SELL AT PROFIT VERY SOON!!!
What you need to do to autostart this on your existing bags?
The Release Candidate is already configured to start this automatically on your existing bags. The only thing you need to configure are pairs you want to run on this. Let's see some config file format:
We are still without GUI so you will need to understand how the config file is structured: it is a json file
Sections in the config.js file need their synthax:
Exchanges/Pair section
"pairs": {
"poloniex": {
"BTC_XMR": {
"strategy": "bb",
"override": {}
},
"BTC_ETH": {
"strategy": "bb",
"override": {}
},
"BTC_ETC": {
"strategy": "bb",
"override": {}
}
},

  "bittrex": {
     "BTC-LTC": {
        "strategy": "bb",
        "override": {}
     },
                 "BTC-PIVX": {
        "strategy": "bb",
        "override": {}
     }
  }
},
As you can see it is a simple json file but we need to respect commas, quotes and parenthesis format inside it. The tree is like this:

PAIR SECTION > EXCHANGE > PAIR LIST
If you have any doubt you can contact me for assistance about the right synthax to use or you can open config.js file with Notepad++ using its embedded code highlight feature.

Strategies section
The strategy section is preconfigured to start averaging down when it is needed and sell pretty much immediately with 0.6% of profit: if follows BB in buy (unless TRAILING STOP enters the scene) and then sells at 0.6% with GAIN (notice the highBB setting is at 60 to not override GAIN). Start like this to get rid of your bags and let it run for 1 or 2 days. You will see your bot coming back to life on your poloniex/bittrex trading history (and balance). When you are satisfied of your bags recovering, switch highBB setting at 40 or below at desired levels: you will meet a new GUNBOT: emotionless, continuosly profitable, despite the coins swings.
Example of strategy to get rid of bags

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 60,
"LOW_BB": 40,
"PANIC_SELL": false
}
Change to this configuration once you got rid of your bags

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false
}
Disclaimer: you need capital to average down. Rather you are able to deposit more bitcoin at your exchange account or you need some immediate liquidity from existing bags. How much capital or how much liquidity you need to start using this strategy? Same amount in BTC (or primary coin) of one of your bags: say you have a list of 10 bags > deposit BTC (or primary coin) amount equal to ONE OF YOUR BAGS HOLDING VALUE IN BTC (i.e. if one of your bags is ETH and its value in BTC is 0.02BTC: deposit 0.02BTC), or sell one of your bags (any of your choice) at market price so to give your account an immediate liquidity, if you are unable to deposit more BTC (or primary coin). You dont need to deposit a lot of BTC (or primary coin) to average down your bags: it is enough to cover just one bag only and your GUNBOT will start a chain of bags-recovering, getting liquidity as it sells your bags. Keep this in mind by now on when you use GUNBOT: dont use all your capital, GUNBOT will need a reserve in case averaging down is needed because market conditions.

How to start GUNBOT
Windows: compile the config.js file and double click on gunthy.exe
Linux/MacOs: compile config.js file and run ./gunthy
I'm pretty sure a lot of questions will come out and i'm looking forward to all of you bugging me 24/7 on forums and Telegram...but this is why we love GUNBOT!

Please report any bag immediately!!! ;)
Thanks!
~Gun

68
General Discussion / Re: GunBot failed to sell.
« on: July 11, 2017, 09:34:46 PM »

Bot stopped.
Bag handled manually.

Any ideas of what's gone wrong?
Thx.


this was the only error i can see

70
General Discussion / Re: Is the Kraken license worth it?
« on: July 05, 2017, 08:10:12 PM »
kraken is very solid exchange and can give you better experience for fiat trading.
Also i see one of your points is the capability to fund with SEPA: definitely kraken.
Wait to buy a license tho: the coming release will make your experience on kraken smooth and very profitable.

71
I will follow this thread very closely, thanks guys, once i release the v3.3.3 i'll proceed expanding to new markets.
~Gun

72
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: June 08, 2017, 02:58:32 PM »
bumping this to 3.3.2 ONLY

73
hello, i have some "bugs" ? with 3.3.2


first:

it is not possible to run usd /usdt (on kraken) ! (i realy like to trade this, becouse it have a very nice sawblade-trend (; )
there comes an withe page with "the navigation to this website was abort" (or something like that)


2017/06/06 19:06:57 Error: Kraken API returned error: Query:Unknown asset pair
!!! Cycle 27 failed. Will repeat in 60s
events.js:106
    handler.call(self, arg1, arg2);
            ^
ReferenceError: mystamp is not defined
    at Server.<anonymous> (evalmachine.<anonymous>:0:0)
    at emitTwo (events.js:106:13)
    at Server.emit (events.js:192:7)
    at parserOnIncoming (_http_server.js:565:12)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:99:23)
"



second (two different):

"Error: Error in server response: {"code":"ESOCKETTIMEDOUT","connect":false}
!!! Cycle 26 failed. Will repeat in 60s
"


"++2017/06/06 19:13:06 Error: Kraken API returned error: API:Invalid nonce
!!! Cycle 30 failed. Will repeat in 60s"


and they is another one....

i trade for example usd / ??

gunbot show the profis in btc:

"Total Profit BTC:0.00000000"

maybe gunbot should show the profit in the mayor currency ? (and in % ?!! )


usd/usdt is not a pair that kraken allows to trade

[ACKNOWLEDGED] the issue of showing primary coin

74
Technical Support & Development / Re: Bugs/Issues tracker v3.3/v3.3.1
« on: June 05, 2017, 11:42:54 PM »
Bumping this to 3.3.2

75
Technical Support & Development / Re: Bugs/Issues tracker v3.3/v3.3.1
« on: June 05, 2017, 11:42:34 PM »
~snip

BB are not mature yet: it is using best price between BB and gain

76
Technical Support & Development / Re: Gunbot 3.3 not making trades
« on: June 05, 2017, 08:57:05 PM »
~snip

Your bot is running fine but there is a concept to understand: say you trade one coin only (ETH) and say the price BTC/ETH doesnt go cheap enough to buy for 6 months, how many trades would you say you would get during those 6 months?

A: zero

Solution: trade at least 15-20 pairs and split up your btc balance all over the pairs.

77
General Discussion / Gunbot 3.3.2 - Poloniex/Bittrex Patch
« on: June 04, 2017, 10:18:31 PM »
Gunbot 3.3.2 - Poloniex/Bittrex Patch
@GuntharDeNiro GuntharDeNiro released this 3 minutes ago

Changelogs:
-Bump Bittrex to v3.3.x
-fix multiple buy on bittrex
-fix "waiting to sell" at zero balance if obsolete sell orders were deleted

Instructions:
- Just replace executables.

Config changes:
-Bittrex has now 3 levels on STEPGAIN
-Beware: api/secret input has changed in v3.3, they are now in the "market settings" section. Beware what you write there!

Tips:
-Bittrex is not checking nonce for now....you can try to speed up your bot even with a lot of pairs ;)

Please report any bug immediately

Thanks!
~Gun

78
General Discussion / GUNBOT v3.3.1 - Poloniex patch
« on: June 04, 2017, 01:04:12 AM »
GUNBOT v3.3.1 - Poloniex patch
@GuntharDeNiro GuntharDeNiro released this 16 minutes ago

Please use this on poloniex only.

Changelogs:

- fix nodemailer: you can get an email alert with no funds on wallet (settings in pair's config file or ALLPAIRS params.js)
- if we don't have assets, we don't need the security margin set to the last bought price: make it fluctuate with the market price
- fix multiple buy
- tuning price to sell with BB strategy
- mitigating errors 422 and 429.
- sending lib.mark for EMA1 and EMA2 on console.logs
- bump color and debug consoles to the latest v3.3
- introducing "Night Vision" GUI
- cleanup debug console every 30 minutes so we don't get stuck with huge logs buffer
- add some anchor to GUI panels
- attempt to use askmike's solution to add some padding to nonce

Please report any bug immediately
Thanks!
~Gun

80
Technical Support & Development / Bugs/Issues tracker v3.3.2
« on: May 30, 2017, 09:49:08 PM »
Here as usual all yrou reports of bugs/issues features requests for the v3.3.2
Thanks!
~Gun

Pages: 1 2 3 [4] 5 6 ... 11