|
@@ -156,8 +156,8 @@ class MarketMonitor:
|
|
try:
|
|
try:
|
|
loop_count = 0
|
|
loop_count = 0
|
|
while self._monitoring_active:
|
|
while self._monitoring_active:
|
|
-
|
|
+
|
|
- await self._activate_pending_stop_losses_from_active_trades()
|
|
+ await self._activate_pending_stop_losses_from_trades()
|
|
|
|
|
|
await self._check_order_fills()
|
|
await self._check_order_fills()
|
|
await self._check_price_alarms()
|
|
await self._check_price_alarms()
|