金字塔对应平仓示例[金字塔模型]
相关标签:外汇交易mt4如何平仓,平仓交易,交易开拓者 平仓效率,贵金属交易平仓是什么,内海直子迅雷原创专区,晚中晚bt原创专区,原创专区,网赚原创教程专区,惠比特交易和配种专区,
开仓条件为A对应平仓条件A1。开仓条件为B的话对应平仓条件为B1。
模型策略源码:
VARIABLE:aa=0;
VARIABLE:bb=0;
if holding=0 then aa:=0;
if holding=0 then bb:=0;
h20:ref(hhv(h,20),1);
l20:ref(llv(l,20),1);
ma2:ma(c,30);
A:=cross(c,h20);
A1:=cross(l20,c);
B:=cross(c,ma2);
B1:=cross(ma2,c);
if aa=1 and holding>0 and A1 then sell(1,holding,limitr,c);
if bb=1 and holding>0 and B1 then sell(1,holding,limitr,c);
if A and holding=0 then
begin
buy(1,1,limitr,c);
IF A and holding>0 THEN aa:=1;
end
if B and holding=0 then
begin
buy(1,1,limitr,c);
IF B and holding>0 THEN bb:=1;
end
{别忘了将本网告诉您身边的朋友,向朋友传达有用资料,也是一种人情,你朋友会感谢你的。}
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容