mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
show last 24hours in analyze graph
This commit is contained in:
parent
272abed807
commit
b2f4778352
|
@ -93,7 +93,7 @@ def analyze_ticker(pair: str) -> DataFrame:
|
|||
add several TA indicators and buy signal to it
|
||||
:return DataFrame with ticker data and indicator data
|
||||
"""
|
||||
minimum_date = arrow.utcnow().shift(hours=-6)
|
||||
minimum_date = arrow.utcnow().shift(hours=-24)
|
||||
data = get_ticker(pair, minimum_date)
|
||||
dataframe = parse_ticker_dataframe(data['result'], minimum_date)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user