Bitcoin Forum
May 26, 2024, 10:48:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: Trading Bots  (Read 12942 times)
rothschild_666
Newbie
*
Offline Offline

Activity: 18
Merit: 0



View Profile
April 15, 2013, 08:02:59 PM
 #81

Code:
$i=0;
    foreach ($decoded_t as $a) {
    if((($i>0) && ($ttype != $a['trade_type'])) || (($i>0) &&(($curtime - $a['date']) > (60*15))))

Neither of these conditions will ever resolve to true.
ruski
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
April 15, 2013, 08:56:01 PM
 #82

I've written a somewhat simple swing bot in VB6. It finds relatively (by a formula) large bid/ask walls in illiquid markets, sets big or small walls in front of them depending on at-market buy/sell activity, maintains them and profits from the spread (generally 2-4% per hour after fees)

That said I've been coding VB6 since it came out. With NO coding experience, I'd say you best get used to the Mt Gox webpage.

goddamnit why do people bump year-old threads

fible1
Legendary
*
Offline Offline

Activity: 1183
Merit: 1000



View Profile WWW
May 11, 2013, 05:40:22 PM
 #83

If anyone is in need of a professionally built, continuously upgraded, free support included bot, please see here:

https://bitcointalk.org/index.php?topic=197175.0

Fantastic FREE BOOKS:
"Crypto Success":  bit.ly/Crypto-Success; "Principles for Crypto Investment":  bit.ly/Crypto-Principles; "Crypto Survival":  bit.ly/Crypto-Survival';
PGP Key(s): Pablo@Pablo-Lema.com: http://pastebin.com/V8Z4WxUE
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
May 11, 2013, 06:13:49 PM
 #84

what do I need to run it? (on linux)

ruby (it was developed with 1.9, so 1.8 may or may not work)
Code:
gem install bundler
cd rubybot
bundle install
ruby bot.rb

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
Pages: « 1 2 3 4 [5]  All
  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!