Bitcoin Forum
July 18, 2025, 10:46:58 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How far will this leg take us?
$110K - 9 (8.3%)
$120K - 19 (17.6%)
$130K - 17 (15.7%)
$140K - 9 (8.3%)
$150K - 19 (17.6%)
$160K - 2 (1.9%)
$170K+ - 33 (30.6%)
Total Voters: 108

Pages: « 1 ... 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 [6399] 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 ... 34739 »
  Print  
Author Topic: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion  (Read 26810627 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 1 users with 9 merit deleted.)
Bitcoin_is_here_to_stay
Full Member
***
Offline Offline

Activity: 336
Merit: 100



View Profile
May 16, 2014, 02:39:31 AM

It's Thursday, is this just the Bitcoin Investment Trust on its weekly shopping spree?

Yeah, this time they bought ~341 BTC.

Actually, I am not sure if it is bullish - they keep buying but the price stays the same. Think what would happen if they would stop buying - or start selling.


I wouldn't think too much about it... hehehe.

Why? They sort of have a "ticking bomb" design - you are only allowed to sell after holding for 6 months. So they may have many investor who bought high and want out, but they have to wait some time, until this 6 months will pass.


You have been reading too many of Jorge's posts.    Cheesy   

What I mean is that the potential negative scenario that you are describing is NOT as highly likely as you are making it out to be.   

In this regard, if an investment fund is attempting to appeal to institutional investors or larger investors with a longer time horizon, the larger investors know the drill and they understand the terms of the agreement in that the investment is longer term (and NOT trading), and the investor understands the need to stick with the minimum time-period whether good or bad, and hopefully institutional investors and investment funds are sufficiently diversified in order to have varying performance of different assets that are contained within their portfolio.

I am of the belief that there are trade offs, and different kinds of investments appeal to different kinds of investors.  Even though  some kinds of investments may NOT be suitable for a day trader, institutional investors are usually long term... or at least longer term in their choices, and 6 months is NOT a burdensome commitment for an institutional investor.






I agree that institutional investors act very differently than most individual investors or people around here. But Second Market is not for institutional investors, it is for individual folks, just a bit more wealthy than average. The "first 6 month selling ban" is not a guideline, it is simply prohibited. Meaning that Second Market believed their investor would be prone to panic selling, just as the regular folks. So far, their have pretty bad record of buying high, that is why I believe they would be also prone to selling low. Not Barry fault at all, he has on influence on these decision other than this 6 months selling ban.

Btw, you sound a bit if you believe I am trying to sell some agenda. I am just expressing my views, like anybody else on this forum. I am neither long or short in bit coin, and actually decided not to buy it, so I would not gain whatever happens with the price.
Chalkbot
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
May 16, 2014, 02:39:50 AM

I can't be the only one who had this idea  Tongue




Nice!

edit: I bet forum activity and price volatility will have high correlation.
adamstgBit
Legendary
*
Offline Offline

Activity: 1904
Merit: 1038


Trusted Bitcoiner


View Profile WWW
May 16, 2014, 02:40:29 AM
Last edit: May 16, 2014, 02:53:14 AM by adamstgBit

we had some good news past few days, the consumer infrastructure is really building, adding usefulness to an already useful thing. wonderfull!

This weekend make sure to tell all your friends how you're going to be rich because you're HODLING a bag of digital virtual magic money for the future.  Wink

PoolMinor
Legendary
*
Offline Offline

Activity: 1845
Merit: 1348


XXXVII Fnord is toast without bread


View Profile
May 16, 2014, 02:41:51 AM

I can't be the only one who had this idea  Tongue





The idea has been presented before, you are not the only one.


I swear I just saw ChartBuddy post two times in a row.

This thread is slower than the choo choo you guys speak of lol.

Lets pick it up guys, I'm bored.

Sometime I think I will chart thread activity vs Bitcoin price or maybe volume. See which leads which.
adamstgBit
Legendary
*
Offline Offline

Activity: 1904
Merit: 1038


Trusted Bitcoiner


View Profile WWW
May 16, 2014, 02:42:17 AM

I can't be the only one who had this idea  Tongue




Nice!

 Cheesy
edwardspitz
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
May 16, 2014, 02:43:36 AM

I can't be the only one who had this idea  Tongue




Nice!

+1  Grin Yes I remember it has been discussed before (maybe several times - I joined some time in March), but up until now no one has done anything about it.
keewee
Legendary
*
Offline Offline

Activity: 1025
Merit: 1000



View Profile
May 16, 2014, 02:48:25 AM

I can't be the only one who had this idea  Tongue




Original thread on this topic: https://bitcointalk.org/index.php?topic=155012.0
PoolMinor
Legendary
*
Offline Offline

Activity: 1845
Merit: 1348


XXXVII Fnord is toast without bread


