投资者咨询:MACD背离模型(MC) (文华财经WH8赢智V8.2)
来源:文华财经 日期:2018-6-6 20:16
这个MC的模型能帮我翻译下吗
var:dif(0),dea(0);
var:long_difhigher(0),short_diflower(0);
var:long_price(0),short_price(0);
var:longarraycount(-1),shorarraycount(-1);
var:longdate(0),longtime(0),shortdate(0),shorttime(0);
array:long_difpoint[](0),short_difpoint[](0);
array:long_pricepoint[](0),short_pricepoint[](0);
array:long_dt[](0),short_dt[](0);
array:long_time[](0),short_time[](0);
dif=XAverage(c,lenth1)-XAverage(c,lenth2);
dea=XAverage(dif,lenth3);
技术人员回复
日期:2018-6-6 20:28