搜索资源列表
BOLL_SYSTEM
- MACD量化趋势交易的MATLAB编程,回测各指标的代码以及Excel输出-MACD quantify trends transaction MATLAB programming, backtesting of each index code, and Excel output
strategy.m
- macd交易策略代码 % 子函数1:top_sharpes 选取夏普比率最高五只股票 % 子函数2:best_weights 确定最优权重 % 子函数3:my_macd 计算各股macd % 子函数4:backtest 识别买卖信号模拟交易,计算各股累计收益 % 主函数思路:1.设定训练期为1年,测试期为半年 % 2.动态选股:2.1 使用4个子函数计算第i个测试期的累计收益 % 2.2 将第i个测试期并入训练期 %