mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +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):
|
def trending_decay(self, decay=0.5):
|
||||||
"""Decays the value of each trending stock by a multiplier"""
|
"""Decays the value of each trending stock by a multiplier"""
|
||||||
|
|
||||||
|
return
|
||||||
info("Decaying trending symbols.")
|
info("Decaying trending symbols.")
|
||||||
if self.trending_count:
|
if self.trending_count:
|
||||||
for key in self.trending_count.keys():
|
for key in self.trending_count.keys():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user