Merge branch 'develop' into feat/freqai

This commit is contained in:
Matthias
2022-07-24 16:18:58 +02:00
27 changed files with 346 additions and 121 deletions

View File

@@ -591,3 +591,4 @@ TradeList = List[List]
LongShort = Literal['long', 'short']
EntryExit = Literal['entry', 'exit']
BuySell = Literal['buy', 'sell']
MakerTaker = Literal['maker', 'taker']