Continue implementing live risk checks

This commit is contained in:
2023-01-11 19:46:47 +00:00
parent 93be9e6ffe
commit e55f903f42
12 changed files with 527 additions and 244 deletions

View File

@@ -1,6 +1,6 @@
from django.test import TestCase
from core.exchanges.common import sl_price_to_percent, tp_price_to_percent
from core.exchanges.convert import sl_price_to_percent, tp_price_to_percent
class CommonTestCase(TestCase):