-
Technical-indicators-by-Matlab
用matlab编写了20几个常见的技术指标,方便大家开发策略时候,直接调用。
1)编写这些函数不是技术活,完全是体力活
2)之所以编写这些函数,一来是自己研究所需,二来自己编写过程中能够感悟到蕴含在公式中的思想
3)几乎所有函数,我都用数据测试过,并和交易开拓者、同花顺等计算的值进行了比对,最大程度
上保证指标算法的准确性。虽然已近极力避免错误,但是还是可能出现一些这样那样的错误,所以
请批判性使用这些函数
4)如果对这些函数有疑问(比如有些指标可能会有不同的处理方法),请参见函数中的参考文献部分
5)如果您的策略用到了这些函数,请一定研究这些函数的编写过程,避免未来函数、偷价漏价对你造成的干扰。(20 using matlab few common technical indicators, to facilitate the development of strategies when called directly.
1) preparation of these functions are not technology live, is completely manual labor
2 thoughts) reason to write these functions, one is required for their own research, and secondly to be able to comprehend the process of writing their own inherent in the formula
3) Almost all of the functions that I have tested with the data, and the Trail Blazers and trading, such as flush with the calculated values were compared right, the greatest degree of
On indicators to ensure the accuracy of the algorithm. Although almost try to avoid mistakes, but still may be some kind or another error,
Please use these critical functions
4) If you have questions about these functions (for example, some indicators may have different processing methods), see the References section function
5) If your policy to use these functions, be sure to study the process of)
- 2021-04-25 10:08:46下载
- 积分:1
-
PID_MATLAB_simulation
PID的matlab仿真,简单实用,强烈建议下载(simulation of PID algrithm)
- 2012-10-22 22:30:52下载
- 积分:1
-
DOPPLER
描述多普勒效应的一个matlab程序,用于产生时域和频域波形(Doppler effect describes a matlab procedure, used to produce time-domain and frequency domain waveform)
- 2009-01-12 19:48:40下载
- 积分:1
-
Frenchentropy
get the entropy of french book
- 2009-12-08 06:17:12下载
- 积分:1
-
Project
图像检索的 matlab代码 方法常见(Select the image bitmap file you wish to search for in the databse
Press Select.
Press Search.)
- 2012-11-22 21:01:45下载
- 积分:1
-
MATLABapplicationbook
matlab书,对基本算法,波形处理,仿真工具,系统控制有详细介绍,特别是对各种工具的介绍很全(matlab book, the basic algorithm, waveform processing, simulation tools, system control has a detailed introduction, especially for the introduction of tools is very wide)
- 2008-05-22 09:25:00下载
- 积分:1
-
mimorayleighML
Mimo with Rayleigh channel and Maximum Likelihood
- 2013-12-23 12:25:00下载
- 积分:1
-
MATLAB
说明: MATLAB的使用手册,初学者入门必备,便于查阅(The use of MATLAB manual entry necessary for beginners, easy to access)
- 2010-05-02 23:05:42下载
- 积分:1
-
MathematicalFns
Some mathematical functions
- 2009-03-16 21:16:03下载
- 积分:1
-
Newton-rafer-Johnson-method
说明: 电力系统的牛顿-拉夫逊法潮流计算。
基本步骤:
(1)形成节点导纳矩阵
(2)将各节点电压设初值U,
(3)将节点初值代入相关求式,求出修正方程式的常数项向量
(4)将节点电压初值代入求式,求出雅可比矩阵元素
(5)求解修正方程,求修正向量
(6)求取节点电压的新值
(7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步
(8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。(Power system of Newton- rafer Johnson flow calculation method-matlab)
- 2011-03-01 16:02:50下载
- 积分:1