mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-08-01 02:51:38 +00:00
stop decaying trending #77
This commit is contained in:
@@ -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():
|
||||||
|
Reference in New Issue
Block a user