搜索资源列表
MACD1
- MACD指标(Moving Average Convergence Divergence) 平滑异同移动平均线. 主要是利用长期与中短期移动平均线来计算两者之间的差离情况,作为研判未来行情走势的依据,其中包括了三条线:MACD线、DIF线(是核心)、柱状线 BAR(MACD辅助指标—用红柱和绿柱,其公式为:BAR=2×(DIF-DEA))。但要切记:任何指标相对于成交量而言都是滞后的,避免进入纯指标分析误区, 所以任何技术指标不能孤立的使用。-MACD indicator (Moving Ave
SVR
- Support vector regression code
indicators
- matlab 交易技术指标源代码, 包含常用的各种指标RSI, MACD etc-matlab source code for trading technical indicators
MatlabTraderGUI-V1.1by-faruto
- MATLAB行情软件MatlabTraderGUI 1.完成了日线、周线、月线等不同周期的展示。 2.完成了MACD,BOLL,RSI,W&R,OBV,DMI,PVT等技术指标的展示。左上的两个均线的长度参数可以动态修改展示。 3.增加了展示范围的调整。(相当于普通行情软件的上下键) 4.增加了水平的slider用来滚动展示K线。(相当于普通行情软件的左右键) 5.拖动水平的slider,三个axes可以同步移动(拖动)。 6.
BOLL_SYSTEM
- MACD量化趋势交易的MATLAB编程,回测各指标的代码以及Excel输出-MACD quantify trends transaction MATLAB programming, backtesting of each index code, and Excel output
MatlabTraderGUI-V1.2
- matlab回测平台。日线、周线、月线等不同周期的展示。MACD,BOLL,RSI,W&R,OBV,DMI,PVT等技术指标的展示。-Matlab back to the test platform. Show daily, Zhou Xian, on line in different period. MACD, BOLL, RSI, W&R, OBV, DMI, PVT and other technical indicators show.
MACD_strategy
- 基于matlab开发的MACD策略及回测程序-Based on matlab,macd strategy test.you can improve these code.
macdakdjarsiabollaothers
- matlab的技术分析指标工具箱,包括macd,kdj,rsi等-macd,kdj,rsi and so on.
Macd
- 使用matlab实现的MACD算法,以及使用demo.可以用在证券数据分析上-Using MATLAB to achieve the MACD algorithm, and the use of demo. can be used in securities data analysis
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.)
MACD_strategyV5d1
- macd&kdj共振指标的交易情况,用于讲解用,作为实际交易的策略可用性不高,没有考虑滑点与成本(a trading strategy using macd&kdj)
MACD_BOLL_KDJ
- this is a matlab code that combines MACD BOLL and KDJ, these 3 most popular shit on the market. Uploading it so that I can download.
MACD_strategy
- 通过MACD均线的设计,计算股票的买入卖出点位,进行选股(get data of stock market)
MACD_strategy2
- MACD 策略及其详细说明,包含如何计算,如何设置时间参数(MACD strategy and its detailed descr iption)
Untitledmacd (2)
- 在MATLAB中利用万德选取数据范围,绘出股票的macd指标曲线。(In MATLAB, we use wold to select the data range and draw the MACD index curve of the stock.)
技术分析指标工具箱(民间版)
- K线图以及常用技术指标的MATLAB实现(Realization of K-Line Diagram and Common Technical Indicators by MATLAB)
FGLD,KDJ,MACD
- FGLD,KDJ,MACD股票投资选股策略MATLAB代码(FGLD,KDJ,MACD,MATLAB)
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个测试期并入训练期 %