We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a94dc4 commit 5b49dbdCopy full SHA for 5b49dbd
strats/test_MartingaleStrat.py
@@ -1,6 +1,5 @@
1
import unittest
2
from strats.custom_strats import MartingaleStrat
3
-from strats.exceptions import MaxBetsReached, InsufficientFunds
4
5
class TestMartingaleStrat(unittest.TestCase):
6
def setUp(self):
0 commit comments