22a4a76561d01371f1476e9a4d92b2a3331b98ea
ATS Esper
Setup
- Copy
config/config.properties.sampletoconfig/config.properties. - Edit
config/config.propertiesto add OANDA account settings.
Run
If running from a distribution zip file, unzip and cd into the ATS_Esper directory, then:
./bin/ATS_Esper -h csv/EURUSD-2017-01-small.csv epl/trading_system_1.epl
If running from a git checkout using gradle, the equivalent is:
./gradlew run -PrunArgs="-h csv/EURUSD-2017-01-small.csv epl/trading_system_1.epl"
Logs will be written to stdout and logs/run.log.
Description
Languages
Java
96.6%
HTML
3.4%