improve docstring of _analyze_ticker_int
This commit is contained in:
parent
52d92cba90
commit
62262d0bb5
@ -172,7 +172,9 @@ class IStrategy(ABC):
|
|||||||
"""
|
"""
|
||||||
Parses the given ticker history and returns a populated DataFrame
|
Parses the given ticker history and returns a populated DataFrame
|
||||||
add several TA indicators and buy signal to it
|
add several TA indicators and buy signal to it
|
||||||
Used internally, may skip analysis if `process_only_new_candles` is set.
|
WARNING: Used internally only, may skip analysis if `process_only_new_candles` is set.
|
||||||
|
:param dataframe: Dataframe containing ticker data
|
||||||
|
:param metadata: Metadata dictionary with additional data (e.g. 'pair')
|
||||||
:return: DataFrame with ticker data and indicator data
|
:return: DataFrame with ticker data and indicator data
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user