Rss & SiteMap

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

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

标题:[原创]趋势指标

1楼
z7c9 发表于:2011/5/10 12:49:16

图片点击可在新窗口打开查看

 

hh:=ref(hhv(high,3),1);
ll:=ref(llv(low,3),1);
oo:=valuewhen(day<>ref(day,1),open);

upcond:=ref(all(isup,3),1) and ref(high,1)=hh and ref(low,3)=ll and hh-ll>=oo*0.005;
downcond:=ref(all(isdown,3),1) and ref(low,1)=ll and ref(high,3)=hh and hh-ll>=oo*0.005;

drawicon(upcond,hh,10);
drawicon(downcond,ll,11);

2楼
背影很杀 发表于:2011/5/15 9:17:30
看样子挺准
共2 条记录, 每页显示 10 条, 页签: [1]


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