Bitcoin Forum
July 06, 2025, 01:36:23 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: Trading Bots  (Read 13036 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: 364
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: 1186
Merit: 1004


In Crypto since 2011


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

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!