Bitcoin Forum
April 25, 2024, 02:13:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What happens first:
New ATH - 43 (69.4%)
<$60,000 - 19 (30.6%)
Total Voters: 62

Pages: « 1 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 [169] 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 ... 33301 »
  Print  
Author Topic: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion  (Read 26367754 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (174 posts by 3 users with 9 merit deleted.)
Richy_T
Legendary
*
Offline Offline

Activity: 2422
Merit: 2113


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
May 02, 2013, 09:36:21 PM
 #3361


No data manipulation required.  Just the bid/ask sums at each point in time for each price.  This provides the x, y, and z matrices it requires.

http://www.mathworks.com/help/matlab/ref/mesh.html

It would just be mesh(bid/ask sums, price, time)

If you have the matrices at least, which should be easy to get.


It's not a matrix though, it's a list of prices and amounts at each point in time. No reason something like Matlab couldn't handle something like that, as mature as it is but I don't know if it does. Overkill for something like this though.
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714054388
Hero Member
*
Offline Offline

Posts: 1714054388

View Profile Personal Message (Offline)

Ignore
1714054388
Reply with quote  #2

1714054388
Report to moderator
Richy_T
Legendary
*
Offline Offline

Activity: 2422
Merit: 2113


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
May 02, 2013, 09:41:48 PM
 #3362


Also, the fee will be a problem in Europe. I've been to the US a few times and know it is normal there for ATMs to charge fees in some places (in NY most ATMs did) . I felt robbed every single time since in Europe I'm used to not pay a fee for withdrawing cash. I think most people won't pay 4%.

This was the case in England for a while too. I can't remember if it was customer pressure or legislation that got it changed. You also have to pay for your checkbooks in the US too.
jbord39
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 02, 2013, 09:42:28 PM
 #3363


No data manipulation required.  Just the bid/ask sums at each point in time for each price.  This provides the x, y, and z matrices it requires.

http://www.mathworks.com/help/matlab/ref/mesh.html

It would just be mesh(bid/ask sums, price, time)

If you have the matrices at least, which should be easy to get.


It's not a matrix though, it's a list of prices and amounts at each point in time. No reason something like Matlab couldn't handle something like that, as mature as it is but I don't know if it does. Overkill for something like this though.

I don't think you are familiar with a matrix but it is basically exactly what you described.  Keep mind that an array is just a 1d matrix.  Price, amount, time-- that is a 3d matrix.

The data as you described it is exactly what you need for the mesh command.

Overkill?? For this one purpose maybe but a lot of people use matlab all the time and have it for any of there needs(myself included).
wachtwoord
Legendary
*
Offline Offline

Activity: 2324
Merit: 1125


View Profile
May 02, 2013, 09:45:10 PM
 #3364


Also, the fee will be a problem in Europe. I've been to the US a few times and know it is normal there for ATMs to charge fees in some places (in NY most ATMs did) . I felt robbed every single time since in Europe I'm used to not pay a fee for withdrawing cash. I think most people won't pay 4%.

This was the case in England for a while too. I can't remember if it was customer pressure or legislation that got it changed. You also have to pay for your checkbooks in the US too.

Checks are in disuse here (I'm not sure if they are even offered still) for at least 15 years. I have never written a check in my life Smiley
Kazu
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 02, 2013, 09:59:02 PM
 #3365

Well I am glad I was too busy to be online today. I probably would have wasted an entire day spam refreshing the Mtgox page.
Richy_T
Legendary
*
Offline Offline

Activity: 2422
Merit: 2113


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
May 02, 2013, 10:01:43 PM
 #3366

Too frequent?


crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
May 02, 2013, 10:02:49 PM
 #3367

Too frequent?




wow, what is that?
Richy_T
Legendary
*
Offline Offline

Activity: 2422
Merit: 2113


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
May 02, 2013, 10:05:16 PM
 #3368


I don't think you are familiar with a matrix but it is basically exactly what you described.  Keep mind that an array is just a 1d matrix.  Price, amount, time-- that is a 3d matrix.

The data as you described it is exactly what you need for the mesh command.

Overkill?? For this one purpose maybe but a lot of people use matlab all the time and have it for any of there needs(myself included).

A matrix of the kind which I used reasonably often in the course of my time as a student of physics (graduated with honors, thanks) was typically of an n*m (or other dimensional) format which would fit neatly into a grid. The bids and asks returned from the API are not (hence my suggestion that the numbers may need rework).
adamstgBit
Legendary
*
Offline Offline

Activity: 1904
Merit: 1037


Trusted Bitcoiner


View Profile WWW
May 02, 2013, 10:06:29 PM
 #3369


A 3d depth chart spanning 1 Hour

its like 30 wall pics in one! fucking beautiful!

BTCdude007
Sr. Member
****
Offline Offline

Activity: 686
Merit: 250



View Profile
May 02, 2013, 10:18:28 PM
 #3370

Do or die time! Will it break the downtrend this time?



EuroTrash
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
May 02, 2013, 10:20:27 PM
Last edit: May 02, 2013, 10:35:42 PM by EuroTrash
 #3371

A 3d depth chart spanning 1 Hour

its like 30 wall pics in one! fucking beautiful!

Indeed it is  Smiley
It'd be  nice if it had a way to represent depth on the vertical axis.

I was thinking more like landscape mapping with different colours.
Then the evolution of the walls over time would become a valley (or a canyon) and the price would be a river flowing in it.
Richy_T
Legendary
*
Offline Offline

Activity: 2422
Merit: 2113


1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k


View Profile
May 02, 2013, 10:29:26 PM
 #3372

A 3d depth chart spanning 1 Hour

its like 30 wall pics in one! fucking beautiful!

Indeed it is  Smiley
It'd be  nice if it had a way to represent depth on the vertical axis.



It is depth on the vertical axis, surely?
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2348


Eadem mutata resurgo


View Profile
May 02, 2013, 10:42:17 PM
 #3373

Too frequent?




Do you have the m-code? ... I can plot those as 3-d rendered surfaces that evolve in time if you like ... or as a movie too.
SlipperySlope
Hero Member
*****
Offline Offline

Activity: 686
Merit: 501

Stephen Reed


View Profile
May 02, 2013, 11:08:24 PM
 #3374

Quote
I was thinking more like landscape mapping with different colours.
Then the evolution of the walls over time would become a valley (or a canyon) and the price would be a river flowing in it.
EM had the idea posted here that the 3 D chart should denote age of the limit order by color [or intensity].
TiagoTiago
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
May 02, 2013, 11:21:34 PM
 #3375

What if instead of 3d, you did it 2d, like your if that 3d graph was viewed from top-down straight, but coloring the bid and ask with red and green, varying the intensity (or brightness) instead of moving up and down, and coloring the "channel" between both sides in blue (also with intensity/brightness, but in proportion to how much it changed from the previous range)?
SlipperySlope
Hero Member
*****
Offline Offline

Activity: 686
Merit: 501

Stephen Reed


View Profile
May 02, 2013, 11:28:21 PM
 #3376



Breaking back down below $105 could be an important confirmation of the resumption of the capitulation from $145.
adamstgBit
Legendary
*
Offline Offline

Activity: 1904
Merit: 1037


Trusted Bitcoiner


View Profile WWW
May 02, 2013, 11:35:52 PM
 #3377



Breaking back down below $105 could be an important confirmation of the resumption of the capitulation from $145.

105 sucks balls! i'm hoping to see 120 again soon
DougTanner
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
May 02, 2013, 11:40:30 PM
 #3378

Going back down.



Way down.

Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
May 02, 2013, 11:41:38 PM
 #3379

here we go
SlipperySlope
Hero Member
*****
Offline Offline

Activity: 686
Merit: 501

Stephen Reed


View Profile
May 02, 2013, 11:42:41 PM
 #3380

$100 wall held. But maybe the remaining part of the wall is held by the seller who wants to corral sizable bids above $100 for later consumption.
Pages: « 1 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 [169] 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 ... 33301 »
  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!