Skip to content

Commit

Permalink
feat(data-modeling): Implement data modeling for graph patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed May 13, 2024
1 parent fc23368 commit 39d160b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/monolith/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class Operation(models.Model):
stop_gain_percent = models.IntegerField(blank=True)
stop_loss_percent = models.IntegerField(blank=True)

# Technica Analysis

class TechnicalEvent():
type = ('Bullish', 'Bearish')

Expand Down

0 comments on commit 39d160b

Please sign in to comment.