
We only care about the integer part cutting off any fraction without rounding.. We are only referring to the closing price.
This is for a timespan of 15 days. If there is a holiday or other day without a unique closing price in the interval due to the market not having been open, we will extend the deadline to get another day until there are 15 days included.
If after the week, from within the ten closing prices, every decimal digit appears at least once, this resolves YES. Otherwise NO. It can resolve early.
Example prices:
day 1: closes at 127.45 -> 1,2,7 seen
day 2: closes at 139.9907 -> 1,2,3,7,9 seen
Etc
If all seen by the end, YES, otherwise NO
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ957 | |
2 | Ṁ877 | |
3 | Ṁ198 | |
4 | Ṁ88 | |
5 | Ṁ85 |
@Ernie I enjoyed myself, maybe you could do something with mahjong statistics: https://nodocchi.moe/tenhoulog/gradechanges.html
@Ernie When only one digit remained, I tried running a basic arbitrage against the other market by assuming it's just IID, and finding that the probability implied by one market is different from the other. Then I just spent 100 mana to bring them closer (I could spend more but I wasn't sure what the Kelly criterion says in this case).
As luck has it I got both right.
@brp Agreed that in 3 days it's about 50/50 to get a 1, provided the tens digits is actually truly random. Voting NO because EV is higher due to stacked YESs
1 - 10/02 - 4228 => {2, 4, 8}
2 - 10/03 - 4229 => {2, 4, 8, 9}
3 - 10/04 - 4363 => {2, 3, 4, 6, 8, 9}
4 - 10/05 - 4258 => {2, 3, 4, 5, 6, 8, 9}
5 - 10/06 - 4308 => {0, 2, 3, 4, 5, 6, 8, 9}
6 - 10/09 - 4335 => {0, 2, 3, 4, 5, 6, 8, 9}
7 - 10/10 - 4358 => {0, 2, 3, 4, 5, 6, 8, 9}
Remaining: {1, 7}
@JonasVollmer to test whether people will use naive simulations to predict outcomes or whether deeper ones involving volatility or live price monitoring will be used.
If I'm doing the math right the expected number of days, assuming 42xx is fixed and the x's are independently uniformly random, is 13.5 days. If they are only partially random in such a way that the two x's are effectively one random digit, then it would be 27 days. Now that a day has passed and we only got one number we expect it to take 13 more days (or 26 more days for partially random). I haven't worked out the actual probability that it will take 14 or more days but its feeling 50/50ish to me given the two x's are not really independently uniform but probably closer to that than one random digit.
@peterpumpkin Interesting. There is a history of how volatile the market is over time, and by season, etc. Also, obviously 42** is not fixed. We're much closer to 43 than 41
@StrayClimb I went ahead and back tested it for the last two years and got success 71% of the time. Haven't looked at how much volatility has changed but this year vs last year gives 69% vs 78%. Maybe tomorrow I'll try to figure out how to back test with partial results.
day 1: 4288, the worst, but nearly so. The only worse outcomes would have been 4222, 4224, 4242, 4244 assuming that 42* is basically fixed.
We are at {2, 4, 8}
We need {0, 1, 3, 5, 6, 7, 9}