Update buy_tag column to long_tag
This commit is contained in:
@@ -15,7 +15,7 @@ class SignalTagType(Enum):
|
||||
"""
|
||||
Enum for signal columns
|
||||
"""
|
||||
BUY_TAG = "buy_tag"
|
||||
LONG_TAG = "long_tag"
|
||||
SHORT_TAG = "short_tag"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user