vnpy/vn.trader/ctaStrategy/language/english/text.py

18 lines
415 B
Python
Raw Normal View History

2017-04-19 13:36:27 +00:00
# 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?'