We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67e3d commit ab2d21eCopy full SHA for ab2d21e
1 file changed
scripts/reports/generate_weekly_signals_report.py
@@ -46,4 +46,4 @@ def get_strategy_functions() -> List[tuple]:
46
def generate_weekly_report():
47
functions = get_strategy_functions()
48
for f in functions:
49
- print(f)
+ generate_signals(f, '24-08-2025')
0 commit comments