DailyRangeBreakOutStrategy
- 程序库
- Yan Xiong Xue
- 版本: 1.0
- 激活: 5
区间突破策略简介(收盘前清仓)
区间=昨高-昨低
上轨=开盘价+区间*k;下轨=开盘价-区间*K
止损平仓: 当价格向上突破上轨或向下突破下轨后, 再次回破当日开盘价
参数:
Pairs List (comma separated) = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC";
- TimeFrame = PERIOD_D1;
- MagicNumber = 60037;
- OrderComment = "RangeBreakOut";
- FixedLots( RiskPercent = 0) = 0.1;
- RiskPercent(0 - 100) = 1;
- RangeMultiplier = 1;
- DistancePoints = 10;
- Exit Method = backopen;
- Close all positions n hours before closing time = 0;
- Close all positions n mins before closing time = 5;