-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-descriptions.txt
55 lines (25 loc) · 1.38 KB
/
project-descriptions.txt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
systematic-trading-maths
Mathematics behind the indicators used in systematic-trading simulation.
systematic-trading-analysis
Application providing daily price data analysis. Entry points for stop-loss and buy prices.
systematic-trading-backtest
Application for perofrming backtesting. Manages the events and configuration i.e. indicators / entries / desposits / period to be used in the simulation.
systematic-trading-backtest-display
Output and display for the simulation.
systematic-trading-backtest-output-elastic
Implementation for pushing the output to Elastic Search
systematic-trading-data
Facade effectively providing a local caching of daily equity price data.
systematic-trading-data-orm-hibernate
Hibernate mapping for the pending history retrieval requests and retrieved price data.
systematic-trading-data-source-hsqldb
HSQL database, startup scripts and data files.
systematic-trading-data-stock-api
Interfaces for retrieving equity price data from an external stock API.
systematic-trading-data-stock-api-yahoo
Implementation for retriving equity price data from the Yahoo public tables as JSON.
systematic-trading-interfaces
Interfaces abstracting the simulation from the data sources and consumer applications.
systematic-trading-parent
systematic-trading-signals
systematic-trading-simulation