Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add some constants. this could be a model in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
llazzaro committed Oct 31, 2015
1 parent 4ec20d4 commit 92a0e5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analyzer/backtest/constant.py
Expand Up @@ -9,6 +9,11 @@

CONF_APP_MAIN = 'app_main'

BUY = 'buy'
SELL_SHORT = 'sell_short'
SELL = 'sell'
BUY_TO_COVER = 'buy_to_cover'

CONF_ANALYZER_SECTION = 'analyzer'
CONF_TRADE_TYPE = 'backtest.tradetype'
CONF_SYMBOL_FILE = 'backtest.symbolfile'
Expand Down

0 comments on commit 92a0e5d

Please sign in to comment.