Bitcoin Forum
April 26, 2024, 01:52:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Bullish or Bearish?
Bullish - 26 (86.7%)
Bearish - 4 (13.3%)
Total Voters: 30

Pages: [1]
  Print  
Author Topic: Mt gox trades by order size  (Read 1402 times)
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 23, 2013, 08:46:21 PM
 #1




1714139567
Hero Member
*
Offline Offline

Posts: 1714139567

View Profile Personal Message (Offline)

Ignore
1714139567
Reply with quote  #2

1714139567
Report to moderator
1714139567
Hero Member
*
Offline Offline

Posts: 1714139567

View Profile Personal Message (Offline)

Ignore
1714139567
Reply with quote  #2

1714139567
Report to moderator
1714139567
Hero Member
*
Offline Offline

Posts: 1714139567

View Profile Personal Message (Offline)

Ignore
1714139567
Reply with quote  #2

1714139567
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.
1714139567
Hero Member
*
Offline Offline

Posts: 1714139567

View Profile Personal Message (Offline)

Ignore
1714139567
Reply with quote  #2

1714139567
Report to moderator
robocoin
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
January 23, 2013, 08:49:19 PM
 #2

Awesome! Now I have stat for the penny bot  Cheesy
I always like to see your data mining outcome.
2weiX
Legendary
*
Offline Offline

Activity: 2058
Merit: 1005

this space intentionally left blank


View Profile
January 23, 2013, 08:51:02 PM
 #3

i don't have pretty pictures and it's getting late here, but the worst case scenarion is repainting the last hype/crash, maxing out below $25 and falling down to $8-$10 before bouncing back to ~13, then slowly declining.

we should see a few more days between 15 and 18 to paint a support/resistance, short-term overbought.
lebing
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000

Enabling the maximal migration


View Profile
January 23, 2013, 09:17:13 PM
 #4

Awesome, thanks for this. If I interpret it correctly, it seems some of the old whales are taking profit. Which is what I figured was happening around 13 anyway.

Bro, do you even blockchain?
-E Voorhees
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 23, 2013, 09:22:58 PM
 #5

Awesome! Now I have stat for the penny bot  Cheesy
I always like to see your data mining outcome.

Is it your penny bot?

i don't have pretty pictures and it's getting late here, but the worst case scenarion is repainting the last hype/crash, maxing out below $25 and falling down to $8-$10 before bouncing back to ~13, then slowly declining.

we should see a few more days between 15 and 18 to paint a support/resistance, short-term overbought.

Awesome, thanks for this. If I interpret it correctly, it seems some of the old whales are taking profit. Which is what I figured was happening around 13 anyway.

The way I interpret it is that while price is rising, the pattern of activity looks stable since September (except penny trades). While big sell orders are increasing relative to big buy orders, keep in mind that this requires the presence of a limit order of at least that size to begin with.


Also if it makes you money send some tips: 13oEWYh1tEM6voFp2XmBoD6CCCbidkk2Xm
ArticMine
Legendary
*
Offline Offline

Activity: 2282
Merit: 1050


Monero Core Team


View Profile
January 23, 2013, 09:46:15 PM
Last edit: January 23, 2013, 10:26:31 PM by ArticMine
 #6

Awesome, thanks for this. If I interpret it correctly, it seems some of the old whales are taking profit. Which is what I figured was happening around 13 anyway.

There is also the different trading patterns of consumers and merchants. Consumers buying BTC to purchase good and services are more likely to generate many small trades, while the merchants or their payment processors are more likely to generate fewer large trades. As Bitcoin gets used more in commerce one would expect small trades to dominate on the buy side and large trades to dominate on the sell side.

Concerned that blockchain bloat will lead to centralization? Storing less than 4 GB of data once required the budget of a superpower and a warehouse full of punched cards. https://upload.wikimedia.org/wikipedia/commons/8/87/IBM_card_storage.NARA.jpg https://en.wikipedia.org/wiki/Punched_card
robocoin
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
January 23, 2013, 10:24:13 PM
 #7

