Bitcoin Forum
May 03, 2024, 09:26:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
  Print  
Author Topic: [ANN] & [DEV] SpreadBot 1000 der BTC Altcoin Trading Bot (v2.0 Release)  (Read 125040 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
GENiALi
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile WWW
June 15, 2015, 09:28:57 AM
 #821

Was ist hier genau der Unterschied?

Check manually: Received Coins   BTC   0.10676482   0.00060000   0.10616482   BTer   Bleutrade   Manuel Withdraw   
Check manually: Received Coins   BTC   0.10740000   0.00060000   0.10680000   BTer   Bleutrade   189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc   

Für den unteren habe ich ein Mail bekommen, für den oberen nicht.


Da brauche ich mehr Infos aus dem Log, was bei den Orders passiert bzw. was das überhaupt gewesen ist jeweils.

"Manuel Withdraw" sollte er eigentlich nur dann setzen wenn er die Zieladresse nicht ermitteln konnt.
Code:
{14.06.15, 15:57:32} [Arbitrage XPM] 5155364 - Partially Done - start selling 0.45825394 XPM.
{14.06.15, 15:57:28} [Arbitrage XPM] 5155364 - Buy progress reached profitability. Partial order will be processed.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:52} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:12:52} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:51} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:12:51} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:06:32} [INFORMATION] Please send 0.1074 BTC from BTer to Bleutrade (189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc).
{14.06.15, 15:06:31} [INFORMATION] Please perform a manual withdraw. Fees already included within the trade conditions.
{14.06.15, 15:06:31} [Balance] Balance 0.10676482 BTC from BTer to Bleutrade
{14.06.15, 15:06:22} [INFORMATION] Not enough BTC to place POT buy order @ Bleutrade. 0.03333638 BTC required.

Gruss
Roland Schumacher
Bitrated user: GENiALi.
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Darkwinde (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 15, 2015, 09:57:43 AM
 #822

Hallo Darkwinde

Noch was. Ich habe nun mal ne runde geflucht.  Grin
Könntest du in der DB nicht die Datentypen nutzen die auch Sinn machen? Also für amount, price, fee u.s.w. Decimal damit man auch sinnvolle Abfragen und sortierungen und grupierungen machen könnte?
Ich habe jetzt über Stunden nach einem Problem gesucht da bei mir die Zahlen nicht stimmte. Bis ich merkte das du alles mit varchar speicherst. Und damit ein AVG() oder MAX() zu ermitteln geht enfach schlecht.
Man muss dann zuerst alles noch casten. Aber ein CAST('amount' as DECIMAL(9, 8 )) will da auch nicht ganz. ein 9, 7 tut. Aber bei DOGE bekomme so noch immer falsche Zahlen.

Ich schau mal.


Geht sowas nicht? Kann grad nicht prüfen...
Code:
select max(amount) from funds
where len(amount) = (
    select max(len(amount)) from funds
)


Darkwinde (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 15, 2015, 10:02:19 AM
 #823

Was ist hier genau der Unterschied?

Check manually: Received Coins   BTC   0.10676482   0.00060000   0.10616482   BTer   Bleutrade   Manuel Withdraw   
Check manually: Received Coins   BTC   0.10740000   0.00060000   0.10680000   BTer   Bleutrade   189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc   

Für den unteren habe ich ein Mail bekommen, für den oberen nicht.


Da brauche ich mehr Infos aus dem Log, was bei den Orders passiert bzw. was das überhaupt gewesen ist jeweils.

"Manuel Withdraw" sollte er eigentlich nur dann setzen wenn er die Zieladresse nicht ermitteln konnt.
Code:
{14.06.15, 15:57:32} [Arbitrage XPM] 5155364 - Partially Done - start selling 0.45825394 XPM.
{14.06.15, 15:57:28} [Arbitrage XPM] 5155364 - Buy progress reached profitability. Partial order will be processed.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:52} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:12:52} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:51} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:12:51} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:06:32} [INFORMATION] Please send 0.1074 BTC from BTer to Bleutrade (189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc).
{14.06.15, 15:06:31} [INFORMATION] Please perform a manual withdraw. Fees already included within the trade conditions.
{14.06.15, 15:06:31} [Balance] Balance 0.10676482 BTC from BTer to Bleutrade
{14.06.15, 15:06:22} [INFORMATION] Not enough BTC to place POT buy order @ Bleutrade. 0.03333638 BTC required.