View Profile
May 16, 2014, 02:54:27 AM

Here you go! Now you can make your own chart/graph. Edited code for this thread. (topic=178336) You may have to add/change years.

[snip]


R code:
Code:
require(RCurl)

last.page<-15640
num<-"00"
allposts=NULL
while(as.numeric(num)<=last.page){
  
  forum<-getURL(
    paste("https://bitcointalk.org/index.php?topic=178336.",num, sep=""),
    ssl.verifypeer = FALSE, useragent = "R"
  )
  
  
  forum<-readLines(tc <- textConnection(forum)); close(tc)
  dates1<-grep('<div class="smalltext">',forum)
  dates2<-dates1[seq(2,length(dates1),by=2)]
  forum2<-forum[dates2]
  if(length(grep("edit",forum2))>0){
    forum3<-forum2[-grep("edit",forum2)]
  }else{
    forum3<-forum2
  }
  
  dates=NULL
  for(i in 1:length(forum3)){
    temp<-unlist(strsplit(forum3[i],">"))
    date<-strsplit(temp[2],"</")[[1]][1]
    
    dates<-rbind(dates,date)
  }
  
  allposts<-rbind(allposts,dates)
  
  num<-20 + as.numeric(num)
  print(num)
}

rownames(allposts)<-1:length(allposts)

allposts<-allposts[-which(allposts=="<b")]

alldates=NULL
for(i in 1:length(allposts)){
  temp<-unlist(
    strsplit(
      unlist(strsplit(allposts[i],", ")),
      " "
    )
  )
  
  temp2<-cbind(temp[1],temp[2],temp[3])
  
  alldates<-rbind(alldates,temp2)
}
alldates<-as.data.frame(alldates)
alldates[,1]<-as.character(alldates[,1])
alldates[,2]<-as.numeric(as.character(alldates[,2]))
alldates[,3]<-as.numeric(as.character(alldates[,3]))



mnth<-month.name[1]
yr<-2012
counts=NULL

for(yr in c(2012,2013)){
  for(m in 1:length(month.name)){
    mnth<-month.name[m]
    temp<-alldates[which(alldates[,1]==mnth & alldates[,3]==yr),]
    if(nrow(temp)>0){
      
      
      for(i in 1:max(temp[,2])){
        cnt<-length(which(temp[,2]==i))
        
        counts.temp<-cbind(unique(temp[,1]),i,unique(temp[,3]),cnt)
        counts<-rbind(counts,counts.temp)
      }
      
    }
    
  }
  
}

counts<-as.data.frame(counts)
counts[,1]<-as.character(counts[,1])
counts[,2]<-as.numeric(as.character(counts[,2]))
counts[,3]<-as.numeric(as.character(counts[,3]))
counts[,4]<-as.numeric(as.character(counts[,4]))



x.vals<-round(seq(1,nrow(counts), length=10),0)
x.labs<-paste(counts[x.vals,1],counts[x.vals,2], counts[x.vals,3])

plot(counts[,4], type="l", lwd=2, col="Red",
     ylab="Number of Posts",xaxt="n", xlab="",
     main="Posts per Day in Wall Observer Thread"
)
axis(side=1, at=x.vals, labels=x.labs)


y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
May 16, 2014, 03:00:42 AM

Why the dump on Huobi? Can't find anything about it. Help me
ChartBuddy
Legendary
*
Offline Offline

Activity: 2604
Merit: 2292


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
May 16, 2014, 03:00:48 AM


Explanation
Bitcoin_is_here_to_stay
Full Member
***
Offline Offline

Activity: 336
Merit: 100



View Profile
May 16, 2014, 03:03:09 AM

Why the dump on Huobi? Can't find anything about it. Help me

Why not? I mean, nobody is asking "why the pump?", why do we need a special reason for the dump? Just basic laws of demand and supply - apparently not enough buyers atm at Huobi to support the current price. Knowing Huobi, 15 mins from now it can change dramatically again  Wink Wink
KFR
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


Per ardua ad luna


View Profile
May 16, 2014, 03:07:00 AM

Here you go! Now you can make your own chart/graph. Edited code for this thread. (topic=178336) You may have to add/change years.

[snip]


R code:
Code:
require(RCurl)

last.page<-15640
num<-"00"
allposts=NULL
while(as.numeric(num)<=last.page){
  
  forum<-getURL(
    paste("https://bitcointalk.org/index.php?topic=178336.",num, sep=""),
    ssl.verifypeer = FALSE, useragent = "R"
  )
  
  
  forum<-readLines(tc <- textConnection(forum)); close(tc)
  dates1<-grep('<div class="smalltext">',forum)
  dates2<-dates1[seq(2,length(dates1),by=2)]
  forum2<-forum[dates2]
  if(length(grep("edit",forum2))>0){
    forum3<-forum2[-grep("edit",forum2)]
  }else{
    forum3<-forum2
  }
  
  dates=NULL
  for(i in 1:length(forum3)){
    temp<-unlist(strsplit(forum3[i],">"))
    date<-strsplit(temp[2],"</")[[1]][1]
    
    dates<-rbind(dates,date)
  }
  
  allposts<-rbind(allposts,dates)
  
  num<-20 + as.numeric(num)
  print(num)
}

