Pages:
Author

Topic: Bitcoin Barometer - page 4. (Read 14100 times)

newbie
Activity: 56
Merit: 0
May 18, 2013, 05:46:23 PM
#25
I was just thinking the BTC speculation world needed something like this.

Friggen awesome if you ask me.

Assuming it's at least 75% reliable.
hero member
Activity: 938
Merit: 501
May 18, 2013, 05:06:47 PM
#24
Selling <=> Price going down <=> Lots of fulfilled bid order
Buying <=> Price going up <=> Lots of fulfilled ask order

That's how it is.

Edit: Isn't it?
Edit2: Yes it is.

When placing a bid order or an ask order you don't sell or buy anything, you just show that you *want* to sell or *want* to buy.
Or maybe we are just circling in round.
newbie
Activity: 42
Merit: 0
May 18, 2013, 04:52:04 PM
#23
I'm getting a bit confused now  Roll Eyes

I think this way: person A places a bid order (wants to buy)
The order is open until person B comes and says "that price is okay for me to sell my coins".

The bid order gets filled and it makes person A buy the coins from person B. This tool renders this as "coin bought".

When you compare the price 4 hours ago to the price now, it went up.
So does this tools arrow in the 4h timeframe, so i think this direction is correct.

Or am i thinking wrong?  Huh
hero member
Activity: 938
Merit: 501
May 18, 2013, 04:33:42 PM
#22
Hey apparently you inverse the two in the code:

Code:
			if (trade.trade_type == "bid") {
bid_Sum += parseFloat(trade.amount);
} else if (trade.trade_type == "ask") {
ask_Sum += parseFloat(trade.amount);
}

Code:
$("#bought_Sum").text(bid_Sum.toFixed(2));
$("#sold_Sum").text(ask_Sum.toFixed(2));

From MtGow API:

Code:
trade_type : Did this trade result from the execution of a bid or a ask? 

So

Code:
{"date" : 1368876871, "amount": 0.410579, "trade_type": "bid"}

means that someone fulfilled a bid order = someone sold coins.
hero member
Activity: 938
Merit: 501
May 18, 2013, 04:19:40 PM
#21
I'm also quite new to this trading thing. What i think is this:

Somebody places an ask order, someone else fills it -> coins got sold.

Vice versa:
Someone places a bid order, someone else fills it -> coins got bought.

Thats how i understand this, to experts, am i right? Cheesy

Other way around please.

I place a bid order, someone fills it -> coins got sold.
I place a sell order, someone fills it -> coins got bought.

I wanna "buy" coins -> I fill a sell order -> coins got bought.
I wanna "sell" coins -> I fill a bid order -> coins got sold.

Don't confuse the two.
member
Activity: 84
Merit: 10
May 18, 2013, 03:27:11 PM
#20
Maybe I'm just thick, but I don't get this.

How is there ever a difference between the number of bitcoin sold and the number bought?  How is this calculated?

Bitcoins sold is when a standing bid order is being sold into (price goes down), and bought is when asks are being bought into (price goes up). In both cases bitcoins are being bought and sold ofcourse, but the difference is direction and the one taking action.

Ahh.  'The one taking action.'  That makes a certain amount of sense.

* shrug *  I mostly just buy and hold and spend, so I guess it doesn't matter.  Maybe a couple times a year I'll sell some into obviously stupid spikes, and buy back the crash, but I don't think that's really considered to be trading.
legendary
Activity: 1246
Merit: 1000
May 18, 2013, 03:19:14 PM
#19
Maybe I'm just thick, but I don't get this.

How is there ever a difference between the number of bitcoin sold and the number bought?  How is this calculated?

Bitcoins sold is when a standing bid order is being sold into (price goes down), and bought is when asks are being bought into (price goes up). In both cases bitcoins are being bought and sold ofcourse, but the difference is direction and the one taking action.
member
Activity: 62
Merit: 10
May 18, 2013, 03:18:28 PM
#18
+10 Wink
newbie
Activity: 42
Merit: 0
May 18, 2013, 03:17:44 PM
#17
I'm also quite new to this trading thing. What i think is this:

