plt.line(\"MACD\",data5.MACDDiff);
DIFF = GetPlotNumericValue(FormulaName, \"MACDDiff\");
直接就用data5.MACDDiff不就好了为什么还要GetPlotNumericValue一下