We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc38a9b commit 6d60eb4Copy full SHA for 6d60eb4
1 file changed
scripts/risk_manager.py
@@ -86,12 +86,12 @@ def __init__(self,
86
# 1. GENERAZIONE SEGNALI
87
# ================================
88
89
- def generate_signals(
90
- self,
91
- strategy_fn: callable,
92
- lookback_days: int = 30,
93
- **strategy_params
94
- ) -> pd.DataFrame:
+ def generate_signals(
+ self,
+ strategy_fn: callable,
+ lookback_days: int = 30,
+ **strategy_params
+ ) -> pd.DataFrame:
95
"""
96
Genera segnali usando una strategia specifica.
97
0 commit comments