Test and document leverage strategy callback

This commit is contained in:
Matthias
2021-09-22 20:14:52 +02:00
parent c791b95405
commit 5928ba9c88
5 changed files with 83 additions and 20 deletions

View File

@@ -36,6 +36,7 @@ logging.getLogger('').setLevel(logging.INFO)
np.seterr(all='raise')
CURRENT_TEST_STRATEGY = 'StrategyTestV3'
TRADE_SIDES = ('long', 'short')
def pytest_addoption(parser):