Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共6 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:请教老师:调用显示持仓HOLDING,LTNETHICKO等函数,主图被压缩,不知何故

1楼
新大陆 发表于:2010/7/15 20:54:38
如图:
2楼
新大陆 发表于:2010/7/15 21:09:07
怎么图片也上传不了,(格式:JPG,大小:52K)
3楼
admin 发表于:2010/7/16 9:17:23
请把你的公式代码贴出来
4楼
明心 发表于:2010/7/16 9:25:50
以下是引用新大陆在2010-7-15 20:54:38的发言:
如图:

是不是指标坐标的问题哦。呵呵

5楼
新大陆 发表于:2010/7/16 19:03:52

常用的日内翻转

 

hh1:=ref(hhv(h,h1),1);
ll1:=ref(llv(l,l1),1);

Long:=h>hh1 and time>093000 and time<145000;

if Long then
   begin
   sellshort(holding<0,holding,limitr,hh1);
   buy(holding=0,1,limitr,hh1);
   end

partline(holding>0,ll1,colorred);

Short:=l<ll1 and time>093000 and time<145000;

if Short then 
    begin
    sell(holding>0,0,limitr,ll1);
    buyshort(holding=0,1,limitr,ll1);
    end

partline(holding<0,hh1,colorgreen);

sell(time>145500 and holding>0,0,thisclose);
sellshort(time>14500 and holding<0,0,thisclose);

资产:ASSET,LTNETHICKO;
可用现金:CASH(0),LINETHICKO;
持仓:HOLDING,LTNETHICKO;   

6楼
admin 发表于:2010/7/16 20:30:26

是 LINETHICK0,不是LINETHICKO

共6 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.03418 s, 3 queries.