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

@@ -2,6 +2,8 @@ from django.test import TestCase
from core.exchanges import convert
from core.models import RiskModel, User
import core.trading.market # to avoid messy circular import
from core.trading import risk