Fix open trades checks
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user