Double Bottom Pattern (C#)
双底形态 (Double Bottom Pattern) 侦测两次相近低点形成的反转形态。 测试表明年均收益约为 55%,该策略在股票市场表现最佳。 第二个低点后出现看涨蜡烛确认后买入。 详情 入场条件: Two bottoms form within SimilarityPercent after Distance bars. 多空方向: Long only. 出场条件: Price fail...
1.6K
下载量
☆☆☆☆☆
评分
0
评价
NuGet 5.0.2
Install-Package StockSharp.Strategies.0056_Double_Bottom -Version 5.0.2
双底形态 (Double Bottom Pattern)
侦测两次相近低点形成的反转形态。
测试表明年均收益约为 55%,该策略在股票市场表现最佳。
第二个低点后出现看涨蜡烛确认后买入。
详情
- 入场条件: Two bottoms form within
SimilarityPercentafterDistancebars. - 多空方向: Long only.
- 出场条件: Price fails or stop-loss.
- 止损: Yes.
- 默认值:
Distance= 5SimilarityPercent= 2.0mCandleType= TimeSpan.FromMinutes(15)StopLossPercent= 1.0m
- 过滤器:
- 类别: Pattern
- 方向: Long
- 指标: Price Action
- 止损: Yes
- 复杂度: Intermediate
- 时间框架: Intraday
- 季节性: No
- 神经网络: No
- 背离: Yes
- 风险等级: Medium