分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册

软件名称:[B]公布一个实盘稳定盈利的股指策略[金字塔模型][/B]
软件类型:国产软件
运行环境:Win2000/WinXP/Win2003/WinVista
软件语言:简体中文
授权方式:共享软件
软件大小:0 Bytes
官方主页:Home Page
更新时间:2013-11-08 00:36:20
软件简介:

公布一个实盘稳定盈LI的股指策略  

 
 
runmode:0;
input:V1(1,1,100,1);
input:f1(0.4);
input:f2(0.07);
input:f3(0.18);
input:m(0.9);
input:x(3,1,10,1);
  
variable:up=0;
variable:bsetup=0;
variable:senter=0;
variable:benter=0;
variable:bbreak=0;
variable:sbreak=0;
variable:ltoday=0;
variable:h0=999999;
variable:sn=0;
variable:div=0;
variable:rf=false;

i:=m*(callstock(stklabel,vtopen,6,0)/100);

if barpos=1 then begin
sn:=0;
div:=max(x,1);//xdiv
end

hh:ref(h0,1),noaxis;
         cc:=ref(close,1);
ll:=ref(ltoday,1);

if date>ref(date,1) then begin
sn:=sn+1;

up:=hh+f1*(cc-ll);
senter:=((1+f2)/2)*(hh+cc)-f2*ll;
benter:=((1+f2)/2)*(ll+cc)-f2*hh;
bsetup:=ll-f1*(hh-cc);
bbreak:=up+f3*(up-bsetup);
sbreak:=bsetup-f3*(up-bsetup);

h0:=high;
ltoday:=low;

rf:=hh-cc>=0.2{rangemin};
end

if high>h0 then h0:=high;
if low=opentime(1) and time=2 and rf then begin
if h0>=up and holding>=0 then begin
if low=benter-(bsetup-ltoday)/div then begin
if high>=benter-(bsetup-ltoday)/div then begin
sellshort(1,v1,thisclose);
buy(1,v1,thisclose);
end
end
end

if holding=i then
sellshort(1,v1,thisclose);
end

if holding>0 then begin
if enterprice-low>=i then
sell(1,v1,thisclose);
end

if holding=0 then begin
if high>=bbreak then
buy(1,v1);
end

if holding=0 then begin
if low=closetime(0)-500 then begin
if holding0 then
sell(1,v1);
end
资产:asset,noaxis,coloryellow,linethick2;

[url=http://www.70822.com/soft/sort013/sort068/down-66998.html]公布一个实盘稳定盈利的股指策略[金字塔模型][/url]

关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:62.50000 毫秒