MACD函数,Capital变量,HHV函数没有被声明,怎样处理?
MACDValue = MACD(Close,FastPeriod,SlowPeriod,9); Lots = IntPart(MaxLots * RiskRatio * Capital / (ATRValue * ContractUnit() * BigPointValue())); Con2 = Close > Ref(HHV(High,SlowPeriod),1); // 突破前高提示MACD函数,Capital变量,HHV函数没有被声明,请问怎样处理?