Author

Topic: MtGox Market Mover: How does a trade affect MtGox? (Read 1606 times)

hero member
Activity: 566
Merit: 500
Unselfish actions pay back better

It would be sweet with a commandline thing doing the same.  Is your script opensource/available?  If so, I'm pretty sure I could make, say, a python CLI version.

Cheers,
newbie
Activity: 36
Merit: 0
Very cool script hendi. Good job.
newbie
Activity: 57
Merit: 0
It's PHP and gets the most expensive price buy or sell. Simple adaptation would easily allow you to do what you're doing on your site. Code below:
What's the point of doing "simple adaption" to get something that's already done? Of course this is not rocket science, but me making my site available is just an offer for convenience.
newbie
Activity: 57
Merit: 0
I've made a small script to help you understand how a transaction (buying/selling usd/btc) affects the market at MtGox. It gives you the answer to question like
  • I want to buy X Bitcoins, how much $ does it cost?
  • I want to spent X $, how much Bitcoins do I get?
  • I want to sell X Bitcoins, how much $ do I get?
  • I want to get X $, how much Bitcoins do I have to sell?
and also calculates the bid/ask price that would be in effect after you'd perform these trades.

This was very helpful for me (I wanted to know how many BTC I would have to sell in order to cover all my expenses so far) and I hope it is for you, too Smiley

Feedback/criticism/suggestions welcome!

http://hendi.name/bitcoin/mmm/
Jump to: