请问用什么函数或公式可以得到macd柱那个值的呢

请问用什么函数或公式可以得到macd柱那个值的呢

Events OnBar(ArrayRef<Integer> indexs){ Numeric MACDBarValue; MACDBarValue = GetPlotNumericValue(\"MACD\", \"MACD\"); Commentary(\"MACD =\" + Text(Round(MACDBarValue, 2))); }试试这个是不是你想要的效果https://www.tbquant.net/helper?navigate=tbfn&cid=1301