1百分比下单,100%开仓,比如:
buy(c>o,100%,marketr),pertrader;
2hhv(h,enterbars+1)
影线是什么?
3昨收:callstock(stklabel,vtclose,6,-1);
昨高:callstock(stklabel,vthigh,6,-1);
昨低:callstock(stklabel,vtlow,6,-1);
if time=143000 and close>昨高 and cross(ma(c,3),ma(c,5)) then buy(1,100%,marketr),pertrader;
if l<hhv(h,enterbars+1)-5 then sell(1,0,marketr);
1.是
2.举例说明
这样的数据不用保存,直接
ss:你要的数据,noaxis;
这样就能直观的在k线图上看到你要的数据了