目录 获取数据相关系数三级目录协整检验聚类算法进一步筛选回测 获取数据
通过pandas_datareader来获取沪深300的股票数据,为此,先从网上爬虫得到沪深300的股票名单
import os
import pandas as pd
import pandas_datareader as web
import pickle
imp…
配对交易方法 Abstract 抽象 This is one of the articles of A.I. Capital Management’s Research Article Series, with the intro article here. This one is about applying RL on market neutral strategies, specifically, optimizing a simple pair trading strategy …