Awesome! Now I have stat for the penny bot  Cheesy
I always like to see your data mining outcome.

Is it your penny bot?


No. Just curious.

What software are you working with? R? Or Python Matplotlib?
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 23, 2013, 10:31:53 PM
 #8

Awesome! Now I have stat for the penny bot  Cheesy
I always like to see your data mining outcome.

Is it your penny bot?


No. Just curious.

What software are you working with? R? Or Python Matplotlib?

Its all done in R.
jwzguy
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1002



View Profile
January 23, 2013, 10:41:40 PM
 #9

So the red and green lines denote market orders only, right? The limit orders are not shown?
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 23, 2013, 10:52:53 PM
 #10

"Asks" are sells (Red) and "bids" are buys (Green).

For example in this trade we can see: "trade_type":"ask"
Code:
[{"date":1358416833,"price":"14.79201","amount":"0.01","price_int":"1479201","amount_int":"1000000","tid":"1358416833532259","price_currency":"USD","item":"BTC","trade_type":"ask","primary":"Y","properties":"market"},
https://mtgox.com/api/1/BTCUSD/trades?raw

They represent filled orders.
If the highest buy order on the book is 1 btc for $17 and the second highest 2 btc for 16.9, then someone who either places a market order to sell (or limit order less than $17) for .5 btc would be counted as a red sell for .5 btc.

If someone placed a limit order to sell 3 btc for $16.9 or less  it would be counted as a 1 btc sell and a 2 btc sell.
jwzguy
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1002



View Profile
January 23, 2013, 11:02:01 PM
 #11

"Asks" are sells (Red) and "bids" are buys (Green).

For example in this trade we can see: "trade_type":"ask"
Code:
[{"date":1358416833,"price":"14.79201","amount":"0.01","price_int":"1479201","amount_int":"1000000","tid":"1358416833532259","price_currency":"USD","item":"BTC","trade_type":"ask","primary":"Y","properties":"market"},
https://mtgox.com/api/1/BTCUSD/trades?raw

They represent filled orders.
If the highest buy order on the book is 1 btc for $17 and the second highest 2 btc for 16.9, then someone who either places a market order to sell (or limit order less than $17) for .5 btc would be counted as a red sell for .5 btc.

If someone placed a limit order to sell 3 btc for $16.9 or less  it would be counted as a 1 btc sell and a 2 btc sell.
If they're filled orders, then none of them will be limit, though, or I'm not understanding you. Placing a limit order won't result in a filled order until a market order comes along and takes it.

If your "all trades" graph represents both limit and market trades, shouldn't the buy-sell amounts be identical?
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 23, 2013, 11:06:05 PM
 #12

"Asks" are sells (Red) and "bids" are buys (Green).

For example in this trade we can see: "trade_type":"ask"
Code:
[{"date":1358416833,"price":"14.79201","amount":"0.01","price_int":"1479201","amount_int":"1000000","tid":"1358416833532259","price_currency":"USD","item":"BTC","trade_type":"ask","primary":"Y","properties":"market"},
https://mtgox.com/api/1/BTCUSD/trades?raw

They represent filled orders.
If the highest buy order on the book is 1 btc for $17 and the second highest 2 btc for 16.9, then someone who either places a market order to sell (or limit order less than $17) for .5 btc would be counted as a red sell for .5 btc.

If someone placed a limit order to sell 3 btc for $16.9 or less  it would be counted as a 1 btc sell and a 2 btc sell.
If they're filled orders, then none of them will be limit, though, or I'm not understanding you. Placing a limit order won't result in a filled order until a market order comes along and takes it.

If your "all trades" graph represents both limit and market trades, shouldn't the buy-sell amounts be identical?

You can place a limit order to sell that is less than the highest bid, which is effectively a market order. They're not identical because each trade is only counted as whichever side initiated the order that resulted in btc/$ exchanging hands.
jwzguy
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1002



View Profile
January 23, 2013, 11:09:16 PM
 #13

Thanks for the clarification. That's what I was assuming.
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!