Skip to content

Commit

Permalink
set back default strat to CryptofeedStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLep committed Apr 28, 2022
1 parent cb45f5d commit 24c37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from strategies.multi_coin_abnormal_volume_tracker.multi_coin_abnormal_volume_tracker \
import MultiCoinAbnormalVolumeTracker

strategy = MultiCoinAbnormalVolumeTracker()
strategy = CryptofeedStrategy()

log = {
"level": "info",
Expand Down

0 comments on commit 24c37c8

Please sign in to comment.