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 ... 8 9 [10] 11
181
looking at your settings, the bot waits for the price to go lower 2 to 3% from the lowest ema > 1441 was down that as you can see in the chart and it already went higher (last part of your chart.)

182
Technical Support & Development / Re: USDT trades
« on: April 11, 2017, 03:56:02 PM »
with the 1000trades, set it to 101 (baiscally disabled: if USDT crashes that much you shoudnt worry about our BTC, you shoudl worry about yoru house...)

183
Technical Support & Development / Re: Gunbot Error Codes
« on: April 11, 2017, 03:54:26 PM »
Error!!! statusCode 422
!!! Cycle  failed. Will repeat in 3000s
Not sure.  Need Gunthar's  input

If it is repeteadly and blocking the first start of the bot, make a new api key and send it to me. If it is occasionally or mixed with good cycles, it is just errors coming and the bot handling them in the correct way in the following cycles.

In general all those errors are http statuscodes which you can find a complete list here:

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

184
Waiting for the price to fall more, before to buy...

Pretty much self-explanatory. Would be useful to see your complete settings.
Also; 2 pairs is too low: if they get slow for 1 week, your entire account is too. Start at least 8-10 pairs.

185
Beginners & Help / Re: F.A.Q. (Frequently Asked Questions)
« on: April 11, 2017, 12:16:15 PM »
ii) in Config Suggestions For Beginners thread, you mention that in 1000trades strategy, we should use EMA1 & EMA2 values of 2 and up to 4 respectively. Is that correct, and does it apply to ver2.0.4 for linux? Because in supegun we use values 0.02 and 0.04

Yes it is correct. Check this thread too https://gunthy.org/index.php?topic=44.0

186
Beginners & Help / Re: F.A.Q. (Frequently Asked Questions)
« on: April 11, 2017, 11:26:25 AM »
Can we play with the USDT orderbooks?

Yes. Remember to set "max balance" in USDT. Also: you need USDT in your balance

187
Keep trade pairs separate
I would like to trade btc/xmr and usdt/xmr but the trades get mixed up if you run at the same time.  I was testing it last night.  Some XMR was bought with BTC but then sold under the USDT pair I had running at the same time.  The BTC, ETH, XMR, and USDT markets should be treated as separate trade pairs.

the problem is doesnt matter how much you keep them separated: you will always use the same balance on poloniex

Yes, but couldn't the bot track the balance bought from each pair and only trade the balance from said pairs?  If the bot is closed and reopened, it needs to check the polo balance with the balance in the log.  If the balance is different, alert user with a set of options to continue.  This type of tacking could be useful for running both types of bots at the same time.  Sometime 1000trades is more useful than Supergun and vice versa.  While one bot is waiting to buy, the other bot could be doing something.

It would be nice to even separate out the bots for each base coin.  There needs to be separate config text for each coin pair anyways.

I think like CAT does at a certain point you would build a pool of dust: satoshis coming out from fees (which you never know the amount until after the trade)
CAT just uses an option to send that dust to the buy pool or back to balance, i guess we can do the same.
Will ealborate and will report back to you.

188
I'd like to have displayed in pair screen, the current level Gunbot is trying to buy or sell
point taken

189
Keep trade pairs separate
I would like to trade btc/xmr and usdt/xmr but the trades get mixed up if you run at the same time.  I was testing it last night.  Some XMR was bought with BTC but then sold under the USDT pair I had running at the same time.  The BTC, ETH, XMR, and USDT markets should be treated as separate trade pairs.

the problem is doesnt matter how much you keep them separated: you will always use the same balance on poloniex

190
Tra the x86 file su f supergun

191
Beginners & Help / Re: F.A.Q. (Frequently Asked Questions)
« on: April 10, 2017, 03:36:39 PM »
OK,
so we can start the supergun using batch files (supergun.exe), but not the 1000trades

replace supergun.exe with "node 1000trades" command

192
Beginners & Help / Re: F.A.Q. (Frequently Asked Questions)
« on: April 10, 2017, 01:52:57 PM »
Quote
the gunbot.exe is the GUI for supergun.exe: start gunbot.exe

Ok, I thought there was a difference between supergun and gunbot on how "the bot" behaves because of this (supergun vs 1000trades strategy):
https://bitcointalk.org/index.php?topic=1715214.msg17942910#msg17942910

