加仓与分批出场 [MC]
- 咨询内容:
今天策略天地来教教大家如何根据各种状况来加仓进场或分批出场,
1.相同条件下的加仓:if condition1 thenbuy next bar at market;加仓设置
加仓效果(这个的condition1=c>o):
2.不同条件加仓if condition1 thenbuy(“entry”) next bar at market;if condition2 thenbuy(“jiacang1”) next bar at market;if condition3 thenbuy(“jiacang2”) next bar at market; 这个的condition1 =c>o and marketposition=0condition2 =c>o and c[1]>o[1]condition3 = c>o and c[1]>o[1] and c[2]>o[2]加仓设置:
加仓效果
同一笔入场的多手持仓的相同条件的分笔出场分批出场开关:SameExitFromOneEntryOnceif c>o thenbuy 3 shares next bar at market;[SameExitFromOneEntryOnce = false];if c<o thensell 1 Contracts Next Bar At market;
分批出场效果
同一笔入场的多手持仓的不同条件的分笔出场if condition1 thensell 1 Contracts total Next Bar At market;if condition2 thensell 1 Contracts total Next Bar At market;if condition3 thensell 1 Contracts total Next Bar At market;通过total 每次固定只平1手
平仓效果
不同进场或不同条件不同入场名称的分批出场(按进场名称出场),if c>o and marketposition=0 thenbuy ("entry") next bar at market;if c>o and c[1]>o[1] thenbuy ("jiacang1") next bar at market;if c>o and c[1]>o[1] and c[2]>o[2] thenbuy ("jiacang2") next bar at market;if c[1]<o[1] then beginsell from entry("entry") next bar at market;sell from entry("jiacang1") next bar at market;sell from entry("jiacang2") next bar at market;end;
出场效果 :
market, 加仓, 开关, 如何
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容