请教pivot返回的数值是-1的问题 - TradeBlazer公式
作者:开拓者 TB 来源:cxh99.com 发布时间:2012年09月08日
- 咨询内容:
- Pivot(High,CurrentBar-StartBar,1,1,1,1,PivotPrice,PivotBar);
- Stophigh = PivotPrice;
- Commentary("Stophigh="+Text(Stophigh));
- TB技术人员:
回复 1# 双手插口袋
pivot中参数是否有无效值参数?
- TB客服:
求转折 Pivot
Bool Pivot(NumericSeries Price,Numeric Length,Numeric LeftStrength,Numeric RightStrength,Numeric Instance,Numeric HiLo,NumericRef PivotPrice,NumericRef PivotBar)
TB 的帮助文件里面说明,,NumericRef PivotPrice,这里是引用类型的。