Bitcoin Forum

Economy => Trading Discussion => Topic started by: joeyjoe on August 21, 2011, 12:03:58 AM



Title: Trading bot for britcoin - strategys?
Post by: joeyjoe on August 21, 2011, 12:03:58 AM
Hi,

Ive just managed to write a quick bot to interact with britcoin to buy and sell, get balance and rates etc.

What would be a good strategy to run with the bot?

At the moment I only have a customizable rolling stop option ive currently set to 0.30 where if the value drops by 30p or more, then will automatically sell.

Havn't had it long enough to test anything yet, but what would be a good strategy to implement?

I will release it at a later date.


Title: Re: Trading bot for britcoin - strategys?
Post by: joeyjoe on August 21, 2011, 11:53:00 AM
?


Title: Re: Trading bot for britcoin - strategys?
Post by: evolve on August 21, 2011, 01:10:37 PM
multiple buy orders to take advantage of price drops, and multiple sell orders to take advantage of price spikes.  adjust trades around the current price and leave enough of a spread that you can profit off of your trades after fees.



Title: Re: Trading bot for britcoin - strategys?
Post by: spruce on August 21, 2011, 01:15:59 PM
multiple buy orders to take advantage of price drops, and multiple sell orders to take advantage of price spikes.  adjust trades around the current price and leave enough of a spread that you can profit off of your trades after fees.


Fees are zero at Britcoin. :)


Title: Re: Trading bot for britcoin - strategys?
Post by: evolve on August 21, 2011, 01:48:45 PM
even better! no fees means you can make money off of very small swings in price  ;D   


Title: Re: Trading bot for britcoin - strategys?
Post by: epetroel on August 21, 2011, 04:26:18 PM
I didn't even know britcoin had a trading API - is that documented anywhere?


Title: Re: Trading bot for britcoin - strategys?
Post by: joeyjoe on August 21, 2011, 07:17:25 PM
They are working on one, but my method just submits forms on their page. works just as well as long as they dont change any of their settings. The openid login system is a bit anoying but have worked it out now.



Title: Re: Trading bot for britcoin - strategys?
Post by: jack102938 on August 21, 2011, 07:19:23 PM
They are working on one, but my method just submits forms on their page. works just as well as long as they dont change any of their settings. The openid login system is a bit anoying but have worked it out now.


I'd be interested in acquiring this bot :)


Title: Re: Trading bot for britcoin - strategys?
Post by: joeyjoe on August 21, 2011, 08:22:53 PM

I'd be interested in acquiring this bot :)

Just very basic for now, just grabs the current value, and keeps checking it until it drops below a rolling stop value then sells the entire balance, quite messy at the moment as im having to work around their interface.

As its 0% fee's, would it be worth selling all the coins instantly for the going rate, and as soon as the value drops down again then buy them again? since the value is fluctuating so much this would be a perfect way to make small profits?


Title: Re: Trading bot for britcoin - strategys?
Post by: ElectricMucus on August 21, 2011, 08:24:55 PM
lawl  ;D
ask goldman sachs!


Title: Re: Trading bot for britcoin - strategys?
Post by: evolve on August 22, 2011, 06:26:50 AM
As its 0% fee's, would it be worth selling all the coins instantly for the going rate, and as soon as the value drops down again then buy them again? since the value is fluctuating so much this would be a perfect way to make small profits?


well i wouldnt sell all at once, gotta leave some money/btc liquid.  you should set up a trading band (the bot should keep orders within your trading range, and cancel/make new orders based on price fluctuations).

if the current price was $10 (and you pay no fees), your trading band may look something like;

sell 2 btc    @12
sell 1.5 btc @ 11.50
sell 1 btc    @ 11.00
sell .5 btc   @ 10.75
sell .5 btc   @ 10.50
sell .2 btc   @ 10.02

buy.2 btc   @ 10.01
buy.5 btc   @ 9.95
buy 1 btc   @ 9.50
buy 1.5      @ 8.5
buy 2         @ 7



check out https://dnnbitcoin.aricie.com/ its the bot i am using right now. the default (linear trading) strategy is basically what i explained above. it may give you ideas for your own bot (and its open source, so you can check out the code.)






Title: Re: Trading bot for britcoin - strategys?
Post by: Chucksta on September 23, 2011, 11:31:54 AM
They are working on one, but my method just submits forms on their page. works just as well as long as they dont change any of their settings. The openid login system is a bit anoying but have worked it out now.


I'd be interested in acquiring this bot :)

+1

How are you getting on wit this ? And does it work with the new look Britcoin ?


Title: Re: Trading bot for britcoin - strategys?
Post by: joeyjoe on September 23, 2011, 02:54:17 PM
They are working on one, but my method just submits forms on their page. works just as well as long as they dont change any of their settings. The openid login system is a bit anoying but have worked it out now.


I'd be interested in acquiring this bot :)

+1

How are you getting on wit this ? And does it work with the new look Britcoin ?

stopped doing it - designing one on the Arduino instead now :D


Title: Re: Trading bot for britcoin - strategys?
Post by: Manko on September 30, 2011, 07:45:46 AM
They are working on one, but my method just submits forms on their page. works just as well as long as they dont change any of their settings. The openid login system is a bit anoying but have worked it out now.


I'd be interested in acquiring this bot :)

+1

How are you getting on wit this ? And does it work with the new look Britcoin ?

stopped doing it - designing one on the Arduino instead now :D

That will be very interesting. Update us with how you get on :)