R语言TMA三均线策略实现附代码数据.pdfVIP

  • 12
  • 0
  • 约2.52万字
  • 约 36页
  • 2021-08-07 发布于江苏
  • 举报
source ( in-sample_period.R ) library (TTR) getOrders - function(store, newRowList, currentPos, params) { allzero - rep ( 0 , length (newRowList)) # used for initializing vectors ################################################ # You do not need to edit this part of the code # that initializes and updates the store ################################################ if ( is.null (store)) store - initStore (newRowList) else store - updateStore (store, newRowList) ###########################

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档