搜索资源列表
mallatMATLAB
- 这是mallat算法的matlab程序应用,对于想要进行股票预测的股民或者学生,这是必不可少的程序阿,有什么需要,我会尽量满足大家的。 -Mallat algorithm Matlab application procedures, For want forecast for the stock of shareholders or students, it is essential to the process A, what is necessary, I will try to mee
matlabstork
- matlab构造股票过程,里面有详细的描述-matlab course of construction stocks, which are described in detail
yyahoostocka
- yahoo股票历史数据下载器器,matlab编写可直接使用。 -yahoo stock historical data downloader, matlab prepared for immediate use.
matlab
- 定量分析的第一步,是获取数据。 获取股票历史行情数据最方便的途径,就是直接读取股票行情软件留在你电脑中的日线数据文件。 但如果不是程序员,电脑里一般不会有VB、VC之类的编程语言。 怎么办呢? 其实,大家的电脑中一般都有OFFICE。OFFICE中的EXCEL自带了一个VBA语言的编程环境。功能也很强大。 我用EXCEL里的VBA编写了一段代码,读取通达信股票行情软件的日线文件。已经测试通过。 代码如下。与爱好定量分析的朋友分享。 -The quan
Waveletet
- 小波神经网络 用于股票预测等 matlab编程 十分有用(Wavelet neural network is used in stock prediction and so on)
MACD
- 可以通过指标自由修改MACD所合计的各种参数,包括权重、周期等,从而实现对股票的观测(You can change the parameter freely,include the period and the weight.So it can help you to make the right choice for stock.)
stock.m
- kline.c 文件是一个mex c文件,编译出来一个接口,通过该接口 得到日行情数据。详情请参见源代码。如何使用这个编译出来的接口文件呢?请查看stock.m文件(The kline.c file is a mex C file that compiles an interface to obtain daily market data through the interface. For details, see source code. How do I use this compiled
基于MATLAB的股票估价模型设计
- 量化股票交易模型,投资学习利器,基于机器学习,深度学习,智能化投资(Quantitative stock trading model)
股票预测
- 基于神经网络的股票价格预测的MATLAB实现,经网络的在实际预测模型中的问题(MATLAB implementation of stock price prediction based on neural network and problems in the actual forecasting model via network)
Forecast and Stock_timeSeries
- 利用灰色预测公司的利润;基于时间序列的股票价格预测(Profit from the grey Forecast Ltd; stock price prediction based on time series)
sohugupiao
- 基于搜狐财经API的股票数据爬取函数,结果为十列数据“十列数据,含义:日期,开盘价,收盘价,涨跌额,涨跌幅,最低价,最高价,成交量,成交额,换手率”。(Based on Sohu financial API's stock data crawling function, the result is ten columns of data "ten columns of data, meaning: date, opening price, closing price, rise and
MATLAB
- 可以使用ceshi程序算出大盘和个股相关系数走势a,b,值并只能选股,在一定期间选择增值最高的股票持有并定期更改,以实现比较高的收益率回报(This program can be used to calculate the A, B, value, and only stock selection. In a certain period, the highest value added stock is chosen to be held and changed regularly to ac
KLine
- 用Matlab绘制预测股票走势的K线图。但是非常小白,而且图很简陋不怎么好看。(Using Matlab to draw the K-line chart of stock prediction. But It's very simple and not very specific.)
matlab
- MATLAB实现股票价格预测+源程序代码
chmmbox_1_2
- chmm的matlab实现,可以用于股票的预测、图像识别等方向(The matlab implementation of CHMM can be used in stock prediction, image recognition and other directions)
股票预测
- 采用三层BP神经网络结构,输入层神经元数为5,隐含层神经元数为3,输出层神经元数为1,使用MATLAB编写。 将所给数据按14:1分为训练样本集,和测试样本集,经测试及分析,预测误差为0.1700,误差较小。 网络训练好后,输入前一天的6组数据,即:最高价、最低价、开盘价、收盘价、成交量,就能自动预测出后一天的收盘价。(The structure of three-layer BP neural network is adopted. The number of neurons in the i
股票预测-最小二乘
- 采用最小二乘法进行MATLAB编写,开盘为输入,收盘为输出。1-600个数据为训练样本集,601-700为预测样本。先对数据进行标准化处理,再利用最小二乘法对模型进行预测,最后进行反标准化处理后输出。(The least square method is used to compile MATLAB. The opening is input and the closing is output. 1-600 data are training samples and 601-700 predic
MATLAB量化投资买卖条件模板
- MATLAB量化投资股票条件买卖代码模板(MATLAB isaad kadjjwsf fhusfqan skfjsfsgesg ligssg .)
Matlab时间序列-AR
- 用于时间序列分析,,或者股票分析,,AR模型(For time series analysis, or stock analysis, AR model)
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个测试期并入训练期 %