https://github.com/christopherkade/trade
A trading simulator
https://github.com/christopherkade/trade
Last synced: about 2 months ago
JSON representation
A trading simulator
- Host: GitHub
- URL: https://github.com/christopherkade/trade
- Owner: christopherkade
- Created: 2016-09-14T10:06:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T08:20:38.000Z (over 9 years ago)
- Last Synced: 2025-03-09T15:56:38.833Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trade
A trading simulator using Algorithmic trading notions such as Moving Average Convergence Divergence (MACD) and Exponential Moving Averages (EMA) in order to optimize daily benefits.
To start the simulation, use the test script like such:
./testScript MONEY
Where MONEY should be above 10000 in order to benifit from it.
This code was written by Christopher Kade for an Epitech - European Institute of Technology project.