Danke hab den Anzeigenfehler gefunden Wink und wird in 1.7 behoben.

GENiALi
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile WWW
June 15, 2015, 02:02:30 PM
 #824

Was ist hier genau der Unterschied?

Check manually: Received Coins   BTC   0.10676482   0.00060000   0.10616482   BTer   Bleutrade   Manuel Withdraw   
Check manually: Received Coins   BTC   0.10740000   0.00060000   0.10680000   BTer   Bleutrade   189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc   

Für den unteren habe ich ein Mail bekommen, für den oberen nicht.


Da brauche ich mehr Infos aus dem Log, was bei den Orders passiert bzw. was das überhaupt gewesen ist jeweils.

"Manuel Withdraw" sollte er eigentlich nur dann setzen wenn er die Zieladresse nicht ermitteln konnt.
Code:
{14.06.15, 15:57:32} [Arbitrage XPM] 5155364 - Partially Done - start selling 0.45825394 XPM.
{14.06.15, 15:57:28} [Arbitrage XPM] 5155364 - Buy progress reached profitability. Partial order will be processed.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:52} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:12:52} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:51} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:12:51} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:06:32} [INFORMATION] Please send 0.1074 BTC from BTer to Bleutrade (189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc).
{14.06.15, 15:06:31} [INFORMATION] Please perform a manual withdraw. Fees already included within the trade conditions.
{14.06.15, 15:06:31} [Balance] Balance 0.10676482 BTC from BTer to Bleutrade
{14.06.15, 15:06:22} [INFORMATION] Not enough BTC to place POT buy order @ Bleutrade. 0.03333638 BTC required.

Danke hab den Anzeigenfehler gefunden Wink und wird in 1.7 behoben.
Dann hat sich das auch mit dem Mail gelöst? B.z ist mir der Unterschied noch immer nicht ganz klar.

Gruss
Roland Schumacher
Bitrated user: GENiALi.
Darkwinde (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 15, 2015, 04:29:18 PM
 #825

Was ist hier genau der Unterschied?

Check manually: Received Coins   BTC   0.10676482   0.00060000   0.10616482   BTer   Bleutrade   Manuel Withdraw   
Check manually: Received Coins   BTC   0.10740000   0.00060000   0.10680000   BTer   Bleutrade   189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc   

Für den unteren habe ich ein Mail bekommen, für den oberen nicht.


Da brauche ich mehr Infos aus dem Log, was bei den Orders passiert bzw. was das überhaupt gewesen ist jeweils.

"Manuel Withdraw" sollte er eigentlich nur dann setzen wenn er die Zieladresse nicht ermitteln konnt.
Code:
{14.06.15, 15:57:32} [Arbitrage XPM] 5155364 - Partially Done - start selling 0.45825394 XPM.
{14.06.15, 15:57:28} [Arbitrage XPM] 5155364 - Buy progress reached profitability. Partial order will be processed.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:14:39} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:14:39} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:52} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:12:52} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:12:51} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:12:51} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:11:15} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:11:15} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10676482 BTC have been sent from BTer and 0.10616482 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:10:54} [INFORMATION] Please check if 0.10740000 BTC have been sent from BTer and 0.10680000 BTC have been received at Bleutrade.
{14.06.15, 15:10:54} [INFORMATION] Bleutrade does not support automatic transfer verification.
{14.06.15, 15:06:32} [INFORMATION] Please send 0.1074 BTC from BTer to Bleutrade (189cNRWJeFnN5MoqSSQvwrYT3f4b3Ug6Yc).
{14.06.15, 15:06:31} [INFORMATION] Please perform a manual withdraw. Fees already included within the trade conditions.
{14.06.15, 15:06:31} [Balance] Balance 0.10676482 BTC from BTer to Bleutrade
{14.06.15, 15:06:22} [INFORMATION] Not enough BTC to place POT buy order @ Bleutrade. 0.03333638 BTC required.

