豆油:
此主题相关图片如下:白糖.png
国内四大交易所几大流动性好的品种我都列举了一两个,其他品种我都不一一列举了,当然也不是说所有品种表现都很好,大部分都有如上述品种的表现。
我自己实盘是加入了对应的优化条件的。这个是原始策略,后期的发展空间还是很大的。
。。。
未来函数都贴出来了。
给你贴个论坛里面比你效果更好的策略吧。
r1:=barslast(date<>ref(date,1));
r2:ref(c,r1);
if c>r2 then
begin
sellshort(holding<0,1,limitr,r2);
buy(holding=0,1,limitr,r2);
end
if c<r2 then
begin
sell(holding>0,1,limitr,r2);
buyshort(holding=0,1,limitr,r2);
end
//收盘前清仓
if time>=151500 then
begin
sellshort(holding<0,1,thisclose);
sell(holding>0,1,thisclose);
end
盈亏:asset,noaxis,colorred,linethick1;
。。。
未来函数都贴出来了。
给你贴个论坛里面比你效果更好的策略吧。
r1:=barslast(date<>ref(date,1));
r2:ref(c,r1);
if c>r2 then
begin
sellshort(holding<0,1,limitr,r2);
buy(holding=0,1,limitr,r2);
end
if c<r2 then
begin
sell(holding>0,1,limitr,r2);
buyshort(holding=0,1,limitr,r2);
end
//收盘前清仓
if time>=151500 then
begin
sellshort(holding<0,1,thisclose);
sell(holding>0,1,thisclose);
end
盈亏:asset,noaxis,colorred,linethick1;
我的策略没有未来函数的。没必要扯这没用的东西