问答交流

【平台使用】如何将老版因子转换为新版

由yunisa12创建,最终由small_q 被浏览 13 用户

关于老版的因子转换为新版

如果把老板的

ta_cci_14_0

ta_adx_14_0

ta_bbands_lowerband_14_0

ta_bbands_middleband_14_0

ta_bbands_upperband_14_0

ts_argmin(close_0,10)

改为新版的是不是下面这样


m_ta_adx(high, low, close, 10)

m_ta_cci(high, low, close, 14)

m_ta_bbands_u(close, timeperiod:=10)

m_ta_bbands_m(close, timeperiod:=10)

m_ta_bbands_l(close, timeperiod:=10)

m_arg_min(low, low, 10)



\

标签

技术指标
评论
  • 看这个链接:
{link}