函数定义
大阳线:1、实体是前A根最大值
<!--[if !supportLists]-->2、<!--[endif]-->上影线小于等于实体的三分之一
<!--[if !supportLists]-->3、<!--[endif]-->倍量
倍 量:成交量是前B根平均量的C倍
多单策略
<!--[if !supportLists]-->1、<!--[endif]-->最新价大于480均线
<!--[if !supportLists]-->2、<!--[endif]-->大阳线
<!--[if !supportLists]-->3、<!--[endif]-->macd金叉
<!--[if !supportLists]-->4、<!--[endif]-->(大阳线收盘价-最低价+E)小于F
以上条件均满足是开仓
止损
收盘价小于大阳线最低价-E
当120均线大于进场价格,以收盘价小于120均线止损
空单策略
1、120均线小于480均线
2、120均线小于1440均线
3、收盘价小于120均线
以上条件均满足是开仓
止损
<!--[if !supportLists]-->1、<!--[endif]-->收盘价大于120均线
<!--[if !supportLists]-->2、<!--[endif]-->120均线大于于480均线
满足其中一项止损。
大写英文字母均为可调参数
A\B\C简单设置即可默认2,最低1最大3,步长1 谢谢~