diff --git a/futures_trading_strategies/FG/Spectral/SpectralTrendStrategy3.py b/futures_trading_strategies/FG/Spectral/SpectralTrendStrategy3.py index a55e651..5dbfdd6 100644 --- a/futures_trading_strategies/FG/Spectral/SpectralTrendStrategy3.py +++ b/futures_trading_strategies/FG/Spectral/SpectralTrendStrategy3.py @@ -205,6 +205,7 @@ class SpectralTrendStrategy(Strategy): """ # --- 1. 动态ATR止损检查 --- # 获取持仓均价 + self.log(f'trend_strength: {trend_strength:.2f}') avg_entry_price = self.get_average_position_price(self.symbol) # 确保 ATR 和 均价 有效