Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Apr 27, 2024
1 parent 3b68f49 commit 9a77ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/models/risk_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class RiskType(Enum):
SIGNAL = 2
SL = 3
TP = 4
REVERSE = 5

def __str__(self):
return self.name.upper()

0 comments on commit 9a77ba0

Please sign in to comment.