Danke hab den Anzeigenfehler gefunden Wink und wird in 1.7 behoben.
Dann hat sich das auch mit dem Mail gelöst? B.z ist mir der Unterschied noch immer nicht ganz klar.

Der Eintrag ohne Deposit Adresse, wo keine Mail gesendet wurde ist falsch und soll nicht kommen.

GENiALi
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile WWW
June 15, 2015, 05:09:11 PM
 #826

Hallo Darkwinde

Noch was. Ich habe nun mal ne runde geflucht.  Grin
Könntest du in der DB nicht die Datentypen nutzen die auch Sinn machen? Also für amount, price, fee u.s.w. Decimal damit man auch sinnvolle Abfragen und sortierungen und grupierungen machen könnte?
Ich habe jetzt über Stunden nach einem Problem gesucht da bei mir die Zahlen nicht stimmte. Bis ich merkte das du alles mit varchar speicherst. Und damit ein AVG() oder MAX() zu ermitteln geht enfach schlecht.
Man muss dann zuerst alles noch casten. Aber ein CAST('amount' as DECIMAL(9, 8 )) will da auch nicht ganz. ein 9, 7 tut. Aber bei DOGE bekomme so noch immer falsche Zahlen.

Ich schau mal.


Geht sowas nicht? Kann grad nicht prüfen...
Code:
select max(amount) from funds
where len(amount) = (
    select max(len(amount)) from funds
)
Nicht ganz. Das habe ich auch versucht.
Code:
SELECT `coin`, AVG(`amount`) AS Durchschnitt, MAX(`amount`) AS Maximum, MIN(`amount`) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Aber auch damit scheint es noch nicht  perfekt zu sein. Die Zahlen machen aber mehr Sinn. Nur bei den DOGE nicht wirklich.
Code:
SELECT `coin`, AVG(CAST(`amount` as DECIMAL(10,7))) AS Durchschnitt, MAX(CAST(`amount` as DECIMAL(10,7))) AS Maximum, MIN(CAST(`amount` as DECIMAL(10,7))) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Gruss
Roland Schumacher
Bitrated user: GENiALi.
shortcircuit
Member
**
Offline Offline

Activity: 169
Merit: 14


View Profile
June 15, 2015, 06:22:13 PM
 #827

Hallo zusammen,

hab mal eine Rückfrage zu folgender Mail, die vom Bot kam:

...Sell order won't match exchange rules. 7.76422716 VIA coins placed to funds @ BTer!..

Was ist darunter zu verstehen?

Danke & Gruß

Vaagar
Hero Member
*****
Offline Offline

Activity: 639
Merit: 500



View Profile
June 15, 2015, 07:26:44 PM
 #828

Hallo zusammen,

hab mal eine Rückfrage zu folgender Mail, die vom Bot kam:

...Sell order won't match exchange rules. 7.76422716 VIA coins placed to funds @ BTer!..

Was ist darunter zu verstehen?

Danke & Gruß

