请问日内交易,亏损达到1万就止损不再交易怎么写? [金字塔]
- 咨询内容:
请问日内交易,亏损达到1万就止损不再交易怎么写?谢谢
- 金字塔客服:
//多头为例
VARIABLE:a=0,n=0;
if date<>ref(date,1) then BEGIN
a:=asset;
n:=0;
end
if 开仓条件 and n=0 then buy(holding=0,1,market);if a-asset>=10000 then begin
[此贴子已经被作者于2014/11/24 16:14:09编辑过]
sell(holding>0,holding,market);
n:=1;
end - 用户回复:
r1:=barslast(date<>ref(date,1));if r1=0 then n1:=1;
if ref(asset,r1+1)-asset>10000 thenbeginsell(1,0,limitr,c);sellshort(1,0,limitr,c);n1:=-1;end//在开仓条件中加n1>0
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容