mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Changes scale from type int to float
This commit is contained in:
parent
4ae63d7ecb
commit
849413c5ea
|
@ -229,7 +229,7 @@ def public_trades_to_dataframe(trades: List,
|
|||
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 scale: scale aka bin size e.g. 0.5
|
||||
|
|
Loading…
Reference in New Issue
Block a user