Das kommt davon, dass es Börsen gibt die eine Mindestordergröße haben, waren bei einer glaub ich min. 50k Satoshi und die 7 VIA erreichen nicht die mindest Verkaufsgröße von 50k Satoshi.


                ,╓▄▄▄▄▄▄▄▄▄╓                
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,        
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖      
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌    
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,  
   ▐███ ▐███ .███           ███  ███▌ ███▌  
   ▐███ ▐███ '███           ███  ███▌ ███▌  
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`  
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████    
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜      
         ╙█████▄▄╓,       ,╓▄▄█████▀        
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
GENiALi
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile WWW
June 15, 2015, 07:40:33 PM
 #829

Hallo zusammen,

hab mal eine Rückfrage zu folgender Mail, die vom Bot kam:

...Sell order won't match exchange rules. 7.76422716 VIA coins placed to funds @ BTer!..

Was ist darunter zu verstehen?

Danke & Gruß

Das kommt davon, dass es Börsen gibt die eine Mindestordergröße haben, waren bei einer glaub ich min. 50k Satoshi und die 7 VIA erreichen nicht die mindest Verkaufsgröße von 50k Satoshi.
Uii, das käme sogar hin. Müssten dann 8.51 VIA sein. Überrascht mich. Damit hier kann man das sogar nachrechnen. http://www.btcsatoshi.com/

Gruss
Roland Schumacher
Bitrated user: GENiALi.
Vaagar
Hero Member
*****
Offline Offline

Activity: 639
Merit: 500



View Profile
June 15, 2015, 07:53:36 PM
 #830

Hallo zusammen,

hab mal eine Rückfrage zu folgender Mail, die vom Bot kam:

...Sell order won't match exchange rules. 7.76422716 VIA coins placed to funds @ BTer!..

Was ist darunter zu verstehen?

Danke & Gruß

Das kommt davon, dass es Börsen gibt die eine Mindestordergröße haben, waren bei einer glaub ich min. 50k Satoshi und die 7 VIA erreichen nicht die mindest Verkaufsgröße von 50k Satoshi.
Uii, das käme sogar hin. Müssten dann 8.51 VIA sein. Überrascht mich. Damit hier kann man das sogar nachrechnen. http://www.btcsatoshi.com/

Passt hab das Problem öfters bei VIA, hilft meistens nur min Profit etwas höher stellen.


                ,╓▄▄▄▄▄▄▄▄▄╓                
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,        
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖      
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌    
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,  
   ▐███ ▐███ .███           ███  ███▌ ███▌  
   ▐███ ▐███ '███           ███  ███▌ ███▌  
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`  
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████    
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜      
         ╙█████▄▄╓,       ,╓▄▄█████▀        
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
June 16, 2015, 11:43:44 AM
 #831

So how does this bot perform. The first review is not linked, the second review does not mention anything regarding that. So whats the performance.

I guess the more users buy this bot the faster the chances are dwindling since all are competing against the same chances.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
Tinua
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
June 16, 2015, 01:42:58 PM
 #832

So how does this bot perform. The first review is not linked, the second review does not mention anything regarding that. So whats the performance.

I guess the more users buy this bot the faster the chances are dwindling since all are competing against the same chances.

With 6 Coins and conservative Spread Trading ~0.55%/day
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
June 16, 2015, 02:09:51 PM
 #833

Passt hab das Problem öfters bei VIA, hilft meistens nur min Profit etwas höher stellen.
wo genau?
bei
Code:
"min-profit-factor": "1.01"
?
TIA
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
June 16, 2015, 02:11:50 PM
 #834

With 6 Coins and conservative Spread Trading ~0.55%/day
was ist conservative Spread Trading bei dir?
die default Werte?
TIA
Vaagar
Hero Member
*****
Offline Offline

Activity: 639
Merit: 500



View Profile
June 16, 2015, 03:08:33 PM
 #835

Passt hab das Problem öfters bei VIA, hilft meistens nur min Profit etwas höher stellen.
wo genau?
bei
Code:
"min-profit-factor": "1.01"
?
TIA

Da ich nicht weiß welchen Min Profit du eingestellt hast, aber bei VIA sollte einen Min Profit von 0.00001500 bis 00002000 reichen um die Problematik mit VIA auszulöschen. Es sei sei den der Spread ist entsprechend Groß.

Zu finden in der config.json Datei