Somebody places an ask order, someone else fills it -> coins got sold.

Vice versa:
Someone places a bid order, someone else fills it -> coins got bought.

Thats how i understand this, to experts, am i right? Cheesy
member
Activity: 84
Merit: 10
May 18, 2013, 03:10:16 PM
#16
Maybe I'm just thick, but I don't get this.

How is there ever a difference between the number of bitcoin sold and the number bought?  How is this calculated?
newbie
Activity: 42
Merit: 0
May 18, 2013, 01:58:57 PM
#15
Thanks for the feedback =)

It's running since 1:30pm UTC+1, so no older data available, sorry.
Found no place where to get historical trading data Sad

From the MtGox API? Just use

http://data.mtgox.com/api/2/BTCUSD/money/trades/fetch?since=

and go back as far as you want.

Looks cool though. I'd change "Buying" to "RALLY!" and "Selling" to "CRASH!?". A little more dramatic. =)

EDIT: This will start getting all trades on 00:00:00 April 14th 2013.

http://data.mtgox.com/api/2/BTCUSD/money/trades/fetch?since=1365911993951305

Then just loop it until you catch up. =)

Edit2: Just use the last tid you get and call it again. I'd add a little delay so you don't piss off MtGox. I have the data but this should be fairly easy for you to figure out.

Thanks, i will look into getting all trades i can and put them into my db.

Buying = RALLY / Selling = CRASH? In the 1M time frame? I wouldn't do that :p

Very cool! Could you add "ghostly" indicators to show the previous values for the same time window a short while ago  (maybe from a moving window) to help show how the trend is changing?

Hmm... Hope that's clear!  Tongue
I already thought about making this tool more informative, we'll see what comes next. Thanks Smiley

I found a use for an old smartphone. It will sit propped on my desk.
Never thought it worked on smartphones. Actually i tried it with a slow EDGE connection and it failed. At home with wireless lan it works.


One other suggestion - instead of using a droplist for the time frame, could you make them a series of links across the bottom?  It seems good to look at various time frames, but its a bit of a pain to select from the droplist each time.  But again - very nice!

Oh and - bookmarked!
Sounds good, that's what i'm going to do next.
sr. member
Activity: 418
Merit: 252
Proud Canuck
May 18, 2013, 01:41:43 PM
#14

One other suggestion - instead of using a droplist for the time frame, could you make them a series of links across the bottom?  It seems good to look at various time frames, but its a bit of a pain to select from the droplist each time.  But again - very nice!

Oh and - bookmarked!
donator
Activity: 1736
Merit: 1010
Let's talk governance, lipstick, and pigs.
May 18, 2013, 01:06:12 PM
#13
I found a use for an old smartphone. It will sit propped on my desk.
legendary
Activity: 1106
Merit: 1026
May 18, 2013, 12:52:05 PM
#12
Haha, great! +1 Smiley
member
Activity: 87
Merit: 10
May 18, 2013, 12:36:36 PM
#11
Great!
I really like it!
...Bookmarked! Cool
hero member
Activity: 854
Merit: 1000
May 18, 2013, 12:02:13 PM
#10
Very nice....bookmarked as well.
hero member
Activity: 728
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
May 18, 2013, 11:11:48 AM
#9
That is pretty cool!
I would change "Stable" for "Neutral" Because there is no stable, just periods of low volume

Well stable is relative. You can have his version of stable in high volume. His stable really just means "sideways". I do agree with showing the price change for the timeframe selected.
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary
May 18, 2013, 11:05:52 AM
#8
That is pretty cool!
I would change "Stable" for "Neutral" Because there is no stable, just periods of low volume
sr. member
Activity: 418
Merit: 252
Proud Canuck
May 18, 2013, 10:51:45 AM
#7
Very cool! Could you add "ghostly" indicators to show the previous values for the same time window a short while ago  (maybe from a moving window) to help show how the trend is changing?

Hmm... Hope that's clear!  Tongue
full member
Activity: 238
Merit: 100
May 18, 2013, 10:47:07 AM
#6
nice tool, bookmarked
Pages:
Jump to: