Rss & SiteMap

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

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

标题:[求助]金魔方的公式怎么改成金字塔的,请帮帮,谢谢

1楼
evergo 发表于:2013/3/27 18:47:43

#Run_By_Bar

INPUT: NUM(10), avglen(5), thold(10);
Value1 = H - lowest ( H , 60 ) ;
Value2 = L - highest ( L , 60 ) ;
Value9 =average( Maxlist(0,value1),avglen);
Value10 =average( Minlist(0,value2),avglen);
Value11 = (value9 + value10) * Sqrt(num) ;
plot1(value11,'ax');

value12 = average(value11[1],2);

if value11 < 0 then begin
plot2(-thold,'di-');
If Value11 < Value12 then Plot4(0,'TrendStart');
end;

if value11 > 0 then begin
plot3( thold,'di+');
If Value11 > Value12 then Plot4(0,'TrendStart') ;
end;
2楼
jinzhe 发表于:2013/3/28 9:08:50
一片函数未定义,请解释每一句话
共2 条记录, 每页显示 10 条, 页签: [1]


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