Code:
"Min Profit": "0.00001500"


                ,╓▄▄▄▄▄▄▄▄▄╓                
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,        
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖      
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌    
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,  
   ▐███ ▐███ .███           ███  ███▌ ███▌  
   ▐███ ▐███ '███           ███  ███▌ ███▌  
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`  
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████    
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜      
         ╙█████▄▄╓,       ,╓▄▄█████▀        
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
Darkwinde (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 16, 2015, 04:15:45 PM
 #836

Nicht ganz. Das habe ich auch versucht.
Code:
SELECT `coin`, AVG(`amount`) AS Durchschnitt, MAX(`amount`) AS Maximum, MIN(`amount`) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Aber auch damit scheint es noch nicht  perfekt zu sein. Die Zahlen machen aber mehr Sinn. Nur bei den DOGE nicht wirklich.
Code:
SELECT `coin`, AVG(CAST(`amount` as DECIMAL(10,7))) AS Durchschnitt, MAX(CAST(`amount` as DECIMAL(10,7))) AS Maximum, MIN(CAST(`amount` as DECIMAL(10,7))) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Bin momentan etwas privat und beruflich eingespannt, werde morgen mal sehen wie ich dir die Abfrage zusammenstelle damit du arbeiten kannst Smiley

Darkwinde (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 16, 2015, 04:43:28 PM
 #837

So how does this bot perform. The first review is not linked, the second review does not mention anything regarding that. So whats the performance.

I guess the more users buy this bot the faster the chances are dwindling since all are competing against the same chances.

Hi SebastianJu,

I have corrected the link regarding the review. The URL was without s in HTTPS Sad Thanks for the hint.

Regarding the Performance is a factor which depends not only on the bot itself, you have many influences as used coins, exchanges, raising or falling market, whales and hypes, the used strategy and sometimes your own infrastructure like internet connection.

Although we have 25 bot players and I had not changed my "public" portfolio fundamentally since announcing the project, I do in weekly average 1%/day. This is a combined result by Arbitrage and Dynamic Rebalance Strategy with BLK, BTCD, DASH, POT, VIA, WDC with an investment into the coins of 0,7 BTC in total.


I can make my web interface available again if you like to see what happened the last time at latest version of the bot. just PM me.

Kind regards
Darkwinde

Tinua
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
June 16, 2015, 05:34:38 PM
 #838

With 6 Coins and conservative Spread Trading ~0.55%/day
was ist conservative Spread Trading bei dir?
die default Werte?
TIA
Buy Faktor 0.75%
GENiALi
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250


View Profile WWW
June 16, 2015, 06:05:14 PM
 #839

Nicht ganz. Das habe ich auch versucht.
Code:
SELECT `coin`, AVG(`amount`) AS Durchschnitt, MAX(`amount`) AS Maximum, MIN(`amount`) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Aber auch damit scheint es noch nicht  perfekt zu sein. Die Zahlen machen aber mehr Sinn. Nur bei den DOGE nicht wirklich.
Code:
SELECT `coin`, AVG(CAST(`amount` as DECIMAL(10,7))) AS Durchschnitt, MAX(CAST(`amount` as DECIMAL(10,7))) AS Maximum, MIN(CAST(`amount` as DECIMAL(10,7))) AS Minimum,`note` 
FROM `trade`
GROUP BY `coin`, `note`
ORDER BY `note`

Bin momentan etwas privat und beruflich eingespannt, werde morgen mal sehen wie ich dir die Abfrage zusammenstelle damit du arbeiten kannst Smiley
Nicht das es nicht funktioniert. Fände es nur optimaler wenn du die Sachen auch als DECIMAL in der DB speicherst. Du musst ja, um in PHP zu rechnen, wahrscheinlich eh auch immer alles casten. Oder hast du direkt den korrekten Datentyp in PHP?

Gruss
Roland Schumacher
Bitrated user: GENiALi.
shortcircuit
Member
**
Offline Offline

Activity: 169
Merit: 14


View Profile
June 16, 2015, 06:12:43 PM
 #840

Danke für die Info. Hab meine Werte etwas modifiziert.
Was anderes: Wirft Bleutrade bei euch auch eine Menge API Fehler?

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!