mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
stop decaying trending #77
This commit is contained in:
parent
28a3ff2960
commit
e8aeba478c
@ -30,6 +30,7 @@ class Router:
|
||||
def trending_decay(self, decay=0.5):
|
||||
"""Decays the value of each trending stock by a multiplier"""
|
||||
|
||||
return
|
||||
info("Decaying trending symbols.")
|
||||
if self.trending_count:
|
||||
for key in self.trending_count.keys():
|
||||
|
Loading…
x
Reference in New Issue
Block a user