mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Use available indicators in tests where possible
This commit is contained in:
parent
c5f455d660
commit
5e654620b7
|
@ -603,7 +603,7 @@ def test_processed(default_conf, mocker, testdatadir) -> None:
|
|||
cols = dataframe.columns
|
||||
# assert the dataframe got some of the indicator columns
|
||||
for col in ['close', 'high', 'low', 'open', 'date',
|
||||
'ema50', 'ao', 'macd', 'plus_dm']:
|
||||
'ema10', 'rsi', 'fastd', 'plus_di']:
|
||||
assert col in cols
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user