Fix open trades checks

This commit is contained in:
2023-02-17 22:23:12 +00:00
parent d262f208b5
commit 3e35214e82
5 changed files with 33 additions and 13 deletions

View File

@@ -141,7 +141,7 @@ class StrategyMixin:
max_loss_percent=50,
max_risk_percent=10,
max_open_trades=10,
max_open_trades_per_symbol=5,
max_open_trades_per_symbol=2,
)
self.strategy = Strategy.objects.create(