rownames(allposts)<-1:length(allposts)

allposts<-allposts[-which(allposts=="<b")]

alldates=NULL
for(i in 1:length(allposts)){
  temp<-unlist(
    strsplit(
      unlist(strsplit(allposts[i],", ")),
      " "
    )
  )
  
  temp2<-cbind(temp[1],temp[2],temp[3])
  
  alldates<-rbind(alldates,temp2)
}
alldates<-as.data.frame(alldates)
alldates[,1]<-as.character(alldates[,1])
alldates[,2]<-as.numeric(as.character(alldates[,2]))
alldates[,3]<-as.numeric(as.character(alldates[,3]))



mnth<-month.name[1]
yr<-2012
counts=NULL

for(yr in c(2012,2013)){
  for(m in 1:length(month.name)){
    mnth<-month.name[m]
    temp<-alldates[which(alldates[,1]==mnth & alldates[,3]==yr),]
    if(nrow(temp)>0){
      
      
      for(i in 1:max(temp[,2])){
        cnt<-length(which(temp[,2]==i))
        
        counts.temp<-cbind(unique(temp[,1]),i,unique(temp[,3]),cnt)
        counts<-rbind(counts,counts.temp)
      }
      
    }
    
  }
  
}

counts<-as.data.frame(counts)
counts[,1]<-as.character(counts[,1])
counts[,2]<-as.numeric(as.character(counts[,2]))
counts[,3]<-as.numeric(as.character(counts[,3]))
counts[,4]<-as.numeric(as.character(counts[,4]))



x.vals<-round(seq(1,nrow(counts), length=10),0)
x.labs<-paste(counts[x.vals,1],counts[x.vals,2], counts[x.vals,3])

plot(counts[,4], type="l", lwd=2, col="Red",
     ylab="Number of Posts",xaxt="n", xlab="",
     main="Posts per Day in Wall Observer Thread"
)
axis(side=1, at=x.vals, labels=x.labs)



Thanks for this. Cool
y3804
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
May 16, 2014, 03:14:07 AM

Why the dump on Huobi? Can't find anything about it. Help me

Why not? I mean, nobody is asking "why the pump?", why do we need a special reason for the dump? Just basic laws of demand and supply - apparently not enough buyers atm at Huobi to support the current price. Knowing Huobi, 15 mins from now it can change dramatically again  Wink Wink

Maybe, but looking at the charts it was a significant dump. It's not common whale behavior and definitely not a smart move. Why would he exit with a market sell? There are some rumors about bad news in the upcoming weekend, but I honestly can't find anything else. Until I find more information I'll assume that he dumped... because he wanted to dump, right
KFR
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


Per ardua ad luna


View Profile
May 16, 2014, 03:15:53 AM

Chinese miners still gotta sell.
shmadz
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


@theshmadz


View Profile
May 16, 2014, 03:30:37 AM
Last edit: May 16, 2014, 03:42:20 AM by shmadz

Chinese miners still gotta sell.

asicminer is in china, right?

I don't hear much about them anymore...

anyways, I gotta get some sleep, so at the risk of being spammy I'll drop this link one more time.

http://youtu.be/XcGh1Dex4Yo?t=1h14m39s

good night now!
adamstgBit
Legendary
*
Offline Offline

Activity: 1904
Merit: 1038


Trusted Bitcoiner


View Profile WWW
May 16, 2014, 03:48:52 AM

Chinese miners still gotta sell.

asicminer is in china, right?

I don't hear much about them anymore...

anyways, I gotta get some sleep, so at the risk of being spammy I'll drop this link one more time.

http://youtu.be/XcGh1Dex4Yo?t=1h14m39s

good night now!

the price of bitcoin is highly correlated to the number of post in this thread, spam away  Cheesy
ChartBuddy
Legendary
*
Offline Offline

Activity: 2604
Merit: 2292


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
May 16, 2014, 04:00:47 AM


Explanation
Mythul
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250


View Profile
May 16, 2014, 04:27:49 AM

Lots of good news everyday. The next bull run will be out of this world !
ChartBuddy
Legendary
*
Offline Offline

Activity: 2604
Merit: 2292


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
May 16, 2014, 05:00:46 AM


Explanation
mooncake
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
May 16, 2014, 05:08:34 AM

Circle Reveals Roadmap for Bringing Bitcoin to Mainstream Market

Bullish?
Pages: « 1 ... 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 [6399] 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 ... 34739 »
  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!