Open
Description
I've been thinking a fair bit about the concerns raised in #7 and what it will take in order to make this system successful over time.
What success looks like
Success being defined as :
- traders gain alpha, and subsequently, can make a profit using pytrader.
- the greater the contributions to pytrader, the greater the alpha.
- a. contributions to pytrader compound upon each other, creating greater alpha.
- b. there is sufficient market cap & trading volume available such that pytrader contributors are not competing with one another for profit.
- c. if pytraders do compete with each other, those who have made greater contributions will beat those have made lesser contributions.
- 1 & 2 are maintained over time.
Actors
Since open sourcing the repo, I've been chatting with people on the pytrader slack ( #23 ) about the development roadmap.
So far, I see the following actor archetypes:
- core contributor -- just me so far
- contributor - python, machine learning, or quant. has made PR with meaningful contributions to repo.
- potential contributor - same skills as contributor. potential to make meaningful contributions.
- trader -- had enough coding experience and/or interest to run the repo, but not to make meaningful contributions.
- other -- anything else
Balance
A key part of achieving success as defined above will be maintaining balance. Balance between
- Public and private information
- Incentives for value transfer between actors in the system
Given the zero sum nature of the trading market, the incentive structure of pytrader should be set up to avoid competing with one another.
Given the compounding nature of the collective contributions of pytrader, the incentive structure should be set up to encourage PRs back to the repository.
In Practice
I propose the following setup:
- code is public, maintained in the main pytrader fork.
- data is private, maintained by indivdual contributors and traders.
- some data may be made public such that it encourages compounding the value of this repository, such as prices, bid/ask spread, and (in the future) order books, social semantics.
TODOs & Future considerations
- Profitable NN configurations -- These are currently public. They may be made private soon, after documentation is written on how to find profitable NN configurations on ones own.
- Tipping -- In order to encourage PRs to the repository, a BTC bounty is may be attached to roadmap items. I am looking for feedback on this idea.
- Private Slack Room I will be creating a private slack room, entitled #contributors. To get an invite, you must make a contribution to the repository.