Added short_tag to SignalTagType

This commit is contained in:
Sam Germain 2021-08-07 20:08:52 -06:00
parent 71963e65f1
commit 658f138e30

View File

@ -16,3 +16,4 @@ class SignalTagType(Enum):
Enum for signal columns
"""
BUY_TAG = "buy_tag"
SHORT_TAG = "short_tag"