老师您好,编写 (文华财经wh9)投资者咨询:老师您好,编写 (文华财经wh9)来源:文华财经 日期:2018-5-14 10:37 请老师帮忙编写,加载在mq套利k线图上:求过去20天内价差最大值与最小值 技术人员回复日期:2018-5-14 10:51如下即可 VARSNumericSeries A;NumericSeries B; BeginA=HHV(High,20);B=LLV(Low,20);PlotNumeric("A",A);PlotNumeric("B",B);End