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 985805e commit 16117e5Copy full SHA for 16117e5
freqtrade/data/converter/converter.py
@@ -181,7 +181,6 @@ def trim_dataframes(
181
182
def order_book_to_dataframe(bids: list, asks: list) -> DataFrame:
183
"""
184
- TODO: This should get a dedicated test
185
Gets order book list, returns dataframe with below format per suggested by creslin
186
-------------------------------------------------------------------
187
b_sum b_size bids asks a_size a_sum
0 commit comments