Rss & SiteMap

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

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

标题:引用5min分钟kd开多条件"kd.L-HL#min5"(30,1)用在30秒周期怎样没信号?

1楼
tanyongde 发表于:2016/9/29 14:31:19
引用5min分钟kd开多条件"kd.L-HL#min5"(30,1)用在30秒周期怎样没信号?

if position=0 and  barpos>20 and h>l then begin 
//建立多头进场条件
//long:=close>=zhh and zcl>upperma and kd ;
long:="kd.L-HL#min5"(30,1);
//多头进场
if long then begin
myentryprice :=CLOSE;
if numseqloss<3  then begin
   buy( _debug,posnum,limitr,myentryprice);
   jqsh:=1;
   position := 1 ;
   turtleunits := 1 ;
   n := avgtr ;
   buyorderthisbar := 1;
   end
2楼
jinzhe 发表于:2016/9/29 14:42:28
被引用的公式名叫什么?
被引用的对象叫什么?
3楼
tanyongde 发表于:2016/9/29 14:46:48

被引用的公式名叫 L-HL自编交易系统
被引用的对象叫  开多 KD   开空KK   平多PD  平空PK
4楼
jinzhe 发表于:2016/9/29 14:55:12
"L-HL.KD#min5"
5楼
tanyongde 发表于:2016/9/29 15:12:55
谢谢!!!  有信号了
共5 条记录, 每页显示 10 条, 页签: [1]


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