Bitcoin Forum
May 02, 2024, 06:02:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  Print  
Author Topic: [Trading Simulator] A fun & free Speculation Game - SWITCH TO BPI ON JULY 15 !!!  (Read 241362 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.
Cconvert2G36
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 10, 2015, 05:43:33 AM
 #1901

buy @ 240.74
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
1714672949
Hero Member
*
Offline Offline

Posts: 1714672949

View Profile Personal Message (Offline)

Ignore
1714672949
Reply with quote  #2

1714672949
Report to moderator
dnaleor (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
May 10, 2015, 10:16:16 AM
 #1902

let's keep it at 8 for now. Thing like penalties for "early trades", or adding 'stop loss' etc are nice ideas, but we need to implement that and then the maintenance of the game is getting bigger.
chessnut
Legendary
*
Offline Offline

Activity: 924
Merit: 1001



View Profile
May 10, 2015, 11:53:07 AM
 #1903

BUY @$244.25

60c profit  Grin

Dump3r
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
May 10, 2015, 02:21:15 PM
 #1904

Buy @243.98
RyNinDaCleM
Legendary
*
Offline Offline

Activity: 2408
Merit: 1009


Legen -wait for it- dary


View Profile
May 10, 2015, 04:08:48 PM
 #1905

Buy
@ 241.62

All you longers are DEWMED!!  Cool

ChicagoCoinConnection
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
May 10, 2015, 09:47:47 PM
 #1906

buy @241.43
h3speros
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile WWW
May 11, 2015, 09:55:37 AM
 #1907

buy 241.65

only crypto market predictions, no bullshit https://twitter.com/h3speros
Wary
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


Who's there?


View Profile
May 11, 2015, 10:54:11 AM
 #1908

buy @241.55

Fairplay medal of dnaleor's trading simulator. Smiley
Chainsaw
Hero Member
*****
Offline Offline

Activity: 625
Merit: 501


x


View Profile
May 11, 2015, 07:00:46 PM
 #1909

BUY at $243.72.
Ow.

dnaleor (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
May 11, 2015, 07:06:48 PM
 #1910

Miz4r, do you have time for an update? I can't really, this week. (at least not before saturday)
Cconvert2G36
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 11, 2015, 10:43:45 PM
 #1911

sell @ 243.02
Chainsaw
Hero Member
*****
Offline Offline

Activity: 625
Merit: 501


x


View Profile
May 11, 2015, 10:54:05 PM
 #1912

I'm going to offer this up, while running the risk of being a jerk and not being able/willing to implement it.

Ideally, all these transforms are available within Google's spreadsheet scripting language.
Failing that, I know it could be written in .NET using the AgilityPack for HTML parsing.

-Accept the 'Current Standings' URL as an input.
These standings include 'Processed through Current Post Number' numbering (right now, we are at post #1924.)

When run, the tool auto-parses web pages. Let's say it runs and there are new posts from #1925 to #1928.

1925 - A new Buy for Chainsaw.
1926 - A new Sell for dnaelor.
1927 - An invalid, second Buy
1928 - A random comment

The first filter pulls out 1925-1927. 1927 is rejected by a secondary validation filter.
1925 and 1926 update standings for Chainsaw and dnaelor.
The spreadsheet's 'Processed through Current Post Number' is updated to 1928.

Valid postings follow a format defined in the initial posting. An example:
[~B@226.93]
[~S@226.93]

It would not be hard to be even fancier and allow for
[~B]
[~S]
since we could retrieve the timestamp of the message, then retrieve the price at that time via script. It would actually harden the game while also making it easier to play.

If there is massive interest, you guys can probably twist my arm to code something up.
The timer on a spreadsheet could update and process multiple times per hour. An open-sourced program could be run, but we would have to decide on who had it, you don't want too many cooks in the kitchen.

If there's no interest, I'm happy to let this die. I just wanted to share it in case there was motivation to push it forward.

I think this is a neat game, and I'd like to see it continue long enough for us to all get to play amidst rally mode :-)

Miz4r
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


View Profile
May 11, 2015, 11:19:36 PM
 #1913

Miz4r, do you have time for an update? I can't really, this week. (at least not before saturday)

I can do one tomorrow, had a busy weekend and day today and have to get some sleep now. After I wake up I will be able to do an update.

Bitcoin = Gold on steroids
chessnut
Legendary
*
Offline Offline

Activity: 924
Merit: 1001



View Profile
May 12, 2015, 02:32:01 AM
 #1914

SELL @$241.72

Miz4r
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


View Profile
May 12, 2015, 11:11:56 AM
 #1915

Spreadsheet updated

Interesting fight going on for 3rd place right now, rank 3 to 7 are all within only a $2.5 difference. Smiley

Bitcoin = Gold on steroids
chessnut
Legendary
*
Offline Offline

Activity: 924
Merit: 1001



View Profile
May 12, 2015, 12:23:35 PM
 #1916

BUY @$242.7


Interesting fight going on for 3rd place right now, rank 3 to 7 are all within only a $2.5 difference. Smiley

Its really tight, great competition. Thanks for updating.

dnaleor (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
May 12, 2015, 12:40:33 PM
 #1917

Spreadsheet updated

Interesting fight going on for 3rd place right now, rank 3 to 7 are all within only a $2.5 difference. Smiley

thanks! Smiley

i'll do the next one this weekend Smiley

and indeed, interesting to watch
Cconvert2G36
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 12, 2015, 11:35:39 PM
 #1918

buy @ 243.74
AmunRa
Sr. Member
****
Offline Offline

Activity: 338
Merit: 250


I use recycled electrons


View Profile WWW
May 13, 2015, 11:56:49 PM
 #1919

buy@$238.13

Oracol Xor-Stay tuned for ICO info www.oracol.mobi
derpinheimer
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
May 14, 2015, 12:50:01 AM
 #1920

Sell @ $238.24
Pages: « 1 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 [96] 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 »
  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!