Skip to content

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:

What we have today

  • 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

What we are looking to implement in the near future

  • 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

What we are looking to implement in the long term

  • 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
Clone this wiki locally