A stock market simulator
- 4 Devlogs
- 5 Total hours
How accurately can I model a market?
How accurately can I model a market?
More Complex Structures
Added a world and a company class:
All this info will be needed in order for agents to be able to use the DCF model to trade better.
What is value?
One of the most common ways to determine the value of a company is to use a discounted cash flow model (DCF). This is what the new agents will be using to trade. Implementing this first requires an extension of the simulator I’ve created. A company and a world class will be created where various items (such as earnings and interest rates) will be set and allowed to flow to the simulator class. After that, agent will use a DCF model to determine if the stock is worth buying or not.
Coming Soon (hopefully in the next 2 weeks)
Documented most of my code (Just wanted to clear it up before I go on a break for a bit) -Planning many new features when I get back
Cleaned up code for GitHub and added a Readme (finally). Still working on documentation and better comments but at least now it looks presentable on Github