Update buy_tag column to long_tag

This commit is contained in:
Matthias
2021-09-25 19:31:06 +02:00
parent a0ef89d910
commit 2a678bdbb4
6 changed files with 10 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ class SignalTagType(Enum):
"""
Enum for signal columns
"""
BUY_TAG = "buy_tag"
LONG_TAG = "long_tag"
SHORT_TAG = "short_tag"