Rss & SiteMap

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

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

标题:[原创]ETF趋势跟踪

1楼
z7c9 发表于:2013/3/25 10:52:42

runmode:0;

money:=5000;

lots:=intpart(money/open/volunit)*volunit;

length:=20;

myma:ma(open,length);

entrylongcond:=open>myma;
exitlongcond:=open<myma;

if holding=0 then begin
 if entrylongcond then
  buy(1,lots,limitr,open);
end

if holding>0 then begin
 if exitlongcond then
  sell(1,holding,limitr,open);
end

盈亏:asset-500000,noaxis,coloryellow,linethick2;


图片点击可在新窗口打开查看此主题相关图片如下:ppp.png
图片点击可在新窗口打开查看
2楼
zzzlondon 发表于:2013/5/15 12:55:29
金字塔现在etf自动化实现了吗?
共2 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.02734 s, 2 queries.