vnpy/docker/dockerTrader/ctaStrategy/language/english/text.py
2017-05-05 23:24:39 +08:00

18 lines
415 B
Python

# encoding: UTF-8
INIT = u'Init'
START = u'Start'
STOP = u'Stop'
CTA_ENGINE_STARTED = u'CTA engine started.'
CTA_STRATEGY = u'CTA Strategy'
LOAD_STRATEGY = u'Load Strategy'
INIT_ALL = u'Init All'
START_ALL = u'Start All'
STOP_ALL = u'Stop All'
SAVE_POSITION_DATA = u'Save Position Data'
STRATEGY_LOADED = u'Strategy loaded.'
SAVE_POSITION_QUESTION = u'Do you want to save strategy position data into database?'