-
Notifications
You must be signed in to change notification settings - Fork 0
/
YAML
39 lines (33 loc) · 1.53 KB
/
YAML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# Members of your group.
group:
- name: Jephthah Mensah
netid: jkm255
- name: Amaan Rehan
netid: ar986
- name: Stephen Barlett
netid: sjb336
- name: Carson Wolber
netid: ctw54
pm:
name: Lawrence Daniels
netid: [email protected]
publish: false
title: "The Camel Capital (CC)"
git-repo: "https://github.coecis.cornell.edu/sjb336/CamelCapital.git"
desc: >
Our project is an algorithmic trading platform designed for buying and selling
securities, primarily stocks. It offers a comprehensive suite of features including
backtesting functionality, live market data compatibility, and the implementation of
trading strategies.
We have developed an interactive GUI which allows users to repeatedly run backtests
on separate stocks and separate starting balances without being required to quit and
restart the application. Custom charts display the trend in backtesting data and stock
value over the last 1000 days of backtesting.
Additionally, we have implemented real-time paper trading. Given a stock ticker, the
real-time trading algorithm analyzes the stock price every minute to determine if it is
below a certain threshold, and if so, purchases the stock.
Our refined trading algorithm leverages the Kelly-Criterion and assigns a risk profile
at launch, allowing users more control over their fund allocation. We have also developed
a substantial test suite to ensure the correctness of our algorithms and system
infrastructure.