Skip to content

Commit 728eda4

Browse files
committed
fix: add choch_plus columns to TestChochBosSignal setUp
1 parent 601ed53 commit 728eda4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ test.ipynb
152152
*.html
153153
*_test.png
154154

155-
analysis/*
155+
analysis/*

tests/indicators/test_market_structure.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ def setUp(self):
291291
self.df = pd.DataFrame({
292292
'choch_bullish': [0, 1, 0, 0, 0],
293293
'choch_bearish': [0, 0, 0, 1, 0],
294+
'choch_plus_bullish': [0, 0, 0, 0, 0],
295+
'choch_plus_bearish': [0, 0, 0, 0, 0],
294296
'bos_bullish': [0, 0, 1, 0, 0],
295297
'bos_bearish': [1, 0, 0, 0, 0]
296298
})

0 commit comments

Comments
 (0)