Z-Score Volume Filter (C#)
Z-Score Volume Filter 策略 Z-Score Volume Filter 策略结合指标与波动率过滤器,只在满足特定条件时进场。 信号要求指标超过设定阈值且波动率符合预设标准,可做多或做空,并带有止损。 策略专为重视风险控制的交易者设计,一旦指标回归均值或波动率变化便退出。初始设置 LookbackPeriod = 20. 详细信息 入场条件: Indicator crosse...
1.9K
下载量
☆☆☆☆☆
评分
0
评价
Z-Score Volume Filter 策略
Z-Score Volume Filter 策略结合指标与波动率过滤器,只在满足特定条件时进场。
信号要求指标超过设定阈值且波动率符合预设标准,可做多或做空,并带有止损。
策略专为重视风险控制的交易者设计,一旦指标回归均值或波动率变化便退出。初始设置 LookbackPeriod = 20.
详细信息
- 入场条件: Indicator crosses back toward mean.
- 多空: Both directions.
- 出场条件: Indicator reverts to average.
- 止损: Yes.
- 默认值:
LookbackPeriod= 20ZScoreThreshold= 2.0mStopLossPercent= 2.0mCandleType= TimeSpan.FromMinutes(5)
- 过滤器:
- 分类: Mean Reversion
- 方向: Both
- 指标: Z-Score
- 止损: Yes
- 复杂度: Intermediate
- 时间框架: Short-term
- 季节性: No
- 神经网络: No
- 背离: No
- 风险级别: Medium