Bitcoin Forum
April 24, 2024, 05:04:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Little trading aid  (Read 750 times)
Luno (OP)
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
December 03, 2012, 01:59:42 PM
 #1

Hi guys, to track wall movement I used to watch; http://bitcoincharts.com/markets/mtgoxUSD_depth.html.

However the site takes 10-15 seconds to load, as it fetches the complete order book.

So I ripped the graphics to this little HTML code with a one minute auto update. So now I can just have it on a tap, with no waiting:

<HEAD>
<meta http-equiv="refresh" content="60" />
<TITLE>Orders 1 minute feed</TITLE>
</HEAD>

<BODY BGCOLOR="BLACK">
<CENTER>

 
  <img src="http://bitcoincharts.com/charts/chart.png?m=mtgoxUSD&amp;v=1&amp;t=S&amp;noheader=1&amp;height=80&amp;width=750&amp;r=2" id="pricechart" class="rt-chart" symbol="mtgoxUSD" height="112" width="750">
  <IMG SRC="http://bitcoincharts.com/charts/mtgoxUSD/orderbook.png">
  <IMG SRC="http://bitcoincharts.com/charts/mtgoxUSD/accumulated_orderbook.png">
</body>
1713978256
Hero Member
*
Offline Offline

Posts: 1713978256

View Profile Personal Message (Offline)

Ignore
1713978256
Reply with quote  #2

1713978256
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713978256
Hero Member
*
Offline Offline

Posts: 1713978256

View Profile Personal Message (Offline)

Ignore
1713978256
Reply with quote  #2

1713978256
Report to moderator
1713978256
Hero Member
*
Offline Offline

Posts: 1713978256

View Profile Personal Message (Offline)

Ignore
1713978256
Reply with quote  #2

1713978256
Report to moderator
J-Norm
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
December 04, 2012, 07:02:04 PM
 #2

Ahhh good old fashioned meta http-equiv="refresh" content=... reminds me of the old days.
shsmith
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
March 26, 2013, 02:41:11 AM
 #3

What a good idea.  Thank you.

I made a version with a few more charts I watch.  Works great on my nexus 7 tablet.  http://pastebin.com/7khBwXav
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!