Note that, you should sync from an earlier date before your startTime because some indicator like EMA needs more data to calculate the current EMA value.
-`--sync` - sync the data to the latest data point before we start the back-test.
-`--sync-only` - only the back-test data syncing will be executed. do not run back-test.
-`--sync-from` - sync the data from a specific endpoint. note that, once you've start the sync, you can not simply add more data before the initial date.
-`-v` - verbose message output
-`--config config/grid.yaml` - use a specific config file instead of the default config file `./bbgo.yaml`