-
Notifications
You must be signed in to change notification settings - Fork 1
Pseudo Markets Roadmap
Shravan Jambukesan edited this page Sep 3, 2020
·
3 revisions
The ultimate goal of Pseudo Markets is to provide a realistic trading experience using near real-time market data and trade execution logic and techniques similar to that of a retail brokerage firm. We still have a long way to go but here is our road map for the course of this project:
- User and account creation and management
- Equity, ETF, and index quotes from multiple providers
- Basic trade execution with order book (BUY, SELL, and SHORT SELL at market price)
- Stock split service
- Data synchronization across multiple instances of the Unified API
- Stop orders, Limit orders, Stop-Limit orders
- Migrate data provider API calls from inline to library based, starting with implementing our home grown Twelve Data library known as TwelveDataSharp
- Multiple cost basis methods for SELLs
- Options trading
- Advanced research tools and analysis from external providers
- Algorithmic trading sandbox using our own quantitative models
- Simulated tax implications of trading with creation of a fake 1099
(c) 2019 - 2020 Pseudo Markets