Bitcoin Forum
September 01, 2024, 06:15:49 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 04, 2017, 12:16:58 PM
@Gunthar take your time! nobody expects the bot to be an "price predicting oracle"!-) certainly not me! This was very bad luck as well. now, I only start new pairs when they are in a "low". much better chances!
2  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 04, 2017, 11:49:08 AM
may I...?!

this is how the bot gets "stuck"! and throwing more money at it by raising the % is not the answer I think! However, with XMR I still feel confident enough not to manually intervene and and just "ride it out"!
And I do hope that I dont have to live forever for this to happen!-)

PS. sorry, no 15min candles available in week view. and yes I have restarted gunbot on Feb/2
3  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 03, 2017, 03:31:28 PM
crystal clear now, thanks! So me trading 200% altogether is is totally fine Grin
4  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 03, 2017, 12:10:07 PM
First, as mentioned before, on what is the "MAX_BALANCE" p/P based on? Currently available or total?
Currently it is based "onOrders" altcoin balance: if you invested more than what you set in % on MAX_BALANCE it would stop to buy for that pair

what I meant is, for how much % of my BTC balance will it buy? my currently available (not on Orders) or everything (including on Orders)? (I might not by thinking straight here and the second one is not even possible!-/)

Second, I'm unsure if "bloody Mary" is working correctly in my installation. You mentioned something like a "sales.txt" will be created?! I don't have that.
And i haven't seen Mary intervene! (which is a good thing I suppose.)
order Number and rate/amount are stored in local variables. It would create some text files if it need to "move" orders to a different rate level (and it would be a temp storing tho). I'm glad your BM didnt have to act: mine is definitely disabled Wink

good!-) all through I dont believe in your theory "never sell without a profit"!-) Not, if you dont live forever or got the patience of a snail tamer Grin

Code:
BTC_LBC *** POLONIEX CALLBACK | returnCompleteBalances ***Please do not make more than 6 API calls per second.
BTC_DCR *** POLONIEX CALLBACK | returnCompleteBalances ***Nonce must be greater than 1740117903113001. You provided 1740117902976001.
These show up occasionally but regularly. Some more about timeouts but that's just polo being flooded (or slow) or my internet connection.
Yes it may happen if you have a lot of pairs, to see those errors on logs. Try to increase TIME_DELAY_PRICE (mine is actually at 240, so api calls in different pairs dont go tru all togheter. Another trick would be creating multiple api keys to handle groups of pairs.

trying the first one. Honestly I was a bit afraid that the second one happened because API calls got mixed up! I still use leo.... occasionally (different Key) for its bloody amazing visualisation! But I limit myself to starting it once a day to check since using your bot!-)

Also, would it be possible to add Timestamps to the logs?
Timestamps are already in the logs. You meant in err.txt? I can do that yes, that file is mostly used by me when users ask me some debug but is ok, i can add that.

yes err.log. to see if those errors overlap with "other things" that I'm doing. And it would make them more useful anyway!-) 

Thanks! And i'm a happy costumer btw!-)
Thanks! I'm listening to all suggestions with the right attntion to see what we can do to make this bot even smartier Wink

~Gun

I definitely want the most clever bot out there Wink (way to many "quote" calls!-)
5  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 03, 2017, 11:00:49 AM
I've taken quite a "hit" with the BTC rise!-/ But there's hope..!
But my weekly stats aren't as "rosy" as your daily ones.

I have a couple of questions however.

First, as mentioned before, on what is the "MAX_BALANCE" p/P based on? Currently available or total?

Second, I'm unsure if "bloody Mary" is working correctly in my installation. You mentioned something like a "sales.txt" will be created?! I don't have that.
And i haven't seen Mary intervene! (which is a good thing I suppose.)

Third, I do have some errors in err.txt. Possibly no real effect on trading but I'd like to eliminate them anyway if possible.

Code:
BTC_LBC *** POLONIEX CALLBACK | returnCompleteBalances ***Please do not make more than 6 API calls per second.
BTC_DCR *** POLONIEX CALLBACK | returnCompleteBalances ***Nonce must be greater than 1740117903113001. You provided 1740117902976001.

These show up occasionally but regularly. Some more about timeouts but that's just polo being flooded (or slow) or my internet connection.
Also, would it be possible to add Timestamps to the logs?

Thanks! And i'm a happy costumer btw!-)
6  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 01, 2017, 11:53:43 AM


Gunbot is doing fine so far, trading 7 pairs on a Odroid XU4!-)

One quick question:
Is "MAX_BALANCE:" to use on one pair calculated off "Total Balance (BTC)" or "Total Balance" minus "on Orders"?

The Bot so far never used my whole BTC Balance and it looks like I can trade more than a 100% all summed up!-)
I'm aware that it might leave the bot without funds on a pair "some day" but so far it has not happened!

