什么原因呢? [开拓者 TB]
- 咨询内容:
为什么公式总是通不过呢?
Vars
NumericSeries myprice;
NumericSeries myprice1;
NumericSeries myprice2;
NumericSeries line;
Begin
If(time==0.145950)
myprice=Close;
If(time==0.092000)
myprice1=open;
If(time==0.093010)
myprice2=open;
If(time==0.093010 )
if(closeD(1)>openD(1))
{
If( myprice1> myprice&&myprice2>myprice1)
sellshort(1,myprice2);
}
If(time==0.100000)
buytocover(1,open-MinMove*PriceScale);
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容