Skip to content

Commit 6d60eb4

Browse files
committed
fixed bug
1 parent fc38a9b commit 6d60eb4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/risk_manager.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ def __init__(self,
8686
# 1. GENERAZIONE SEGNALI
8787
# ================================
8888

89-
def generate_signals(
90-
self,
91-
strategy_fn: callable,
92-
lookback_days: int = 30,
93-
**strategy_params
94-
) -> pd.DataFrame:
89+
def generate_signals(
90+
self,
91+
strategy_fn: callable,
92+
lookback_days: int = 30,
93+
**strategy_params
94+
) -> pd.DataFrame:
9595
"""
9696
Genera segnali usando una strategia specifica.
9797

0 commit comments

Comments
 (0)