|
|
e90046f709
|
added README.md
|
2018-09-26 08:36:09 -07:00 |
|
|
|
3508dd59ce
|
bump version to 0.9.0
|
2018-09-21 11:20:34 -07:00 |
|
|
|
00f2bbf698
|
OrderRequest.java: add toString()
|
2018-09-21 11:19:14 -07:00 |
|
|
|
d8bb3f490c
|
update some eclipse prefs
|
2018-09-21 11:19:14 -07:00 |
|
|
|
6edc589248
|
add trading managers
|
2018-09-21 11:19:14 -07:00 |
|
|
|
aef74dfa59
|
add order and order test classes
|
2018-09-20 16:51:20 -07:00 |
|
|
|
b9cac77bcd
|
trading_system_1.epl: pass instrument and units in LongEntry events
|
2018-09-20 16:43:17 -07:00 |
|
|
|
5a5f7f7acf
|
gradle: fix javadoc classpath
|
2018-09-20 16:36:57 -07:00 |
|
|
|
4d5128c1e4
|
OHLCPlugInViewTest: add package declaration
|
2018-09-20 14:20:53 -07:00 |
|
|
|
c36195072c
|
add src/main/resources to classpath
|
2018-09-20 13:33:52 -07:00 |
|
|
|
7fe1b9a48d
|
fix whitespace
|
2018-09-06 16:35:53 -07:00 |
|
|
|
45a215c15b
|
Move OANDA account info into separate file
|
2018-09-06 16:31:00 -07:00 |
|
|
|
f9dd57c0e5
|
TrueFXTickEvent: fix instrument name to match OANDA format
|
2018-09-06 15:58:12 -07:00 |
|
|
|
594ac82c06
|
clean up imports
|
2018-09-06 15:56:21 -07:00 |
|
|
|
a9c3cd6b61
|
Bump version to 0.3.2
|
2018-07-23 21:48:40 -07:00 |
|
|
|
e3bb27029f
|
trading_system_1.epl: improve inline documentation
|
2018-07-23 21:45:35 -07:00 |
|
|
|
18b52ed9eb
|
trading_system_1.epl: rename Interval to OHLCInterval
|
2018-07-23 21:42:45 -07:00 |
|
|
|
0cb39ae560
|
EsperProcessor.java: remove unused logging
|
2018-07-23 21:41:46 -07:00 |
|
|
|
77dd0e2fc4
|
OHLCPlugInView.java: fix bug in interval parsing. test.
|
2018-07-23 18:03:03 -07:00 |
|
|
|
648b14eda9
|
improve long entry calculation
|
2018-07-23 01:26:42 -07:00 |
|
|
|
a795e7552f
|
EsperProcessor.java: remove unused event classes
|
2018-07-23 01:25:31 -07:00 |
|
|
|
2ef785225a
|
trading_system_1.epl: rename OneMinuteOHLCStream -> OHLCStream
|
2018-07-23 01:20:36 -07:00 |
|
|
|
a9365e44fe
|
trading_system_1.epl: add CurrentTickWindow
|
2018-07-23 01:07:40 -07:00 |
|
|
|
34ab78b9cf
|
TrueFXTickEvent - tabs to spaces
|
2018-07-23 01:05:16 -07:00 |
|
|
|
6a6b8ff1dc
|
epl comments can now start with whitespace
|
2018-07-23 01:04:26 -07:00 |
|
|
|
c40916bd52
|
update version to 0.3.1
|
2018-07-13 19:35:15 -07:00 |
|
|
|
f3420ff16a
|
EsperProcessor: clean up logging code
|
2018-07-13 19:34:56 -07:00 |
|
|
|
f170c4e434
|
EPLHelpers: add str()
|
2018-07-13 19:34:56 -07:00 |
|
|
|
73d380fb76
|
EPLHelpers: add date comparison functions
|
2018-07-13 19:34:56 -07:00 |
|
|
|
3aaf37202b
|
add OHLCValueEvent
|
2018-07-13 19:34:56 -07:00 |
|
|
|
979cd3d4a7
|
move epl files to separate directory
|
2018-07-13 19:34:51 -07:00 |
|
|
|
9f7b97c4c2
|
OHLCPlugInView: update comments
|
2018-07-13 17:48:47 -07:00 |
|
|
|
158460d428
|
EPLHelpers: add logging
|
2018-07-13 17:48:47 -07:00 |
|
|
|
3c0e4dd36e
|
Add default gradle .gitlab-ci.yml
|
2018-07-03 00:06:06 +00:00 |
|
|
|
3a9122181b
|
add docs/value_when_example_z
|
2018-06-22 17:43:04 -07:00 |
|
|
|
53a12d1735
|
initial value_when diagram
|
2018-06-21 11:15:04 -07:00 |
|
|
|
b5887381f3
|
TrueFXTickEvent: add whitespace in toString() output
|
2018-06-20 22:48:42 -07:00 |
|
|
|
a03ba9a883
|
more tabs to spaces
|
2018-06-20 22:31:06 -07:00 |
|
|
|
25a2c19ecb
|
build.gradle: add distribution option
|
2018-06-20 22:29:23 -07:00 |
|
|
|
ff5fa69e7d
|
rename OHLCValue -> OHLCEvent
|
2018-06-20 22:28:42 -07:00 |
|
|
|
ced385ef8a
|
EsperProcessor: tabs to spaces
|
2018-06-15 22:49:30 -07:00 |
|
|
|
b7fa9572a3
|
setup.org: add doc on meghanda mode and shadowJar task
|
2018-05-30 16:59:45 -07:00 |
|
|
|
98324bc505
|
OHLCPlugInView: fix occasional window time overlap
|
2018-05-30 16:58:16 -07:00 |
|
|
|
2a97579ac0
|
ticks: use mid price in toString()
|
2018-05-30 16:54:18 -07:00 |
|
|
|
ac06e6a658
|
App: only take one instrument on the commandline
|
2018-05-30 16:53:47 -07:00 |
|
|
|
6b5445254f
|
App: small debug wording change
|
2018-05-30 16:52:18 -07:00 |
|
|
|
a737ca6a54
|
git ignore some files
|
2018-05-30 16:37:53 -07:00 |
|
|
|
7fbf75bacd
|
update Esper time on OANDA heartbeat
|
2018-05-30 14:21:10 -07:00 |
|
|
|
26b199a4f9
|
add OHLC plugin
|
2018-05-26 23:19:12 -07:00 |
|
|
|
476f3708f4
|
change time rep from Long to Joda DateTime
|
2018-05-26 23:15:16 -07:00 |
|