Small refactorings, use only enter_long columns
This commit is contained in:
@@ -5,9 +5,9 @@ class SignalType(Enum):
|
||||
"""
|
||||
Enum to distinguish between buy and sell signals
|
||||
"""
|
||||
BUY = "buy" # To be renamed to enter_long
|
||||
SELL = "sell" # To be renamed to exit_long
|
||||
SHORT = "short" # Should be "enter_short"
|
||||
ENTER_LONG = "enter_long"
|
||||
EXIT_LONG = "exit_long"
|
||||
ENTER_SHORT = "enter_short"
|
||||
EXIT_SHORT = "exit_short"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user