什么原因呢?
作者:開拓者 TB 來源:cxh99.com 發布時間:2017年07月06日
- 咨詢內容:
為什么公式總是通不過呢?
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);