Skip to content

Commit

Permalink
Use available indicators in tests where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 13, 2019
1 parent c5f455d commit 5e65462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/optimize/test_backtesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 5e65462

Please sign in to comment.