]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/blobdiff - test.py
WIP: handle more balance information
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git] / test.py
diff --git a/test.py b/test.py
index 8240eb4239b00f9d6ca24b24d8e243bd1b82d610..b85e39fe981a5dbe4bb66e0b323829035d2636cb 100644 (file)
--- a/test.py
+++ b/test.py
@@ -844,6 +844,10 @@ class AcceptanceTest(unittest.TestCase):
         self.assertEqual("sell", all_orders[3].action)
         self.assertEqual("long", all_orders[3].trade_type)
 
+        # Action 6b
+        # TODO:
+        # Move balances to margin
+
         # Action 7
         # TODO
         # portfolio.Trade.run_orders()