1、近期若干根K线的最高点和最低点;
2、用Zigzag指标的高点和低点来确定;
3、用Bands等通道型指标来确定,K线突破上轨即为高点,K线突破下轨即为低点。
4、其他确定高低点方式。
Breakout BSL EA确定高低点是根据时间来定的。这也是它最为不同的地方。默认是根据每天平台时间的5-8点来确定一个最高点和最低点。
	策略介绍
1、高点和低点的确定;平台时间的5-8点之间K线的高点即为该天一整天的高点;平台时间的5-8点之间K线的低点即为该天一整天的低点。
2、突破高点开多单,突破低点开空单。也可以设置限价单,突破高点开空单,突破低点开多单。
3、高点-低点就是震荡范围值,EA会设定范围值在多少范围内开仓;当范围值设置不合理时,可能不开仓。
使用说明
1、EA使用周期,M5,M15.依据复盘效果为准
2、交易哪个品种,加载在哪个品种的图表上
3、默认参数不是最优参数,好的参数需要大家开发。
参数介绍(完整版)
	
| 
						S1
					 | 
							进场设置
						 | 
| 
							start hour to set the range
						 | 
							EA根据这两个时间来确定高低范围,设定的是平台时间。
						 | 
| 
							end hour to set the range
						 |  | 
| 
							0=no close, 1=close hour, 2=expiration
						 | 
							删除挂单的方式
						 | 
| 
							hour to close trades
						 | 
							每天什么时候删除挂单
						 | 
| 
							expiration in minutes
						 | 
							挂单多久会到期
						 | 
| 
							max number of minutes to set orders
						 |  | 
| 
							minimum range in pips
						 | 
							这两个值来限定波动范围,范围太小,很难开仓
						 | 
| 
							maximum range in pips
						 |  | 
| 
							margin in pips added to the range
						 |  | 
| 
							S2
						 | 
							资金管理
						 | 
| 
							lots size
						 |  | 
| 
							risk management
						 |  | 
| 
							risk percentage
						 |  | 
| 
							martingale
						 | 
							使用马丁加仓
						 | 
| 
							multiplier martingale
						 |  | 
| 
							minimum profit to apply the martingale
						 |  | 
| 
							use basket loss/profit
						 | 
							使用一篮子止盈止损
						 | 
| 
							if equity reaches this level, close trades
						 |  | 
| 
							if equity reaches this negative level, close trades
						 |  | 
| 
							S3
						 | 
							订单管理
						 | 
| 
							auto sl at opposite high low
						 | 
							自动设置止盈止损
						 | 
| 
							stop loss
						 |  | 
| 
							take profit
						 |  | 
| 
							hide stop loss
						 |  | 
| 
							hide take profit
						 |  | 
| 
							trailing stop
						 | 
							移动止损的间距,有值即开启
						 | 
| 
							trailing step
						 |  | 
| 
							break even
						 | 
							盈利多少开启保本
						 | 
| 
							maximum orders allowed
						 |  | 
| 
							slippage
						 |  | 
| 
							magic number
						 |  | 
| 
							S4
						 | 
							MA均线过滤
						 | 
| 
							moving average filter
						 |  | 
| 
							ma filter period
						 |  | 
| 
							ma filter method
						 |  | 
| 
							ma filter price
						 |  | 
| 
							S5
						 | 
							时间过滤,设定什么时候开仓,什么时候平仓
						 | 
| 
							time filter on sunday
						 |  | 
| 
							time filter the week
						 |  | 
| 
							start hour time filter the week
						 |  | 
| 
							end hour time filter the week
						 |  | 
| 
							time filter on friday
						 |  | 
| 
							start hour time filter on friday
						 |  | 
| 
							end hour time filter on friday
						 |  | 
| 
							S6
						 | 
							其他设置
						 | 
| 
							buy instead of sell, sell instead of buy
						 | 
							为true就开限价单,开单方式正好与突破单相反。
						 | 
| 
							Hedge
						 |  | 
| 
							HedgeSL
						 |  | 
| 
							HedgeTP
						 |  | 
| 
							ReverseAtStop
						 |  | 
| 
							allow comments on chart
						 | 

