Search content
Sort by

Showing 20 of 101 results by Ianwhitbread
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Metadisk - Blockchain Based Cloud Storage - Powered by Storj
by
Ianwhitbread
on 17/05/2014, 12:36:34 UTC
am I too Late  again !!!!
Post
Topic
Board Trading Discussion
Re: Someone buying thousands of BTC on Bitstamp, HUGE bids of over 1000 [btc]...
by
Ianwhitbread
on 26/02/2014, 23:36:21 UTC
just been removed, must have got cold feet
Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 14/11/2013, 11:50:09 UTC
I know askit2, Thank you

I was trying to move GBP

NEVER AGAIN

May move over to Bitstamp or coinfloor

Once my trading apps works with the API

Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 14/11/2013, 11:24:12 UTC
I have gone semi auto

As I never can sit by the computer

I have bitcoin trader app at the moment

Look at it once a day then decide what to do for the next day
And I have an app on the iPhone for the emergency trades

Used to use aidoAtp. Until Mtgox kept changing the API

Would love to get at an atp going again

I'm in the uk.

Did try to get my funds out of Mtgox ( 1 month ago)

Still waiting

And now sulking after such a foolish move

Just stuck in limbo.....

Hope that made the rest of you feel lucky today

Take care




Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 14/11/2013, 04:16:51 UTC
Yes I agree

Is profits or atp. Dead

What is our other options ?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux]
by
Ianwhitbread
on 02/10/2013, 00:35:02 UTC
Thanks

I can wait as I have this running on my mac

but thank you for letting me know

Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux]
by
Ianwhitbread
on 01/10/2013, 19:33:01 UTC
Does 1.08. Fix the ubuntu build error.

Thanks

Ian w
Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 15/09/2013, 17:11:51 UTC
How much money are we talking about?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux]
by
Ianwhitbread
on 14/09/2013, 18:32:05 UTC
hmm did edit the files but sadly could not get it to work

dont worry!  I have a working version on my mac


I will wait till 1.08 to get it working on my ubuntu box


thank you for pointing me in the right direction

Ian
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux]
by
Ianwhitbread
on 14/09/2013, 00:05:27 UTC
Dear Ighor

so sorry to ask

I have qtbitcointrader up and running on my mac

but just want to launch it on my ubuntu box too

I have downloaded the source code from 

https://github.com/JulyIGHOR/QtBitcoinTrader

but how do I Compile it to run

do I simply use 

cd to the directory containing your source code
type: qmake -project
type: qmake
type: make

as this did not work for me what am i missing

please point me in the right direction

Thanks

Ian W
Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 13/09/2013, 08:20:49 UTC
Comic con

That would be so cool

Do you think he would have dressed up?

If so who would he go as?    Smiley
Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 02/09/2013, 21:45:37 UTC
hows things Nova?
you homeless at the moment ?

Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
Ianwhitbread
on 17/08/2013, 16:38:15 UTC
I think just wait
......

Best thing to do is keep it in sim mode and then play with the logic

This will be a massive learning tool
Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
Ianwhitbread
on 17/08/2013, 11:27:28 UTC
I have stopped using this atp. Due to problems with Mtgox

But have been happy to use it in the pass

If you can get it working again, then. "Fair Play"
Still looking forward to the developmentsThat both Aldo and nova are doing

Post
Topic
Board Services
Re: PROFITS - ATPx [Automated Trading Platform eXtended]
by
Ianwhitbread
on 14/08/2013, 08:10:09 UTC
I agree too

Hope he is well and will update soon
Post
Topic
Board Project Development
Re: Automated bitcoin arbitrage
by
Ianwhitbread
on 11/08/2013, 06:47:24 UTC
This was the Error

No Trades were made

is it me thats causing the problem or the exchanges
Traceback (most recent call last):
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrage.py", line 63, in
    main()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrage.py", line 60, in main
    cli.main()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrage.py", line 56, in main
    self.exec_command(args)
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrage.py", line 15, in exec_command
    self.arbitrer.loop()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrer.py", line 190, in loop
    self.tick()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrer.py", line 181, in tick
    kmarket2, market2["bids"][0])
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/arbitrer.py", line 133, in arbitrage_opportunity
    perc2, weighted_buyprice, weighted_sellprice)
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/observers/traderbot.py", line 60, in opportunity
    self.update_balance()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/observers/traderbot.py", line 41, in update_balance
    self.clients[kclient].get_info()
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/private_markets/bitstampusd.py", line 68, in get_info
    response = self._send_request(self.balance_url)
  File "/home/blah/bitcoin-arbitrage-master/arbitrage/private_markets/bitstampusd.py", line 45, in _send_request
    response = urllib.request.urlopen(req)
  File "/usr/lib/python3.3/urllib/request.py", line 160, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.3/urllib/request.py", line 479, in open
    response = meth(req, response)
  File "/usr/lib/python3.3/urllib/request.py", line 591, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.3/urllib/request.py", line 517, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.3/urllib/request.py", line 451, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.3/urllib/request.py", line 599, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 522: Origin Connection Time-out
Post
Topic
Board Project Development
Re: Automated bitcoin arbitrage
by
Ianwhitbread
on 09/08/2013, 18:48:38 UTC
Did try using TraderBot

Just crashed when trying to trade with Bitstamp
Post
Topic
Board Project Development
Re: Automated bitcoin arbitrage
by
Ianwhitbread
on 07/08/2013, 08:42:13 UTC
Was running quite nicely till this happened

2013-08-07 09:40:03,243 [ERROR] HTTPError, can't update market: BitstampUSD
2013-08-07 09:40:03,244 [WARNING] Market: BitstampUSD order book is expired
2013-08-07 09:40:03,964 [ERROR] HTTPError, can't update market: BitstampUSD
2013-08-07 09:40:03,965 [WARNING] Market: BitstampUSD order book is expired
2013-08-07 09:40:24,738 [ERROR] HTTPError, can't update market: BitstampUSD
2013-08-07 09:40:24,739 [WARNING] Market: BitstampUSD order book is expired
2013-08-07 09:40:25,604 [ERROR] HTTPError, can't update market: BitstampUSD
2013-08-07 09:40:25,605 [WARNING] Market: BitstampUSD order book is expired

I was able to login to bitstamp  via the website,
so did not seen offiline

hope you can help

thank you

Post
Topic
Board Project Development
Re: Automated bitcoin arbitrage
by
Ianwhitbread
on 05/08/2013, 21:27:12 UTC
yep all working

just in tradersim mode

thanks

Ian W
Post
Topic
Board Project Development
Re: Automated bitcoin arbitrage
by
Ianwhitbread
on 05/08/2013, 14:32:28 UTC
My goodness me

Thank you very much

Wil do it tonight