HISTORY.TXT 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. V0.4 (September 2007)
  2. - Java TA-Abstract interface.
  3. - MAVP, COS, SIN, TAN, COSH, SINH, TANH, ACOS, ASIN, ATAN.
  4. - ADD, DIV, SUB, MULT, CEIL, FLOOR, EXP, SQRT, LN, LOG10.
  5. - UpperLimit/LowerLimit flags for BBANDS.
  6. - Automatic benchmarking by ta_regtest (WIN32 only).
  7. - Fix #1656623,1660327,1727704
  8. V0.3 (January 2007)
  9. - New .NET and Java naming convention.
  10. - XML interface description (See TA_FunctionDescription).
  11. - Volume amd open interest now of double type.
  12. - Add: BETA, MINMAX, MINMAXINDEX, MININDEX, MAXINDEX.
  13. - New RPM, Debian, JAR and unmanaged library with VS2005.
  14. - Fix #1526632,1544555
  15. V0.2 (June 2006)
  16. - Many bug fix for Java.
  17. - New ULTOSC and NATR functions.
  18. - Major clean-up. Removal of TA-PM and TA-Data.
  19. - Fix #1434450
  20. V0.1.5 (January 2006)
  21. - Java ports of all TA functions.
  22. - New BOP, CMO and Hikkake functions.
  23. - .NET assembly now verifiable.
  24. - Support for end-of-period.
  25. - Portable random generator.
  26. - Fix #1117656,1117866,1199526,1200995,1229243,1238365,1241498
  27. - Fix #1293953,1359452,1365319,1367155,1367269
  28. V0.1.4 (April 2005)
  29. - 64 bits support.
  30. - Partial Python support.
  31. - New TA_DISABLE_PRICE_VALIDATION flag.
  32. - 26 new candlestick functions.
  33. - Fix #1117866,1117656
  34. V0.1.3 (January 2005)
  35. - 12 new candlestick functions.
  36. - Excel now handles default values.
  37. - Add Visual Studio 2005 support.
  38. - Fix #1090231,1089506,1072276,1023151
  39. V0.1.2 (November 2004)
  40. - New: Perl interface, candlestick functions.
  41. - New: price bar validation and intraday conversion.
  42. - Add TA_YAHOO_ONE_SYMBOL, CSI and CSIM data source.
  43. - Add MacOS X and FreeBSD support.
  44. - Fix #927808,917085,888470,881950,873879,960230,965557,978056
  45. - Fix #1039601,1042729
  46. V0.1.1 (January 2004)
  47. - New SQL/ODBC and MySQL data source.
  48. - Add: TA_CORREL, TA_STOCHRSI, TA_SAREXT
  49. - Add split/dividend adjustment for Yahoo!
  50. - Add CygWin support
  51. V0.1.0 (September 2003)
  52. - New .NET/Mono interface (Core namespace)
  53. - TA functions now accept single precision inputs.
  54. - Add: TSF, LINEARREG, LINEARREG_INTERCEPT
  55. - Add: LINEARREG_ANGLE, LINEARREG_SLOPE
  56. - Now do intra-day conversion to daily, weekly etc...
  57. - Add TA-PM trade-by-trade report.
  58. - Fix #724662,731857,736095,736196,748163,767653,792298
  59. V0.0.8 (April 2003)
  60. - Add: AD,ADOSC,AROON,AROONOSC,KAMA,T3,HT_TRENDLINE,MAMA
  61. - Add: HT_DCPHASE,HT_PHASOR,HT_SINE,HT_TRENDMODE,HT_DCPERIOD
  62. - Fix #701060
  63. V0.0.7 (January 2003)
  64. - Excel Add-In implemented.
  65. - Add: MFI,MIDPRICE,MIDPOINT,TRIMA,MACDEXT,ROCP,STOCHF,AVGPRICE
  66. - Fix #660248,660250,660449,644512
  67. V0.0.6 (October 2002)
  68. - Add Functions: SAR,ADX,ADXR,DX,+DI,-DI,+DM,-DM
  69. - Add many european Yahoo! data source.
  70. - Fix#609753 for Yahoo! data source.
  71. - STDDEV,VAR,BBANDS speed optimization
  72. V0.0.5 (June 2002)
  73. - Add: OBV + performance measurement infrastructure.
  74. - Fix #537806 + some Yahoo! data source fix.
  75. V0.0.4 (March 2002)
  76. - Add: TEMA, DEMA, TRIX
  77. - Interface changes to all the TA functions:
  78. 1) nbInputElement has been removed.
  79. 2) startIdx and endIdx cannot be -1 anymore.
  80. 3) only one outBegIdx and outNbElement output per function.
  81. - A "Lookback" function is now provided for each TA function.
  82. - Improve ta_regtest + Make better HTML parsing in gen_rdata.
  83. V0.0.3 (December 2001)
  84. - Port to Linux/g++ completed.
  85. - Add: BBANDS,WMA,MOM,ROC,ROCR,STDDEV,VAR,STOCH
  86. - Add TA_SetUnstablePeriod.
  87. - Code and MSVC project clean-up.
  88. V0.0.2 (October 2001)
  89. - Add: EMA,SMA,APO,MACD,PPO,RSI,ATR,TRANGE,WCLPRICE
  90. - Add: MEDPRICE,TYPPRICE
  91. - Add compatibility flag + some Win32 binaries.
  92. - Add support for US/CAN indices to the Yahoo! data source.
  93. V0.0.1 (September 2001)
  94. - Alpha Release on Windows.
  95. - Include ta_yahoo.exe demo application.
  96. Info: http://ta-lib.org
  97. Forum: http://tadoc.org/forum