登录
首页 » matlab » Technical-indicators-by-Matlab

Technical-indicators-by-Matlab

于 2021-04-25 发布 文件大小:176KB
0 190
下载积分: 1 下载次数: 210

代码说明:

  用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)

文件列表:

技术分析指标工具箱
..................\AD.m,2257,2014-05-19
..................\ARBR.m,3378,2014-05-18
..................\AROON.m,2366,2014-05-19
..................\ATR.m,1995,2014-05-21
..................\BIAS.m,2282,2014-05-18
..................\BOLL.m,3345,2014-05-18
..................\CCI.m,2893,2014-05-18
..................\CMO.m,1819,2014-05-19
..................\CR.m,2468,2014-05-18
..................\CV.m,1763,2009-05-23
..................\DMA.m,1751,2014-05-18
..................\DMI.m,2485,2014-05-18
..................\DPO.m,2108,2014-05-22
..................\EMA.m,1491,2014-05-18
..................\EMV.m,2095,2014-05-18
..................\ENV.m,2015,2009-05-22
..................\ForceIndex.m,1612,2014-05-18
..................\KDJ.m,2283,2014-05-18
..................\MA.m,1404,2014-05-18
..................\MACD.m,1750,2014-05-18
..................\MFI.m,2063,2014-05-19
..................\MIKE.m,3079,2014-05-19
..................\MTM.m,2143,2014-05-18
..................\NVI.m,2271,2014-05-22
..................\OBV.m,2688,2014-05-19
..................\PSY.m,2195,2014-05-19
..................\PVI.m,2475,2014-05-22
..................\ROC.m,1927,2014-05-18
..................\RSI.m,2214,2014-05-19
..................\RVI.m,1895,2014-05-22
..................\SAR.m,5312,2014-05-18
..................\TRIX.m,2071,2014-05-18
..................\VHF.m,2287,2009-05-23
..................\VR.m,3255,2014-05-19
..................\WAD.m,1641,2014-05-22
..................\WMS.m,1990,2014-05-18
..................\WVAD.m,2108,2009-05-23

..................\说明.txt,645,2009-05-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Optical-Processes
    optical process in quantum +pdf
    2012-04-24 16:36:08下载
    积分:1
  • MATLAB符号运算及其应用
    说明:  MATLAB符号运算及其应用。本书是来专门讨论符号运算的。在符号运算中,科学计算的对象从具体的某一数值 抽象化为一般的文字符号,即符号对象。运算时,无须事先对变量赋值,运算所得结果 以标准的符号形式表达,即函数关系式。无论多么复杂,都给出直观的符号形式的解析 解。各种重要函数关系表达式有的就成为不同学科的公式、定理或定律。与数值运算一 样,符号运算也是MATLAB 的一个极其重要的组成部分。(Symbolic operation of MATLAB and its application)
    2020-05-28 15:56:19下载
    积分:1
  • kalmanW
    学习卡尔曼滤波器的好程序,卡尔曼滤波的程序,对于初学者而言十分经典(A good learning process Kalman filter, Kalman filtering procedure, in terms of a very classic for beginners)
    2009-01-08 16:58:35下载
    积分:1
  • zernike
    zenink 拟合,在光学面型仿真方面能真实的反映面型的微观形貌!(zenink fitting, simulation aspects of the optical face can reflect the real microstructure of face!)
    2010-09-13 22:33:02下载
    积分:1
  • identify-system-impulse-response
    这是一个m文件,当系统存在噪声时,利用相关分析法辨识系统的脉冲响应,文件中还包含m序列的生成(This is a m documents, when the system involves noise, using the correlation analysis method to identify system impulse response, documents also include m series formation)
    2012-04-25 11:11:11下载
    积分:1
  • FT
    说明:  禁忌(Tabu Search)算法是一种亚启发式(meta-heuristic)随机搜索算法,它从一个初始可行解出发,选择一系列的特定搜索方向(移动)作为试探,选择实现让特定的目标函数值变化最多的移动。为了避免陷入局部最优解,TS搜索中采用了一种灵活的“记忆”技术,对已经进行的优化过程进行记录和选择,指导下一步的搜索方向,这就是Tabu表的建立。(Tabu Search algorithm is a meta-heuristic random search algorithm. It starts from an initial feasible solution, chooses a series of specific search directions (movement) as a trial, and chooses to achieve the movement that makes the most changes in the value of a specific objective function. To avoid falling into local optimum, TS search uses a flexible "memory" technology to record and select the optimization process that has been carried out, and to guide the next search direction, which is the establishment of Tabu table.)
    2019-06-28 10:46:56下载
    积分:1
  • s_aloha
    Aloha implementation in matlab
    2011-05-31 22:00:00下载
    积分:1
  • bisq
    弹性波在饱和多孔介质中传播的BISQ模型(BISQ model for elastic wave propagation in porous media)
    2011-12-19 19:49:54下载
    积分:1
  • Digital-Signal-Processing-using-MatLab-v4-vinay-p
    Detailed Digital Signal Processing using Matlab, from theory to pratical.
    2012-04-23 18:17:42下载
    积分:1
  • Q1
    说明:  henon 分岔图与相图的绘制。能够得出各种条件下的相图与分岔图,并进行分析。(henon bifurcation diagram and phase diagram drawing. Able to draw the phase diagram of various conditions and bifurcation diagram, and analyzed.)
    2013-11-08 19:39:53下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载