feat: complete heaven readings and screener publication
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from backend.features.screener.strategies import ADVANCED_CURATED_STRATEGIES
|
||||
from backend.features.screener.signals import attach_strategy_validity
|
||||
|
||||
|
||||
REGIMES = {
|
||||
@@ -705,3 +706,6 @@ for strategy in CURATED_STRATEGIES:
|
||||
)
|
||||
|
||||
BUILTIN_STRATEGIES.extend(CURATED_STRATEGIES)
|
||||
|
||||
for strategy in BUILTIN_STRATEGIES:
|
||||
attach_strategy_validity(strategy)
|
||||
|
||||
Reference in New Issue
Block a user