想写一个EMA(C,5)金叉死叉EMA(C,10)进行买卖止损如何编写
假定你已经写了一些比如:
ma1 = ema(c,5);
ma2 = ema(c,10);
crossover(ma1,ma2); 则表示金叉
把代码复制提示错误,显示插入公式失败,编译错误,请查看消息列表