mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Changes scale from type int to float
This commit is contained in:
@@ -229,7 +229,7 @@ def public_trades_to_dataframe(trades: List,
|
|||||||
return df
|
return df
|
||||||
|
|
||||||
|
|
||||||
def trades_to_volumeprofile_with_total_delta_bid_ask(trades: DataFrame, scale: int):
|
def trades_to_volumeprofile_with_total_delta_bid_ask(trades: DataFrame, scale: float):
|
||||||
"""
|
"""
|
||||||
:param trades: dataframe
|
:param trades: dataframe
|
||||||
:param scale: scale aka bin size e.g. 0.5
|
:param scale: scale aka bin size e.g. 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user