当前位置:分析家公式网 → 股票公式 → 金字塔公式 → 一键转帖:逐K线模式的模型,用免费版下单交易的方法(金字塔软件、源码)
软件名称:[B]逐K线模式的模型,用免费版下单交易的方法(金字塔软件、源码)[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/Win7/
软件语言:简体中文
授权方式:免费版
软件大小:1.00 KB
官方主页:Home Page
更新时间:2016-04-01 01:37:44
软件简介:
金字塔软件逐K线模式的模型,用免FEI版下单交易的方法
runmode:0;
variable:cc=0;
ma5:=ma(c,5);
ma20:=ma(c,20);
entertime:=time>100000 and time<144500;
exitlong:cc<>1,tfilter;
exitshort:cc<>-1,tfilter;
enterlong:ref(cc,1)<>1 and cc=1,tfilter;
entershort:ref(cc,1)<>-1 and cc=-1,tfilter;
if cc>0 and ma5<ma20 then cc:=0;
if cc<0 and ma5>ma20 then cc:=0;
if cc=0 and ma5>ma20 and entertime then cc:=1;
if cc=0 and ma5<ma20 and entertime then cc:=-1;
if time>=150000 then cc:=0;
原理是,用全局变量cc记录仓位,然后根据仓位的变化情况来确定下单信号
[url=http://www.70822.com/soft/sort013/sort068/down-96652.html]逐K线模式的模型,用免费版下单交易的方法(金字塔软件、源码)[/url]