A bot that automatically creates new markets.
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ57 | |
2 | Ṁ28 | |
3 | Ṁ11 | |
4 | Ṁ9 | |
5 | Ṁ6 |
People are also trading
This is already the case: the 538 bot and the Metaculus bot, and I think @LivInTheLookingGlass has finished hers.
@Nostradamnedus Well, I already have a bot that can deploy and resolve markets. One example is that it has a market template for a pull request being merged. If it's merged, it resolves to the number of days that took, otherwise it resolves to MAX. Examples:
The next step is to have it scan the Manifold GitHub repo for pull requests and make these automatically. I currently have 3 blockers:
Need to write the scanner (simple, just takes time)
Need to find some way to automatically set groups
Need to reorganize some database code so that these scanners can record information
I think I'd be surprised if I don't have that done by end of year, but it'll depend on how many other tasks I take on