-
Notifications
You must be signed in to change notification settings - Fork 166
Run Modes
Tim Olson edited this page Jun 24, 2014
·
6 revisions
Run Modes are command-line arguments which determine what the Coin Trader executable should do. You can easily create a new Run Mode by attaching module classes to a Context. See How to Create a Run Mode.
./cointrader.sh help
./cointrader.sh reset-database
./cointrader.sh console
See Console Commands
./cointrader.sh save-data
./cointrader.sh report-data
./cointrader.sh dump-ticks <filename>
./cointrader.sh report-jpa 'select t from Trade t'