Bitcoin Forum
May 09, 2024, 03:39:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Successful Bitcoin bot?  (Read 4755 times)
itake (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 28, 2011, 07:31:33 PM
 #1

I am currently working on writing my own bitcoin trading bot.  I just want to know, is it possible?

My latest version can only beat the market by a very narrow percent, assuming perfect market conditions.
1715269171
Hero Member
*
Offline Offline

Posts: 1715269171

View Profile Personal Message (Offline)

Ignore
1715269171
Reply with quote  #2

1715269171
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715269171
Hero Member
*
Offline Offline

Posts: 1715269171

View Profile Personal Message (Offline)

Ignore
1715269171
Reply with quote  #2

1715269171
Report to moderator
1715269171
Hero Member
*
Offline Offline

Posts: 1715269171

View Profile Personal Message (Offline)

Ignore
1715269171
Reply with quote  #2

1715269171
Report to moderator
1715269171
Hero Member
*
Offline Offline

Posts: 1715269171

View Profile Personal Message (Offline)

Ignore
1715269171
Reply with quote  #2

1715269171
Report to moderator
BTCcommodities
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
June 28, 2011, 07:34:02 PM
 #2

well, I guess then it's not.
unless you make it.

but then again, probably not.
no telling, really.

let us know!

Moxed
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile WWW
June 28, 2011, 07:47:24 PM
 #3

it is possible to make good bot if you understand the market.

im also working a vb.net bot however mtgox API are not working for now Sad
angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 28, 2011, 07:50:03 PM
 #4

I have one which is working very well. To code such a robot you need knowledge of three kinds:
- coding obviously (I did mine in PHP, will move it to Python/C++ soon)
- autotrading/hft trading
- algos
Acidka
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 28, 2011, 08:37:19 PM
 #5

will try to write my bot on php then api will go online
itake (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 28, 2011, 08:59:07 PM
 #6

I have one which is working very well. To code such a robot you need knowledge of three kinds:
- coding obviously (I did mine in PHP, will move it to Python/C++ soon)
- autotrading/hft trading
- algos

You mind giving me some good resources on how to learn this stuff?  Wikipedia hasn't been helping me that much :-(
angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 28, 2011, 09:52:20 PM
 #7

it's all about buying signals and selling signals, but I am sorry I can't share  Wink
itake (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 28, 2011, 09:55:03 PM
 #8

it's all about buying signals and selling signals, but I am sorry I can't share  Wink

How much are you able to beat the market by?
angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 29, 2011, 12:49:01 AM
 #9

At this time it's pretty tough as the value is almost flat. Before the Mtgox crash it was doing +100% per week.
BitcoinPorn
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


Posts: 69


View Profile WWW
June 29, 2011, 01:06:19 AM
 #10

Can I try it out Cheesy

Zoomer
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
June 29, 2011, 03:19:04 AM
 #11

Thanks for narrowing the spreads / reducing volatility / predicting the future.

Welcome to arbitrage / trading!
johnvm
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 29, 2011, 03:30:29 AM
 #12

It most definitely is. I'm an algorithmic equities trader and there are definitely super easy opportunities in the BTC market right now.
achillez
Hero Member
*****
Offline Offline

Activity: 874
Merit: 1000


View Profile
June 29, 2011, 07:08:36 AM
 #13

johnvm can you give some basic algorithm examples on how this works? I've always been very curious how one is able to predict ups/downs in the stock market (and I guess btc now as well :: )
angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 29, 2011, 09:36:27 AM
 #14

It most definitely is. I'm an algorithmic equities trader and there are definitely super easy opportunities in the BTC market right now.

Yep. That's why I am sad this f*** API doesn't work.
itake (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 29, 2011, 03:27:01 PM
 #15

It most definitely is. I'm an algorithmic equities trader and there are definitely super easy opportunities in the BTC market right now.

Yep. That's why I am sad this f*** API doesn't work.

Have you tried to just use the "user-friendly" api to login yet?
angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 29, 2011, 03:29:35 PM
 #16

It most definitely is. I'm an algorithmic equities trader and there are definitely super easy opportunities in the BTC market right now.

Yep. That's why I am sad this f*** API doesn't work.

Have you tried to just use the "user-friendly" api to login yet?

Mmmm sorry but I don't get it. What is the "user-friendly" api. Till now I have used the urls as indicated on the mtgox api page...
itake (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 29, 2011, 05:44:39 PM
 #17

It most definitely is. I'm an algorithmic equities trader and there are definitely super easy opportunities in the BTC market right now.

Yep. That's why I am sad this f*** API doesn't work.

Have you tried to just use the "user-friendly" api to login yet?

Mmmm sorry but I don't get it. What is the "user-friendly" api. Till now I have used the urls as indicated on the mtgox api page...

I mean, logging in by using the postbacks for when you normally log into the site?

e.g. Login here -> https://mtgox.com/users/login -> https://mtgox.com -> to buy/sell your coins.
Pages: [1]
  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!