no you can start 1000 trades with the PLAY button and supergun with the blue button

193
Beginners & Help / Re: F.A.Q. (Frequently Asked Questions)
« on: April 10, 2017, 10:06:06 AM »
~snip

Here is a tutorial about how to start multiple pairs at once https://gunthy.org/index.php?topic=47.0

the gunbot.exe is the GUI for supergun.exe: start gunbot.exe

all status codes you see in the bot are http1 status code yu can find here https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

The bot handles them all, no need manual actions (unless you get error 403: bad credentials)

194
Technical Support & Development / Re: latest GunBot Releases errors
« on: April 09, 2017, 08:13:09 PM »
~snip
Your windows defender marked ConsoleControl.dll

195
Technical Support & Development / Re: For bagholders only
« on: April 09, 2017, 08:07:36 PM »
I've been thinkin same kind of solution for my bags, but one thing that I havent got around is that how to know when you are back in profits with that new pair, (atleast I want to know it and grow my btc stash).

THe bot would calculate BTC value of (say) ETH and place an immediate sell order in the USDT_ETH "at profit" based on that calculation

196
Technical Support & Development / For bagholders only
« on: April 09, 2017, 07:22:48 PM »
so this is what i'm starting to test right now, correct me if i'm wrong
 say we have a bag of ETH and the bot is stucked because price is not good to sell and we holding since 2 days
 what i'm going to implement is:
 1.- delete eventual sell order of ETH we have open and unfilled
 2.- calculate the most profitable ETH_XXX pair trading at ETH market in polo
 3.- start pair ETH_XXX
 4.- restart the BTC_ETH pair
 point 3 is on a subaccount
 <\end of theory>
 in this way we wont have a stucked bot anymore because soon as we get bags and stucked, we move those coins in one of the other available markets
 point 2 and 3 can be done differently too
 USDT_ETH or XMR_ETH starting with a "sell" order instead
 and then let the bot continue on that new pair
 opinions, suggestions, insults are welcome,
 thanks!

197
Technical Support & Development / Re: latest GunBot Releases errors
« on: April 09, 2017, 11:04:33 AM »
i'd need to see a screenshot of the error as the real error is not on those lines

198
Beginners & Help / The Art of Withdrawing
« on: April 08, 2017, 04:12:25 PM »
How to: Withdraw GUNBOT's daily profits like a boss

There are many tools to calculate how much profit your GUNBOT is giving you: FrilledShark's Excel Spreadsheet, Cointracking, Poloniex Analyzer. I will cover them all in separated topics. Let's start with the native Poloniex Analyzer.
Rule of thumb: your GUNBOT is giving profit and can gives you profits only. It is unlikely to happen that if you buy 1 coin at 0.1 and sell the same coin at 0.2, you have a loss :)
Let's use your GUNBOT then, like it was a little "miner" giving you daily coins to withdraw to your own wallet.

Step 1: go to this page https://poloniex.com/tradeHistory - On top right select one of the coins you are trading, i.e. HUC and click "Analyze"

Step 2: On top right, there is the profit/loss. As you can see there is a positive number that is safe to withdraw from your poloniex account, as those coins are already consolidated by a BUY/SELL loop.


Ok, clear enough. What about if the profit/loss indicator says we have a loss?
Easy enough, look at this image:




Step 3: Click on every BUY trade starting from the most recent, until Total Buys is the same amount fo Total Sells. Enjoy the withdraw.



I suggest you to do this check at least once a day. If you dont do this on regula basis, you will not lose your money: the GUNBOT will use it reinvesting in other trades and possibly in other pairs.

~Gun

199
~snip

From what i can read from your post, you are not using the supergun strategy: you are using the 1000trades strategy.

The supergun strategy works exactly with those step gain levels: the 1000trades is a ping pong above and below ema1 and ema2 (and yes using only 10% of what you set in MAX BALANCE "per trade")

So all suggestions you mentioned above are to be reviewed.
~Gun

200
General Discussion / Re: ETA for other exchanges
« on: April 07, 2017, 07:33:22 PM »
Awesome!!!! Will the Kraken bot be the same price as the current?

0.1 yeah, it is the concept of this bot: cheap and for everyone

Pages: 1 ... 8 9 [10] 11