以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  怎么判断趋势  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=56231)

--  作者:vermouth
--  发布时间:2013/9/4 15:56:46
--  怎么判断趋势
在15分钟的图上面调用日线的图的最高点.

hh:hhv(ref(h,1),n);
ll:llv(ref(l,1),n);
hh1:=ref(hh,1);
hh2:=ref(hh,2);
hh3:=ref(hh,3);
ll1:=ref(ll,1);
ll2:=ref(ll,2);
ll3:=ref(ll,3);

这个写成技术指标调用。

不知道怎么判断它的趋势?直接用1、2、3比大小就行了么?还是有其他办法?

--  作者:jinzhe
--  发布时间:2013/9/4 16:08:17
--  

如何判断趋势,需要用户自行做出判断标准

表用日线最高点写法:

gaodian:callstock(stklabel,vthigh,6);