Use available indicators in tests where possible

This commit is contained in:
Matthias 2019-09-13 19:49:13 +02:00
parent c5f455d660
commit 5e654620b7
1 changed files with 1 additions and 1 deletions

View File

@ -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