Skip to content

Commit f877f4e

Browse files
committed
fix : <strategy.py> cirrecting the strategy in order to get better incomes
1 parent 5946b95 commit f877f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def generate_signal(df):
4545
price = last.get('close')
4646
volume = last.get('volume')
4747
volume_sma_20 = last.get('volume_sma_20')
48-
48+
4949
prev_close = prev.get('close')
5050

5151
trend_bull = ema_20 > ema_50 > ema_200

0 commit comments

Comments
 (0)