May I ask, what pairs are you trading?

 

https://i.imgsafe.org/1c2a463c63.jpg

got a bit scared yesterday!-) and I'm still figuring out the best settings.....

What kind of app is it? (that shows all your trading pairs)

I just give them a name when I start them. its http://pm2.keymetrics.io/
and I start each instance with
Code:
pm2 start gunbot-DASH/1000trades.js --name DASH
for example.

Nice is that you can watch logs of all pairs together with
Code:
pm2 logs
or single with
Code:
pm2 logs DASH
All of them together is a "mess" but enough to check occasionally.
7  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 01, 2017, 11:18:40 AM
Gunbot is doing fine so far, trading 7 pairs on a Odroid XU4!-)

One quick question:
Is "MAX_BALANCE:" to use on one pair calculated off "Total Balance (BTC)" or "Total Balance" minus "on Orders"?

The Bot so far never used my whole BTC Balance and it looks like I can trade more than a 100% all summed up!-)
I'm aware that it might leave the bot without funds on a pair "some day" but so far it has not happened!

May I ask, what pairs are you trading?

 

https://i.imgsafe.org/1c2a463c63.jpg

got a bit scared yesterday!-) and I'm still figuring out the best settings.....
8  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: February 01, 2017, 10:23:58 AM
Gunbot is doing fine so far, trading 7 pairs on a Odroid XU4!-)

One quick question:
Is "MAX_BALANCE:" to use on one pair calculated off "Total Balance (BTC)" or "Total Balance" minus "on Orders"?

The Bot so far never used my whole BTC Balance and it looks like I can trade more than a 100% all summed up!-)
I'm aware that it might leave the bot without funds on a pair "some day" but so far it has not happened!
9  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: January 27, 2017, 04:27:49 PM
when runnng them on linux a nice way to run it is with node forever, i have each bot inside its own folder and then i run them as follows

forever BOT_ETC/1000trades.js
forever BOT_ETH/1000trades.js

that way in the folder where each bot is stored is the log files with the logging for all the bots. which i can just tail and view the status of every running bot

Ahmed

Have you also tried http://pm2.keymetrics.io/ ?
I use this process manager for other things.......
10  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 on: January 27, 2017, 02:46:42 PM
After running Gunbot for nearly 24h and "only" 100 trades I'm really starting to like this Bot!-)

I have a few questions and observations however:

-I want a white crosshair!-) I can hardly see the black one in my black taskbar!

-Could I somehow slow down the Buy orders in "1000trades" mode? Sometimes they happen in the same second and I think it could gain more if they were 5 or 10sec apart.
-Not having set the Buy Orders beforehand prevents from buying the "spikes"! But this is probably a tradeoff for other other functionality.
-I assume that I'm starting "Bloody Mary" correctly if I start multiple instances out of one "GUNBOT.exe" start?! (same folder not copied folders for different currency pairs)
-that "GUNBOT.exe" does not pull API Credentials from "config.js" at a restart is very mildly annoying!-)

- without having tried anything, can Gunbot be run on a headless system?

What I like most about Gunbot is that its trading method is still "simple" enough to understand! Even for a relatively noob trader like me and I did not have any big surprises so far!
It is predictable which fills me with confidence!-) I'm slowly dialing-in my pairs........
11  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Trading GUI/Bot for Poloniex, Bittrex, Bitfinex, BTC-e, ... on: October 30, 2016, 07:59:56 PM
also trying to trade those small fractions of Zcash I mined since yesterday will always give you a "Invalid Range"!) which is so true in its own sense but too "smart" for a bot!

You get an invalid range if you do not have the minimum tradable amount which is set by the exchange itself - not leonArdo!

no, I can trade 0,005ZEC just fine on poloniex! It seems more like leonardo did not have enough data. Because when I rebooted my PC and tried to load the last session it crashed while "buffering data...".
Unfortunately I did not make a screenshot. It is loading backlog data from your server, is it? And I guess there is non!?

anyways, loading a new session fixed it!
12  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Trading GUI/Bot for Poloniex, Bittrex, Bitfinex, BTC-e, ... on: October 29, 2016, 01:48:57 PM
also trying to trade those small fractions of Zcash I mined since yesterday will always give you a "Invalid Range"!) which is so true in its own sense but too "smart" for a bot!
13  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Trading GUI/Bot for Poloniex, Bittrex, Bitfinex, BTC-e, ... on: October 29, 2016, 01:22:33 PM
I slowly get it! and I like it!)

one odd thing, off which I don't know if it meant to be is, on Windows 10 if I hit the Space Bar it stops the Bot! luckily with a prompt! is this "oups I did it again Quick-cancel™"? Tongue
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!