老师你好,像这种红绿相间的均线可以用什么函数写?谢谢
if(macd>0) PlotAuto(\"画线\"....red...)else PlotAuto(\"画线\"....green...)你这个是连续的线段,应该是可以这样的