-
Notifications
You must be signed in to change notification settings - Fork 79
Day Trading #128
Copy link
Copy link
Open
Labels
[OLD] ASCII artImplement CLI ASCII artImplement CLI ASCII artmechanicsCreate game mechanics in line with traditional casino rulesCreate game mechanics in line with traditional casino rules
Metadata
Metadata
Assignees
Labels
[OLD] ASCII artImplement CLI ASCII artImplement CLI ASCII artmechanicsCreate game mechanics in line with traditional casino rulesCreate game mechanics in line with traditional casino rules
Type
Fields
Give feedbackNo fields configured for Feature.
Create a skeleton for a day-trading game. Because this would uniquely need to preserve user state, I'd recommend finding a way to link our existing user-state features with json. For example, users can import their portfolio (which would include funds, deposit history, etc) from a json file.
If there are python libraries that link to robinhood that'd be good or any other stock-market suite. What's important though is that whatever you build needs to be free-to-maintain IE no paywalls. If there are auth-tokens involved that's okay, just ensure the service you're leaning on is free.
It's possible paper-trade (trade with fake money) with real stocks using Alpaca. You can also set it up to trade with real money too.