公式网 股票指标公式源码分享 登录 注册
公式指标平网
未来函数检测
首页 金钻指标 通达信公式 大智慧公式 同花顺公式 文华财经公式 东财通公式 飞狐公式 操盘手公式 其他公式 公式解答 股票软件 股票池
当前位置:→ 公式网 > 其他公式 > 金字塔公式 > 正文 → 正文

金字塔对应平仓示例

发布时间:2015/10/25 7:00:53  浏览次数:

开仓条件为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

 

资源下载链接   资源大小:unknow

手机移动版 - 关于我们 - 联系我们 - 广告合作 - 下载声明 - 网站帮助 - 友情链接 - 网站地图 - TOP
湘ICP备09016573号-3 增值电信业务经营ICP许可证:湘B2-20210269 湘公网安备43108102000039号
Copyright © GSZX.COM.CN ,All Rights Reserved.
股票公式,股票指标,股票软件,股票知识