Backtesting implemented / Refactoring

This commit is contained in:
Dennis Thießen
2017-06-09 11:28:29 +02:00
parent 0f3913b7a1
commit 8816456e9d
11 changed files with 533 additions and 265 deletions

View File

@@ -60,6 +60,11 @@
<artifactId>json</artifactId>
<version>20140107</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency><!--
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
@@ -69,7 +74,7 @@
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${runtime.version}</version>
</dependency>
</dependency>-->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>