Bitcoin Forum

Economy => Trading Discussion => Topic started by: noSlave on May 18, 2014, 11:51:33 AM



Title: I'm a trader and want to learn how to build my own bitcoin bot
Post by: noSlave on May 18, 2014, 11:51:33 AM
Hey folks,
I'm in bitcoin since over a year for now. And a exessive trader from Dezember till April. During this time I learned a lot about technical trading. But I also learned that it cost much time ride all the waves the correct way, and I lost a lot's of my private life during this exessive trading time. (I guess lot's of you guy know what I'm talking about ;-))
That was the point I decide to get into the bot trading scene. :-)
....but I don't want to use one of the bots you can buy, when I don't understand the hole code. And as soon as I understand the hole code I'm able to create/optimize an bot the way I'd like to trade.

Is there anyone who can help me learning all I need to know about programming bots. ...and I'd like to use https://cryptotrader.org/ to build my bots. (if theres a point why I should not use their service please tell me)

....ah and for those of you think, why should I help a guy just to get more money: The most money I earn I won't just use it for myself. I prefer to earn money to be able to fund/support social projects.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
You're interesting about building coins for justice or you want to become a profitable trader to be self-supporting and for supporting social projects?
Follow/contact me on twitter:  https://twitter.com/altcoin_invest


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: Este Nuno on May 18, 2014, 04:05:01 PM
If you want to learn about computer science in general there are lots of good online courses from coursera and edX available for free online.


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: noSlave on May 19, 2014, 12:41:53 PM
If you want to learn about computer science in general there are lots of good online courses from coursera and edX available for free online.


yes that's what I actual want :-). Thx for your tipp, I will search after them.

....ah and I'm interesting in learning MQL4 to build my own bot able to trade at mt4 (forex). For this I found an easy written tutorial, it called "MQL4 Course by Coder's Guru".


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: blankia on May 22, 2014, 03:01:09 PM
Search for the basis of your bot code on github. After this building the code for your own strategy is quit easy. Built a bot that does not trade to often, because paying the spread and transaction fees will eat your profit away.


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: Benjig on May 22, 2014, 07:24:19 PM
Start by writing/obtaining an api to communicate with the exchange you wish to trade on. Then implement your strategy/s using the api. If you need a database something simple like sqlite will probable do.

I am in the process of developing a trading platform. It has a host of facilities for communicating with exchanges, reading/writing to databases, etc.  which are accessed through scripts and plugins.

Unfortunately it is still some months from even being in an unstable beta state.

if your a noob coder, you can not make this bot...

your going to make a bug that will sell all your bitcoin or something


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: daybyter on May 23, 2014, 10:12:37 PM
I wrote a java lib for various APIs, so he might get around the API implementation... :)


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: dailey123 on May 25, 2014, 10:44:43 PM
i think human trader better than bots cause bot cannot think the way i human does


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: Chris_Sabian on May 27, 2014, 03:11:15 PM
Try looking at courses on https://www.edx.org

You may want to focus on courses that have you write alot of code.  Also, try to focus on a language that you want to use (C, C++, Java, etc)


Title: Re: I'm a trader and want to learn how to build my own bitcoin bot
Post by: Bogleg on June 01, 2014, 10:15:04 AM
Steep learning curve.

Easier to use pre-existing one and pay someone to make a customizable module.