如何在不同时期使用不同长度参数计算R中的移动平均线(或其他技术指标)?
import { History } from 'react-router';
import reactMixin from 'react-mixin';
var SearchGithub = React.createClass({
// ...
});
reactMixin(SearchGitHub.prototype, History);
情节甚至没有显示移动平均线。如何使用带有移动长度参数的技术指标?